Sha256: 47aeb02d034ea363bdd61acb44856804f618d55cdfb2220aef9c68d8fcfaabec
Contents?: true
Size: 573 Bytes
Versions: 1
Compression:
Stored size: 573 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. load 'tasks/setup.rb' ensure_in_path 'lib' require '<%= name %>' task :default => 'spec:run' PROJ.name = '<%= name %>' PROJ.summary = 'FIX' PROJ.authors = 'FIX' PROJ.email = 'FIX' PROJ.url = 'FIX' PROJ.description = paragraphs_of('README.txt', 3).join("\n\n") PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n") PROJ.rubyforge_name = '<%= name %>' PROJ.spec_opts << '--color' # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-1.0.0 | data/Rakefile.erb |