Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Remove gemspec post_install message
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Apr 20, 2015
1 parent 3de937d commit e67e6bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.10 (2015-04-20)

* Remove gemspec post_install message

## 0.1.9 (2015-04-08)

* Add regression tests for issue #5
Expand Down
4 changes: 1 addition & 3 deletions cache_rules.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'date'

Gem::Specification.new do |s|
s.name = 'cache_rules'
s.version = '0.1.9'
s.version = '0.1.10'

s.date = Date.today.to_s

Expand All @@ -29,6 +29,4 @@ Gem::Specification.new do |s|

s.licenses = ['MPL-2.0']
s.required_ruby_version = ::Gem::Requirement.new("~> 1.9")

s.post_install_message = "C.R.E.A.M."
end

0 comments on commit e67e6bb

Please sign in to comment.