Sha256: 224a11c53ca98f89fd98aaa51ef1fb28a217e1a9d3c5c78c528b35e2374d7019
Contents?: true
Size: 604 Bytes
Versions: 2
Compression:
Stored size: 604 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), 'lib') require 'rstack' require 'rstack/configuration' RStack::Configuration.new 'rstack' do |config| config.summary = "Provides a gem library generator and helpful rake tasks" config.author = 'jeremy burks' config.email = "jeremy.burks@gmail.com" config.url = "http://github.com/jrun/rstack/wikis" config.has_rdoc = true config.version = RStack::Version::STRING config.executables = ["rstack"] config.package_filelist.add *['templates/**/*', 'vendor/**/*'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jrun-rstack-0.5.4 | Rakefile |
jrun-rstack-0.5.5 | Rakefile |