masheri.gemspec in masheri-0.2.0 vs masheri.gemspec in masheri-0.3.1

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "masheri" - s.version = "0.2.0" + s.version = "0.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Farley Knight"] s.date = "2013-09-05" s.email = "farleyknight@gmail.com" @@ -45,21 +45,21 @@ if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<activesupport>, ["= 3.0.0"]) + s.add_runtime_dependency(%q<activesupport>, [">= 3.1.0"]) s.add_runtime_dependency(%q<thor>, [">= 0"]) s.add_runtime_dependency(%q<httparty>, [">= 0"]) s.add_runtime_dependency(%q<json>, [">= 0"]) else - s.add_dependency(%q<activesupport>, ["= 3.0.0"]) + s.add_dependency(%q<activesupport>, [">= 3.1.0"]) s.add_dependency(%q<thor>, [">= 0"]) s.add_dependency(%q<httparty>, [">= 0"]) s.add_dependency(%q<json>, [">= 0"]) end else - s.add_dependency(%q<activesupport>, ["= 3.0.0"]) + s.add_dependency(%q<activesupport>, [">= 3.1.0"]) s.add_dependency(%q<thor>, [">= 0"]) s.add_dependency(%q<httparty>, [">= 0"]) s.add_dependency(%q<json>, [">= 0"]) end end