Rakefile in action_kit_rest-0.2.0 vs Rakefile in action_kit_rest-0.2.1
- old
+ new
@@ -20,13 +20,12 @@
gem.version = ActionKitRest::VERSION::STRING
gem.homepage = "http://github.com/controlshift/action_kit_rest"
gem.license = "MIT"
gem.summary = %Q{A wrapper for the ActionKit REST API}
gem.description = %Q{Gem for interacting with the ActionKit API}
- gem.email = "woodhull@gmail.com"
+ gem.email = "nathan@controlshiftlabs.com"
gem.authors = ["Nathan Woodhull"]
- # dependencies defined in Gemfile
- gem.add_dependency 'vertebrae'
+ # deps in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new
require 'rspec/core/rake_task'