jruby-ehcache 1.3.1 → 1.3.2

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jruby-ehcache (1.3.0)
4
+ jruby-ehcache (1.3.2)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.1
1
+ 1.3.2
@@ -6,7 +6,6 @@ Gem::Specification.new do |s|
6
6
  s.name = %q{jruby-ehcache-rails2}
7
7
  s.version = Ehcache::VERSION
8
8
  s.authors = [%q{Dylan Stamat}, %q{Jason Voegele}]
9
- s.date = %q{2012-03-14}
10
9
  s.description = %q{The Ehcache cache store provider for Rails 2}
11
10
  s.email = [%q{dstamat@elctech.com}, %q{jvoegele@terracotta.org}]
12
11
  s.extra_rdoc_files = [ "README.txt" ]
@@ -6,7 +6,6 @@ Gem::Specification.new do |s|
6
6
  s.name = %q{jruby-ehcache-rails3}
7
7
  s.version = Ehcache::VERSION
8
8
  s.authors = [%q{Dylan Stamat}, %q{Jason Voegele}]
9
- s.date = %q{2012-03-14}
10
9
  s.description = %q{The Ehcache cache store provider for Rails 3}
11
10
  s.email = [%q{dstamat@elctech.com}, %q{jvoegele@terracotta.org}]
12
11
  s.extra_rdoc_files = [ "README.txt" ]
@@ -6,7 +6,6 @@ Gem::Specification.new do |s|
6
6
  s.name = %q{jruby-ehcache}
7
7
  s.version = Ehcache::VERSION
8
8
  s.authors = [%q{Dylan Stamat}, %q{Jason Voegele}]
9
- s.date = %q{2012-03-14}
10
9
  s.description = %q{JRuby interface to the popular Java caching library Ehcache}
11
10
  s.email = [%q{dstamat@elctech.com}, %q{jvoegele@terracotta.org}]
12
11
  s.extra_rdoc_files = [ "README.txt" ]
@@ -1,3 +1,3 @@
1
1
  module Ehcache
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jruby-ehcache
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.1
5
+ version: 1.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dylan Stamat
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-03-14 00:00:00 Z
14
+ date: 2012-09-02 00:00:00 Z
15
15
  dependencies: []
16
16
 
17
17
  description: JRuby interface to the popular Java caching library Ehcache