Sha256: 7e56e20105a45e08253c6f202228de616a6d11193327c4c730d823bf3b54890b

Contents?: true

Size: 488 Bytes

Versions: 2

Compression:

Stored size: 488 Bytes

Contents

require 'echoe'
require 'hanna/rdoctask'

Echoe.new('rainpress') do |p|
  p.author = ['Uwe L. Korn', 'Jeff Smick']
  p.email = 'sprsquish@gmail.com'
  p.url = 'http://github.com/sprsquish/rainpress/tree/master'

  p.project = 'squishtech'
  p.summary = 'A CSS compressor'

  p.rdoc_options += %w[-S -T hanna --main README.rdoc --exclude autotest]

  p.test_pattern = 'spec/*_spec.rb'
  p.rcov_options = ['--exclude \/Library\/Ruby\/Gems,spec\/', '--xrefs']

  p.retain_gemspec = true
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
sprsquish-rainpress-1.0 Rakefile
rainpress-1.0 Rakefile