torquebox-cache 2.0.2-java → 2.0.3-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 +14 -14
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.3
|
|
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-05-
|
|
13
|
+
date: 2012-05-04 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.3
|
|
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.3
|
|
57
57
|
type: :runtime
|
|
58
58
|
version_requirements: *id004
|
|
59
59
|
- !ruby/object:Gem::Dependency
|
|
@@ -113,20 +113,20 @@ files:
|
|
|
113
113
|
- licenses/lgpl-2.1.txt
|
|
114
114
|
- lib/torquebox-cache.jar
|
|
115
115
|
- lib/torquebox-cache.rb
|
|
116
|
-
- lib/cache_listener.rb
|
|
117
116
|
- lib/cache.rb
|
|
118
|
-
- lib/dm-infinispan-adapter.rb
|
|
119
117
|
- lib/gem_hook.rb
|
|
120
|
-
- lib/
|
|
118
|
+
- lib/dm-infinispan-adapter.rb
|
|
119
|
+
- lib/cache_listener.rb
|
|
121
120
|
- lib/datamapper/model.rb
|
|
122
|
-
- lib/datamapper/search.rb
|
|
123
121
|
- lib/datamapper/dm-infinispan-adapter.rb
|
|
124
|
-
-
|
|
125
|
-
-
|
|
122
|
+
- lib/datamapper/search.rb
|
|
123
|
+
- lib/active_support/cache/torque_box_store.rb
|
|
126
124
|
- spec/spec_helper.rb
|
|
127
|
-
- spec/
|
|
125
|
+
- spec/spec.opts
|
|
128
126
|
- spec/cache_listener_spec.rb
|
|
129
127
|
- spec/torque_box_store_spec.rb
|
|
128
|
+
- spec/dm-infinispan-adapter_spec.rb
|
|
129
|
+
- spec/cache_spec.rb
|
|
130
130
|
homepage: http://torquebox.org/
|
|
131
131
|
licenses:
|
|
132
132
|
- lgpl
|
|
@@ -150,12 +150,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
requirements: []
|
|
151
151
|
|
|
152
152
|
rubyforge_project:
|
|
153
|
-
rubygems_version: 1.8.
|
|
153
|
+
rubygems_version: 1.8.24
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 3
|
|
156
156
|
summary: TorqueBox Cache Gem
|
|
157
157
|
test_files:
|
|
158
|
-
- spec/cache_spec.rb
|
|
159
|
-
- spec/dm-infinispan-adapter_spec.rb
|
|
160
158
|
- spec/cache_listener_spec.rb
|
|
161
159
|
- spec/torque_box_store_spec.rb
|
|
160
|
+
- spec/dm-infinispan-adapter_spec.rb
|
|
161
|
+
- spec/cache_spec.rb
|