Rakefile in lipstick-1.0.0 vs Rakefile in lipstick-1.1.0
- old
+ new
@@ -9,23 +9,9 @@
$stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code
end
require 'rake'
-require 'jeweler'
-Jeweler::Tasks.new do |gem|
- # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
- gem.name = "lipstick"
- gem.homepage = "http://github.com/varyonic/lipstick"
- gem.license = "MIT"
- gem.summary = %Q{Unofficial ruby wrapper for the Lime Light CRM APIs.}
- gem.description = %Q{Unofficial ruby wrapper for the Lime Light CRM membership and transaction APIs}
- gem.email = "piers@varyonic.com"
- gem.authors = ["Piers Chambers"]
- # dependencies defined in Gemfile
-end
-Jeweler::RubygemsDotOrgTasks.new
-
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/test_*.rb'
test.verbose = true