Rakefile in Empact-hominid-1.1.12 vs Rakefile in Empact-hominid-1.2.0

- old
+ new

@@ -1,7 +1,6 @@ require 'rake' -require 'rake/testtask' require 'rake/rdoctask' begin require 'jeweler' Jeweler::Tasks.new do |s| @@ -12,20 +11,9 @@ 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 'Default: run unit tests.' -task :default => :test - -desc 'Test the hominid plugin.' -Rake::TestTask.new(:test) do |t| - t.libs << 'lib' - t.libs << 'test' - t.pattern = 'test/**/*_test.rb' - t.verbose = true end desc 'Generate documentation for the hominid plugin.' Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc'