torquebox-cache 2.0.1-java → 2.0.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 +11 -11
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.0.
|
|
5
|
+
version: 2.0.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-05-01 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.0.
|
|
45
|
+
version: 2.0.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.0.
|
|
56
|
+
version: 2.0.2
|
|
57
57
|
type: :runtime
|
|
58
58
|
version_requirements: *id004
|
|
59
59
|
- !ruby/object:Gem::Dependency
|
|
@@ -114,18 +114,18 @@ files:
|
|
|
114
114
|
- lib/torquebox-cache.jar
|
|
115
115
|
- lib/torquebox-cache.rb
|
|
116
116
|
- lib/cache_listener.rb
|
|
117
|
+
- lib/cache.rb
|
|
117
118
|
- lib/dm-infinispan-adapter.rb
|
|
118
119
|
- lib/gem_hook.rb
|
|
119
|
-
- lib/cache.rb
|
|
120
120
|
- lib/active_support/cache/torque_box_store.rb
|
|
121
|
-
- lib/datamapper/dm-infinispan-adapter.rb
|
|
122
|
-
- lib/datamapper/search.rb
|
|
123
121
|
- lib/datamapper/model.rb
|
|
124
|
-
-
|
|
122
|
+
- lib/datamapper/search.rb
|
|
123
|
+
- lib/datamapper/dm-infinispan-adapter.rb
|
|
125
124
|
- spec/cache_spec.rb
|
|
126
|
-
- spec/cache_listener_spec.rb
|
|
127
|
-
- spec/dm-infinispan-adapter_spec.rb
|
|
128
125
|
- spec/spec.opts
|
|
126
|
+
- spec/spec_helper.rb
|
|
127
|
+
- spec/dm-infinispan-adapter_spec.rb
|
|
128
|
+
- spec/cache_listener_spec.rb
|
|
129
129
|
- spec/torque_box_store_spec.rb
|
|
130
130
|
homepage: http://torquebox.org/
|
|
131
131
|
licenses:
|
|
@@ -156,6 +156,6 @@ specification_version: 3
|
|
|
156
156
|
summary: TorqueBox Cache Gem
|
|
157
157
|
test_files:
|
|
158
158
|
- spec/cache_spec.rb
|
|
159
|
-
- spec/cache_listener_spec.rb
|
|
160
159
|
- spec/dm-infinispan-adapter_spec.rb
|
|
160
|
+
- spec/cache_listener_spec.rb
|
|
161
161
|
- spec/torque_box_store_spec.rb
|