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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad35650c7ee0390f9a8dc6cd340544ee6efd18cf
4
- data.tar.gz: da4daa0d336a3a6168ae997352618ac414a23f51
3
+ metadata.gz: 29144f8d5c7c6dbef30efb0a0b98c09e18d60207
4
+ data.tar.gz: 7836881eb6e9c8c3c8f79b8cd9a3c6b205d24b83
5
5
  SHA512:
6
- metadata.gz: 163f4981b46e938b78c950f3b3350ab1bd79c3e1a0340732ea776796c6bd653da1097737fe16539190d6aae1c129f320e40076213265e6d50c5140a0d3f2bff5
7
- data.tar.gz: 83ce16ec86561ce289854e1ae0343047af5494f881b479bdbe80207f161dbddb54e35b02d673fb790ab23bcec01bea6098e8e4f094b6f874925a20821598485b
6
+ metadata.gz: 3432a012f594826e69d87eb337903c5665ff51b221463b8024b871d3f3ff8201236fb23cea522c40a8127e3018b8400ba73f9b4e06a9f811f4614d007013c558
7
+ data.tar.gz: 0c768877091cb52c30cf3ebff57224dbde6e33a7b4b8820ec5222b41779d92e85184dd5688823bb9a3a3a2f6cd81f43db039fd7756f72cc756cd808f20f8c296
Binary file
@@ -19,6 +19,7 @@ require 'torquebox/kernel'
19
19
  require 'torquebox/injectors'
20
20
  require 'torquebox/transactions'
21
21
  require 'torquebox/codecs'
22
+ require 'torquebox-cache'
22
23
 
23
24
  module TorqueBox
24
25
  module Infinispan
Binary file
@@ -1,11 +1,11 @@
1
1
  module TorqueboxCache
2
- VERSION = '3.1.0'
3
- MAVEN_VERSION = '3.1.0'
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.18.0.jar'
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.0
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-03-24 00:00:00.000000000 Z
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.0
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.0
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.0
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.0
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.18.0.jar
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