sprsquish / rainpress

Rainpress is a compressor for CSS written in ruby by Uwe L. Korn

This URL has Read+Write access

rainpress / Rakefile
100644 16 lines (14 sloc) 0.502 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = 'rainpress'
    s.summary = 'README'
    s.email = 'sprsquish@gmail.com'
    s.homepage = 'http://github.com/sprsquish/rainpress'
    s.description = 'README'
    s.authors = ['Uwe L. Korn', 'Jeff Smick']
 
    s.files = FileList['init.rb', "[A-Z]*.*", "{bin,generators,lib,test,spec}/**/*"]
  end
rescue LoadError
  puts 'Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com'
end