Sha256: ba55a011b4b083f379dc5cda6066d8e94db947bec81b901bbb59b7b8e893723b
Contents?: true
Size: 851 Bytes
Versions: 2
Compression:
Stored size: 851 Bytes
Contents
require 'rake' require 'rake/rdoctask' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "hominid" s.summary = "Hominid is a Rails GemPlugin for interacting with the Mailchimp API" s.email = "brian@terra-firma-design.com" s.homepage = "http://github.com/bgetting/hominid" s.description = "Hominid is a Rails GemPlugin for interacting with the Mailchimp API" s.authors = ["Brian Getting"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end desc 'Generate documentation for the hominid plugin.' Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'Hominid' rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('README') rdoc.rdoc_files.include('lib/**/*.rb') end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
Empact-hominid-1.2.0 | Rakefile |
bgetting-hominid-1.2.0 | Rakefile |