waffle.gemspec in waffle-0.3.5 vs waffle.gemspec in waffle-0.4.0

- old
+ new

@@ -1,20 +1,19 @@ $:.push File.expand_path("../lib", __FILE__) require "waffle/version" Gem::Specification.new do |s| - s.name = 'waffle' + s.name = 'waffle' s.version = Waffle::VERSION + s.rubyforge_project = "waffle" - s.homepage = 'http://github.com/peanut/waffle' - s.authors = ['Alexander Lomakin'] - s.email = 'alexander.lomakin@gmail.com' + s.homepage = 'http://github.com/undr/waffle' + s.authors = ['Alexander Lomakin', 'Andrey Lepeshkin'] + s.email = ['alexander.lomakin@gmail.com', 'lilipoper@gmail.com'] - s.summary = 'Abstract flow publisher and subscriber' - s.description = 'Client part of Patty statistics server' + s.summary = 'Abstract flow publisher and subscriber' + s.description = 'Abstract flow publisher and subscriber' s.files = `git ls-files`.split("\n") - - s.add_runtime_dependency 'bunny' - s.add_runtime_dependency 'yajl-ruby' + s.add_dependency("rake") end