torquebox-cache 2.3.1-java → 2.3.2-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,11 +1,11 @@
|
|
|
1
1
|
module TorqueboxCache
|
|
2
|
-
VERSION = '2.3.
|
|
3
|
-
MAVEN_VERSION = '2.3.
|
|
2
|
+
VERSION = '2.3.2'
|
|
3
|
+
MAVEN_VERSION = '2.3.2'
|
|
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.
|
|
8
|
+
require File.dirname(__FILE__) + '/polyglot-cache-1.12.2.jar'
|
|
9
9
|
rescue LoadError
|
|
10
10
|
puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.'
|
|
11
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.2
|
|
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-06-12 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.2
|
|
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.2
|
|
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.2
|
|
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.2
|
|
75
75
|
none: false
|
|
76
76
|
prerelease: false
|
|
77
77
|
type: :runtime
|
|
@@ -117,18 +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/
|
|
120
|
+
- lib/polyglot-cache-1.12.2.jar
|
|
121
|
+
- lib/sequence.rb
|
|
122
122
|
- lib/cache.rb
|
|
123
|
+
- lib/cache_listener.rb
|
|
123
124
|
- lib/gem_hook.rb
|
|
124
|
-
- lib/sequence.rb
|
|
125
125
|
- lib/active_support/cache/torque_box_store.rb
|
|
126
|
-
- spec/
|
|
126
|
+
- spec/cache_spec.rb
|
|
127
127
|
- spec/cache_listener_spec.rb
|
|
128
|
+
- spec/gem_hook_spec.rb
|
|
128
129
|
- spec/torque_box_store_spec.rb
|
|
129
130
|
- spec/spec.opts
|
|
130
|
-
- spec/
|
|
131
|
-
- spec/cache_spec.rb
|
|
131
|
+
- spec/spec_helper.rb
|
|
132
132
|
homepage: http://torquebox.org/
|
|
133
133
|
licenses:
|
|
134
134
|
- lgpl
|
|
@@ -138,17 +138,15 @@ require_paths:
|
|
|
138
138
|
- lib
|
|
139
139
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
140
|
requirements:
|
|
141
|
-
- -
|
|
141
|
+
- - '>='
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
|
-
version:
|
|
144
|
-
MA==
|
|
143
|
+
version: '0'
|
|
145
144
|
none: false
|
|
146
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
146
|
requirements:
|
|
148
|
-
- -
|
|
147
|
+
- - '>='
|
|
149
148
|
- !ruby/object:Gem::Version
|
|
150
|
-
version:
|
|
151
|
-
MA==
|
|
149
|
+
version: '0'
|
|
152
150
|
none: false
|
|
153
151
|
requirements: []
|
|
154
152
|
rubyforge_project:
|
|
@@ -157,7 +155,7 @@ signing_key:
|
|
|
157
155
|
specification_version: 3
|
|
158
156
|
summary: TorqueBox Cache Gem
|
|
159
157
|
test_files:
|
|
158
|
+
- spec/cache_spec.rb
|
|
160
159
|
- spec/cache_listener_spec.rb
|
|
161
|
-
- spec/torque_box_store_spec.rb
|
|
162
160
|
- spec/gem_hook_spec.rb
|
|
163
|
-
- spec/
|
|
161
|
+
- spec/torque_box_store_spec.rb
|