torquebox-cache 2.0.0.beta3-java → 2.0.0.cr1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cache.rb +1 -1
- data/lib/torquebox-cache.jar +0 -0
- data/lib/torquebox-cache.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +13 -13
data/lib/cache.rb
CHANGED
@@ -350,7 +350,7 @@ module TorqueBox
|
|
350
350
|
config.transaction.transactionMode( transaction_mode )
|
351
351
|
|
352
352
|
if transactional?
|
353
|
-
config.transaction.
|
353
|
+
config.transaction.transactionManagerLookup( transaction_manager_lookup )
|
354
354
|
config.transaction.lockingMode( locking_mode )
|
355
355
|
end
|
356
356
|
|
data/lib/torquebox-cache.jar
CHANGED
Binary file
|
data/lib/torquebox-cache.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: torquebox-cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 2.0.0.
|
5
|
+
version: 2.0.0.cr1
|
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-03-02 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.0.
|
45
|
+
version: 2.0.0.cr1
|
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.0.
|
56
|
+
version: 2.0.0.cr1
|
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.rb
|
117
|
-
- lib/cache_listener.rb
|
118
116
|
- lib/dm-infinispan-adapter.rb
|
117
|
+
- lib/cache_listener.rb
|
119
118
|
- lib/gem_hook.rb
|
120
|
-
- lib/
|
119
|
+
- lib/cache.rb
|
120
|
+
- lib/datamapper/search.rb
|
121
121
|
- lib/datamapper/dm-infinispan-adapter.rb
|
122
122
|
- lib/datamapper/model.rb
|
123
|
-
- lib/
|
123
|
+
- lib/active_support/cache/torque_box_store.rb
|
124
|
+
- spec/torque_box_store_spec.rb
|
125
|
+
- spec/spec_helper.rb
|
126
|
+
- spec/spec.opts
|
124
127
|
- spec/cache_listener_spec.rb
|
125
128
|
- spec/cache_spec.rb
|
126
129
|
- spec/dm-infinispan-adapter_spec.rb
|
127
|
-
- spec/spec.opts
|
128
|
-
- spec/spec_helper.rb
|
129
|
-
- spec/torque_box_store_spec.rb
|
130
130
|
homepage: http://www.torquebox.org/torquebox-gems-parent/torquebox-cache/
|
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.15
|
154
154
|
signing_key:
|
155
155
|
specification_version: 3
|
156
156
|
summary: TorqueBox Cache Gem
|
157
157
|
test_files:
|
158
|
+
- spec/torque_box_store_spec.rb
|
158
159
|
- spec/cache_listener_spec.rb
|
159
160
|
- spec/cache_spec.rb
|
160
161
|
- spec/dm-infinispan-adapter_spec.rb
|
161
|
-
- spec/torque_box_store_spec.rb
|