Sha256: 8faf399d93e5a2a8d16351c2a6dd9216bfc7eb4309e600380e1c2f8481d795cc
Contents?: true
Size: 496 Bytes
Versions: 5
Compression:
Stored size: 496 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.authors = 'FIXME (who is writing this software)' PROJ.email = 'FIXME (your e-mail)' PROJ.url = 'FIXME (project homepage)' PROJ.rubyforge_name = '<%= name %>' PROJ.spec_opts << '--color' # EOF
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bones-1.3.4 | data/Rakefile.erb |
bones-1.3.1 | data/Rakefile.erb |
bones-1.3.5 | data/Rakefile.erb |
bones-1.3.2 | data/Rakefile.erb |
bones-1.3.3 | data/Rakefile.erb |