jruby-ehcache 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/jruby-ehcache-rails2.gemspec +0 -1
- data/jruby-ehcache-rails3.gemspec +0 -1
- data/jruby-ehcache.gemspec +0 -1
- data/lib/ehcache/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
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" ]
|
data/jruby-ehcache.gemspec
CHANGED
@@ -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" ]
|
data/lib/ehcache/version.rb
CHANGED
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.
|
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-
|
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
|