astrotrain.gemspec in astrotrain-0.7.0 vs astrotrain.gemspec in astrotrain-0.7.1

- old
+ new

@@ -11,12 +11,12 @@ ## Leave these as is they will be modified for you by the rake gemspec task. ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'astrotrain' - s.version = '0.7.0' - s.date = '2012-09-25' + s.version = '0.7.1' + s.date = '2014-08-27' s.rubyforge_project = 'astrotrain' ## Make sure your summary is short. The description may be as long ## as you like. s.summary = "email => http post" @@ -38,10 +38,10 @@ s.add_dependency('utf8', ["~> 0.1.8"]) s.add_dependency('mail', ["~> 2.4.0"]) s.add_dependency('i18n', ["~> 0.6.0"]) s.add_dependency('faraday', ["~> 0.8.4"]) s.add_dependency('addressable', ["~> 2.2.4"]) - s.add_dependency('charlock_holmes', ["~> 0.6.8"]) + s.add_dependency('charlock_holmes', ["~> 0.7.2"]) ## List your development dependencies here. Development dependencies are ## those that are only needed during development s.add_development_dependency('resque')