Sha256: fed7c32b61a07c4e0eae77bba24a2327a44b5cb5210d0f5149a7cd270bf431e7
Contents?: true
Size: 512 Bytes
Versions: 4
Compression:
Stored size: 512 Bytes
Contents
require 'hoe' require 'fileutils' require './lib/icalendar' Hoe.plugin :newgem Hoe.plugin :website Hoe.plugins.delete :gemcutter Hoe.plugin :rubyforge # Generate all the Rake tasks # Run 'rake -T' to see list of generated tasks (from gem root directory) $hoe = Hoe.spec 'icalendar' do developer 'Ryan Ahearn', 'ryan.c.ahearn@gmail.com' self.extra_rdoc_files += %w[COPYING GPL] end if ENV['UNDER_HUDSON'] require 'ci/reporter/rake/test_unit' task :test => ["ci:setup:testunit"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
icalendar-1.4.1 | Rakefile |
icalendar-1.4.0 | Rakefile |
icalendar-1.3.0 | Rakefile |
icalendar-1.2.4 | Rakefile |