diff --git a/lib/shallow_attributes/version.rb b/lib/shallow_attributes/version.rb index 20a89ff..3293fac 100644 --- a/lib/shallow_attributes/version.rb +++ b/lib/shallow_attributes/version.rb @@ -2,5 +2,5 @@ module ShallowAttributes # Defines the full version # # @since 0.1.0 - VERSION = "0.1.0".freeze + VERSION = "0.9.0".freeze end diff --git a/shallow_attributes.gemspec b/shallow_attributes.gemspec index f25e91c..85ab783 100644 --- a/shallow_attributes.gemspec +++ b/shallow_attributes.gemspec @@ -14,14 +14,6 @@ Gem::Specification.new do |spec| spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.license = "MIT" - # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or - # delete this section to allow pushing this gem to any host. - if spec.respond_to?(:metadata) - spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" - else - raise "RubyGems 2.0 or newer is required to protect against public gem pushes." - end - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } @@ -30,5 +22,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" - spec.add_development_dependency "simplecov" + spec.add_development_dependency "simplecov", '~> 0' end