cache_rules 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/cache_rules.gemspec +1 -3
  3. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.10 (2015-04-20)
4
+
5
+ * Remove gemspec post_install message
6
+
3
7
  ## 0.1.9 (2015-04-08)
4
8
 
5
9
  * Add regression tests for issue #5
data/cache_rules.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'date'
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'cache_rules'
9
- s.version = '0.1.9'
9
+ s.version = '0.1.10'
10
10
 
11
11
  s.date = Date.today.to_s
12
12
 
@@ -29,6 +29,4 @@ Gem::Specification.new do |s|
29
29
 
30
30
  s.licenses = ['MPL-2.0']
31
31
  s.required_ruby_version = ::Gem::Requirement.new("~> 1.9")
32
-
33
- s.post_install_message = "C.R.E.A.M."
34
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cache_rules
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-08 00:00:00.000000000 Z
12
+ date: 2015-04-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fakeweb
@@ -109,7 +109,7 @@ files:
109
109
  homepage: https://github.com/aw/CacheRules
110
110
  licenses:
111
111
  - MPL-2.0
112
- post_install_message: C.R.E.A.M.
112
+ post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
115
115
  - lib