torquebox-cache 2.1.1-java → 2.1.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.
- data/lib/torquebox-cache.jar +0 -0
- data/lib/torquebox-cache.rb +2 -2
- metadata +9 -9
data/lib/torquebox-cache.jar
CHANGED
|
Binary file
|
data/lib/torquebox-cache.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: torquebox-cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.1.
|
|
5
|
+
version: 2.1.2
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- The TorqueBox Team
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-09-24 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - "="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 2.1.
|
|
45
|
+
version: 2.1.2
|
|
46
46
|
type: :runtime
|
|
47
47
|
version_requirements: *id003
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
requirements:
|
|
54
54
|
- - "="
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 2.1.
|
|
56
|
+
version: 2.1.2
|
|
57
57
|
type: :runtime
|
|
58
58
|
version_requirements: *id004
|
|
59
59
|
- !ruby/object:Gem::Dependency
|
|
@@ -95,15 +95,15 @@ files:
|
|
|
95
95
|
- lib/polyglot-core-1.7.2.jar
|
|
96
96
|
- lib/cache.rb
|
|
97
97
|
- lib/cache_listener.rb
|
|
98
|
-
- lib/sequence.rb
|
|
99
98
|
- lib/gem_hook.rb
|
|
99
|
+
- lib/sequence.rb
|
|
100
100
|
- lib/active_support/cache/torque_box_store.rb
|
|
101
|
-
- spec/
|
|
102
|
-
- spec/cache_listener_spec.rb
|
|
101
|
+
- spec/spec_helper.rb
|
|
103
102
|
- spec/gem_hook_spec.rb
|
|
104
103
|
- spec/cache_spec.rb
|
|
105
|
-
- spec/
|
|
104
|
+
- spec/cache_listener_spec.rb
|
|
106
105
|
- spec/torque_box_store_spec.rb
|
|
106
|
+
- spec/spec.opts
|
|
107
107
|
homepage: http://torquebox.org/
|
|
108
108
|
licenses:
|
|
109
109
|
- lgpl
|
|
@@ -132,7 +132,7 @@ signing_key:
|
|
|
132
132
|
specification_version: 3
|
|
133
133
|
summary: TorqueBox Cache Gem
|
|
134
134
|
test_files:
|
|
135
|
-
- spec/cache_listener_spec.rb
|
|
136
135
|
- spec/gem_hook_spec.rb
|
|
137
136
|
- spec/cache_spec.rb
|
|
137
|
+
- spec/cache_listener_spec.rb
|
|
138
138
|
- spec/torque_box_store_spec.rb
|