torquebox-cache 2.3.0-java → 2.3.1-java
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.
|
Binary file
|
data/lib/torquebox-cache.jar
CHANGED
|
Binary file
|
data/lib/torquebox-cache.rb
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
module TorqueboxCache
|
|
2
|
-
VERSION = '2.3.
|
|
3
|
-
MAVEN_VERSION = '2.3.
|
|
2
|
+
VERSION = '2.3.1'
|
|
3
|
+
MAVEN_VERSION = '2.3.1'
|
|
4
4
|
end
|
|
5
5
|
begin
|
|
6
6
|
require 'java'
|
|
7
7
|
require File.dirname(__FILE__) + '/torquebox-cache.jar'
|
|
8
|
-
require File.dirname(__FILE__) + '/polyglot-cache-1.12.
|
|
9
|
-
require File.dirname(__FILE__) + '/polyglot-core-1.12.0.jar'
|
|
8
|
+
require File.dirname(__FILE__) + '/polyglot-cache-1.12.1.jar'
|
|
10
9
|
rescue LoadError
|
|
11
10
|
puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.'
|
|
12
11
|
raise
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: torquebox-cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.3.
|
|
5
|
+
version: 2.3.1
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- The TorqueBox Team
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-05-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -49,13 +49,13 @@ dependencies:
|
|
|
49
49
|
requirements:
|
|
50
50
|
- - '='
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 2.3.
|
|
52
|
+
version: 2.3.1
|
|
53
53
|
none: false
|
|
54
54
|
requirement: !ruby/object:Gem::Requirement
|
|
55
55
|
requirements:
|
|
56
56
|
- - '='
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
|
-
version: 2.3.
|
|
58
|
+
version: 2.3.1
|
|
59
59
|
none: false
|
|
60
60
|
prerelease: false
|
|
61
61
|
type: :runtime
|
|
@@ -65,13 +65,13 @@ dependencies:
|
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 2.3.
|
|
68
|
+
version: 2.3.1
|
|
69
69
|
none: false
|
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - '='
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: 2.3.
|
|
74
|
+
version: 2.3.1
|
|
75
75
|
none: false
|
|
76
76
|
prerelease: false
|
|
77
77
|
type: :runtime
|
|
@@ -117,19 +117,18 @@ files:
|
|
|
117
117
|
- licenses/lgpl-2.1.txt
|
|
118
118
|
- lib/torquebox-cache.jar
|
|
119
119
|
- lib/torquebox-cache.rb
|
|
120
|
-
- lib/polyglot-cache-1.12.
|
|
121
|
-
- lib/polyglot-core-1.12.0.jar
|
|
120
|
+
- lib/polyglot-cache-1.12.1.jar
|
|
122
121
|
- lib/cache_listener.rb
|
|
123
|
-
- lib/gem_hook.rb
|
|
124
122
|
- lib/cache.rb
|
|
123
|
+
- lib/gem_hook.rb
|
|
125
124
|
- lib/sequence.rb
|
|
126
125
|
- lib/active_support/cache/torque_box_store.rb
|
|
126
|
+
- spec/spec_helper.rb
|
|
127
|
+
- spec/cache_listener_spec.rb
|
|
127
128
|
- spec/torque_box_store_spec.rb
|
|
128
|
-
- spec/gem_hook_spec.rb
|
|
129
129
|
- spec/spec.opts
|
|
130
|
+
- spec/gem_hook_spec.rb
|
|
130
131
|
- spec/cache_spec.rb
|
|
131
|
-
- spec/cache_listener_spec.rb
|
|
132
|
-
- spec/spec_helper.rb
|
|
133
132
|
homepage: http://torquebox.org/
|
|
134
133
|
licenses:
|
|
135
134
|
- lgpl
|
|
@@ -158,7 +157,7 @@ signing_key:
|
|
|
158
157
|
specification_version: 3
|
|
159
158
|
summary: TorqueBox Cache Gem
|
|
160
159
|
test_files:
|
|
160
|
+
- spec/cache_listener_spec.rb
|
|
161
161
|
- spec/torque_box_store_spec.rb
|
|
162
162
|
- spec/gem_hook_spec.rb
|
|
163
163
|
- spec/cache_spec.rb
|
|
164
|
-
- spec/cache_listener_spec.rb
|
|
Binary file
|