Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
autorake / lib / autorake / version.rb
Size: Mime:
#
#  autorake/version.rb  --  Name and version number
#

module Autorake

  NAME        = "autorake"
  VERSION     = "2.4.3".freeze
  SUMMARY     = "Automake like project config before Rake build or install."

  DESCRIPTION = <<EOT
This script allows you to write pretty mkrf_conf scripts
with autocmd-like functionality.

The config scripts may be held short and readable.
EOT

  COPYRIGHT   = "(C) 2013,2014 Bertram Scharpf"
  LICENSE     = "BSD"
  AUTHOR      = "Bertram Scharpf <software@bertram-scharpf.de>"
  TEAM        = [ "Bertram Scharpf"]
  HOMEPAGE    = "http://www.bertram-scharpf.de/software/autorake"

end