Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Mar 24, 2016
1 parent aa2e978 commit 5115a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/shallow_attributes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 1 addition & 9 deletions shallow_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand All @@ -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

0 comments on commit 5115a89

Please sign in to comment.