torquebox-cache 3.0.0.beta1-java → 3.0.0.beta2-java

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxCache
2
- VERSION = '3.0.0.beta1'
3
- MAVEN_VERSION = '3.0.0.beta1'
2
+ VERSION = '3.0.0.beta2'
3
+ MAVEN_VERSION = '3.0.0.beta2'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: torquebox-cache
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 3.0.0.beta1
5
+ version: 3.0.0.beta2
6
6
  platform: java
7
7
  authors:
8
8
  - The TorqueBox Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-12 00:00:00.000000000 Z
12
+ date: 2013-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -49,13 +49,13 @@ dependencies:
49
49
  requirements:
50
50
  - - '='
51
51
  - !ruby/object:Gem::Version
52
- version: 3.0.0.beta1
52
+ version: 3.0.0.beta2
53
53
  none: false
54
54
  requirement: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - '='
57
57
  - !ruby/object:Gem::Version
58
- version: 3.0.0.beta1
58
+ version: 3.0.0.beta2
59
59
  none: false
60
60
  prerelease: false
61
61
  type: :runtime
@@ -65,13 +65,13 @@ dependencies:
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 3.0.0.beta1
68
+ version: 3.0.0.beta2
69
69
  none: false
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - '='
73
73
  - !ruby/object:Gem::Version
74
- version: 3.0.0.beta1
74
+ version: 3.0.0.beta2
75
75
  none: false
76
76
  prerelease: false
77
77
  type: :runtime
@@ -118,17 +118,17 @@ files:
118
118
  - lib/torquebox-cache.jar
119
119
  - lib/torquebox-cache.rb
120
120
  - lib/polyglot-cache-1.14.0.jar
121
+ - lib/cache.rb
121
122
  - lib/gem_hook.rb
122
123
  - lib/cache_listener.rb
123
- - lib/cache.rb
124
- - lib/active_support/cache/torquebox_store.rb
125
124
  - lib/active_support/cache/torque_box_store.rb
126
- - spec/cache_listener_spec.rb
127
- - spec/torque_box_store_spec.rb
125
+ - lib/active_support/cache/torquebox_store.rb
128
126
  - spec/gem_hook_spec.rb
129
- - spec/spec_helper.rb
130
- - spec/spec.opts
131
127
  - spec/cache_spec.rb
128
+ - spec/spec.opts
129
+ - spec/cache_listener_spec.rb
130
+ - spec/spec_helper.rb
131
+ - spec/torque_box_store_spec.rb
132
132
  homepage: http://torquebox.org/
133
133
  licenses:
134
134
  - Public Domain
@@ -155,7 +155,7 @@ signing_key:
155
155
  specification_version: 3
156
156
  summary: TorqueBox Cache Gem
157
157
  test_files:
158
- - spec/cache_listener_spec.rb
159
- - spec/torque_box_store_spec.rb
160
158
  - spec/gem_hook_spec.rb
161
159
  - spec/cache_spec.rb
160
+ - spec/cache_listener_spec.rb
161
+ - spec/torque_box_store_spec.rb