Sha256: e37230e58267a2f759655fd782aa6f40748d0d2d8d3ea95bf43a7d7b5dcf18e0
Contents?: true
Size: 650 Bytes
Versions: 1
Compression:
Stored size: 650 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 'csses' task :default => 'spec:run' PROJ.name = 'csses' PROJ.summary = 'Generate a CSS slate for your Rails applications' PROJ.authors = 'Chris Shea' PROJ.email = 'chris@ruby.tie-rack.org' PROJ.url = 'http://csses.rubyforge.org' PROJ.description = paragraphs_of('README.txt', 1).join("\n\n") PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n") PROJ.rubyforge_name = 'csses' PROJ.spec_opts << '--color' # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csses-1.0.0 | Rakefile |