Sha256: bda42ec3afb195eab212ef36cc9f095b32f55c9fe3526ab6f6fe062890f32e48
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 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 'stammer' task :default => 'spec:run' PROJ.name = 'stammer' PROJ.authors = 'Ben Scofield of Viget Labs' PROJ.email = 'ben.scofield@viget.com' PROJ.url = 'http://www.github.com/bscofield/stammer' PROJ.rubyforge.name = 'stammer' PROJ.spec.opts << '--color' # EOF
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bscofield-stammer-0.0.2 | Rakefile |
bscofield-stammer-0.0.3 | Rakefile |