hashie-model.gemspec in hashie-model-1.4.1 vs hashie-model.gemspec in hashie-model-1.4.2

- 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: hashie-model 1.4.2 ruby lib Gem::Specification.new do |s| s.name = "hashie-model" - s.version = "1.4.1" + s.version = "1.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] s.authors = ["ZenCash.com"] - s.date = "2014-06-18" + s.date = "2014-12-04" s.description = "Hashie2 + ActiveModel 3, offering declared properties, validations, JSON serialization/deserialization" s.email = "istvan@zencash.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -43,15 +45,14 @@ "vendor/hashie2/lib/hashie2/trash.rb", "vendor/hashie2/lib/hashie2/version.rb" ] s.homepage = "http://github.com/doublewide/hashie-model" s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = "1.8.23.2" + s.rubygems_version = "2.2.2" s.summary = "Hashie2 + ActiveModel 3.x" 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<yajl-ruby>, ["~> 1.1"]) s.add_runtime_dependency(%q<activesupport>, ["~> 3.2"]) s.add_runtime_dependency(%q<activemodel>, ["~> 3.2"])