astrotrain.gemspec in astrotrain-0.6.0 vs astrotrain.gemspec in astrotrain-0.6.1

- old
+ new

@@ -11,11 +11,11 @@ ## 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.6.0' + s.version = '0.6.1' s.date = '2012-04-13' s.rubyforge_project = 'astrotrain' ## Make sure your summary is short. The description may be as long ## as you like. @@ -35,10 +35,10 @@ ## List your runtime dependencies here. Runtime dependencies are those ## that are needed for an end user to actually USE your code. s.add_dependency('utf8', ["~> 0.1.8"]) s.add_dependency('mail', ["~> 2.4.0"]) - s.add_dependency('i18n', ["~> 0.4.1"]) + s.add_dependency('i18n', ["~> 0.6.0"]) s.add_dependency('faraday', ["~> 0.5.0"]) s.add_dependency('addressable', ["~> 2.2.4"]) s.add_dependency('charlock_holmes', ["~> 0.6.8"]) ## List your development dependencies here. Development dependencies are