configoro.gemspec in configoro-1.3.0 vs configoro.gemspec in configoro-1.4.0

- old
+ new

@@ -1,17 +1,19 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- +# stub: configoro 1.4.0 ruby lib Gem::Specification.new do |s| s.name = "configoro" - s.version = "1.3.0" + s.version = "1.4.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] s.authors = ["Tim Morgan"] - s.date = "2013-07-09" + s.date = "2014-05-31" s.description = "Creates a YourApp::Configuration object whose methods are generated from environment-specific YAML files." s.email = "git@timothymorgan.info" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -46,15 +48,14 @@ "spec/data/other/development/basic.yml", "spec/spec_helper.rb" ] s.homepage = "http://github.com/RISCfuture/configoro" s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = "1.8.25" + s.rubygems_version = "2.2.2" s.summary = "Configuration object and YAML-based storage for Rails apps" if s.respond_to? :specification_version then - s.specification_version = 3 + s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<activesupport>, [">= 0"]) s.add_development_dependency(%q<rails>, [">= 4.0"]) s.add_development_dependency(%q<rspec>, [">= 0"])