Sha256: c04b06b9c1c0b282117bf73caf3b0edbae6dff972ffe63d2a81f1ee2ddb61735
Contents?: true
Size: 671 Bytes
Versions: 6
Compression:
Stored size: 671 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 = 'FIXME (summary of your project)' PROJ.authors = 'FIXME (who is writing this software)' PROJ.email = 'FIXME (your e-mail)' PROJ.url = 'FIXME (project homepage)' PROJ.description = paragraphs_of('README.txt', 1).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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
bones-1.1.1 | data/Rakefile.erb |
bones-1.1.0 | data/Rakefile.erb |
bones-1.2.1 | data/Rakefile.erb |
bones-1.2.0 | data/Rakefile.erb |
bones-1.1.2 | data/Rakefile.erb |
bones-1.3.0 | data/Rakefile.erb |