torquebox-cache 3.1.0-java → 3.1.1-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.
- checksums.yaml +4 -4
- data/lib/polyglot-cache-1.20.0.jar +0 -0
- data/lib/torquebox/cache.rb +1 -0
- data/lib/torquebox-cache.jar +0 -0
- data/lib/torquebox-cache.rb +3 -3
- metadata +12 -12
- data/lib/polyglot-cache-1.18.0.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29144f8d5c7c6dbef30efb0a0b98c09e18d60207
|
|
4
|
+
data.tar.gz: 7836881eb6e9c8c3c8f79b8cd9a3c6b205d24b83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3432a012f594826e69d87eb337903c5665ff51b221463b8024b871d3f3ff8201236fb23cea522c40a8127e3018b8400ba73f9b4e06a9f811f4614d007013c558
|
|
7
|
+
data.tar.gz: 0c768877091cb52c30cf3ebff57224dbde6e33a7b4b8820ec5222b41779d92e85184dd5688823bb9a3a3a2f6cd81f43db039fd7756f72cc756cd808f20f8c296
|
|
Binary file
|
data/lib/torquebox/cache.rb
CHANGED
data/lib/torquebox-cache.jar
CHANGED
|
Binary file
|
data/lib/torquebox-cache.rb
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module TorqueboxCache
|
|
2
|
-
VERSION = '3.1.
|
|
3
|
-
MAVEN_VERSION = '3.1.
|
|
2
|
+
VERSION = '3.1.1'
|
|
3
|
+
MAVEN_VERSION = '3.1.1'
|
|
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.
|
|
8
|
+
require File.dirname(__FILE__) + '/polyglot-cache-1.20.0.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
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torquebox-cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- The TorqueBox Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -44,12 +44,12 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 3.1.
|
|
47
|
+
version: 3.1.1
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
50
|
- - '='
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 3.1.
|
|
52
|
+
version: 3.1.1
|
|
53
53
|
prerelease: false
|
|
54
54
|
type: :runtime
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
@@ -58,12 +58,12 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 3.1.
|
|
61
|
+
version: 3.1.1
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - '='
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: 3.1.
|
|
66
|
+
version: 3.1.1
|
|
67
67
|
prerelease: false
|
|
68
68
|
type: :runtime
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
@@ -104,16 +104,16 @@ files:
|
|
|
104
104
|
- licenses/cc0-1.0.txt
|
|
105
105
|
- lib/torquebox-cache.jar
|
|
106
106
|
- lib/torquebox-cache.rb
|
|
107
|
-
- lib/polyglot-cache-1.
|
|
107
|
+
- lib/polyglot-cache-1.20.0.jar
|
|
108
108
|
- lib/gem_hook.rb
|
|
109
|
-
- lib/active_support/cache/torquebox_store.rb
|
|
110
|
-
- lib/active_support/cache/torque_box_store.rb
|
|
111
109
|
- lib/torquebox/cache.rb
|
|
110
|
+
- lib/active_support/cache/torque_box_store.rb
|
|
111
|
+
- lib/active_support/cache/torquebox_store.rb
|
|
112
|
+
- spec/gem_hook_spec.rb
|
|
112
113
|
- spec/spec_helper.rb
|
|
114
|
+
- spec/cache_spec.rb
|
|
113
115
|
- spec/torque_box_store_spec.rb
|
|
114
|
-
- spec/gem_hook_spec.rb
|
|
115
116
|
- spec/spec.opts
|
|
116
|
-
- spec/cache_spec.rb
|
|
117
117
|
homepage: http://torquebox.org/
|
|
118
118
|
licenses:
|
|
119
119
|
- Public Domain
|
|
@@ -139,6 +139,6 @@ signing_key:
|
|
|
139
139
|
specification_version: 4
|
|
140
140
|
summary: TorqueBox Cache Gem
|
|
141
141
|
test_files:
|
|
142
|
-
- spec/torque_box_store_spec.rb
|
|
143
142
|
- spec/gem_hook_spec.rb
|
|
144
143
|
- spec/cache_spec.rb
|
|
144
|
+
- spec/torque_box_store_spec.rb
|
|
Binary file
|