torquebox-cache 2.2.0-java → 2.3.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- # Copyright 2008-2012 Red Hat, Inc, and individual contributors.
1
+ # Copyright 2008-2013 Red Hat, Inc, and individual contributors.
2
2
  #
3
3
  # This is free software; you can redistribute it and/or modify it
4
4
  # under the terms of the GNU Lesser General Public License as
data/lib/cache.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2008-2012 Red Hat, Inc, and individual contributors.
1
+ # Copyright 2008-2013 Red Hat, Inc, and individual contributors.
2
2
  #
3
3
  # This is free software; you can redistribute it and/or modify it
4
4
  # under the terms of the GNU Lesser General Public License as
@@ -1,4 +1,4 @@
1
- # Copyright 2008-2012 Red Hat, Inc, and individual contributors.
1
+ # Copyright 2008-2013 Red Hat, Inc, and individual contributors.
2
2
  #
3
3
  # This is free software; you can redistribute it and/or modify it
4
4
  # under the terms of the GNU Lesser General Public License as
data/lib/gem_hook.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2008-2012 Red Hat, Inc, and individual contributors.
1
+ # Copyright 2008-2013 Red Hat, Inc, and individual contributors.
2
2
  #
3
3
  # This is free software; you can redistribute it and/or modify it
4
4
  # under the terms of the GNU Lesser General Public License as
data/lib/sequence.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2012 Red Hat, Inc, and individual contributors.
1
+ # Copyright 2008-2013 Red Hat, Inc, and individual contributors.
2
2
  #
3
3
  # This is free software; you can redistribute it and/or modify it
4
4
  # under the terms of the GNU Lesser General Public License as
Binary file
@@ -1,12 +1,12 @@
1
1
  module TorqueboxCache
2
- VERSION = '2.2.0'
3
- MAVEN_VERSION = '2.2.0'
2
+ VERSION = '2.3.0'
3
+ MAVEN_VERSION = '2.3.0'
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.10.0.jar'
9
- require File.dirname(__FILE__) + '/polyglot-core-1.10.0.jar'
8
+ require File.dirname(__FILE__) + '/polyglot-cache-1.12.0.jar'
9
+ require File.dirname(__FILE__) + '/polyglot-core-1.12.0.jar'
10
10
  rescue LoadError
11
11
  puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.'
12
12
  raise
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: torquebox-cache
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.2.0
5
+ version: 2.3.0
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: 2012-12-06 00:00:00.000000000 Z
12
+ date: 2013-01-25 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: 2.2.0
52
+ version: 2.3.0
53
53
  none: false
54
54
  requirement: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - '='
57
57
  - !ruby/object:Gem::Version
58
- version: 2.2.0
58
+ version: 2.3.0
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: 2.2.0
68
+ version: 2.3.0
69
69
  none: false
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - '='
73
73
  - !ruby/object:Gem::Version
74
- version: 2.2.0
74
+ version: 2.3.0
75
75
  none: false
76
76
  prerelease: false
77
77
  type: :runtime
@@ -117,18 +117,18 @@ files:
117
117
  - licenses/lgpl-2.1.txt
118
118
  - lib/torquebox-cache.jar
119
119
  - lib/torquebox-cache.rb
120
- - lib/polyglot-cache-1.10.0.jar
121
- - lib/polyglot-core-1.10.0.jar
120
+ - lib/polyglot-cache-1.12.0.jar
121
+ - lib/polyglot-core-1.12.0.jar
122
+ - lib/cache_listener.rb
122
123
  - lib/gem_hook.rb
123
124
  - lib/cache.rb
124
125
  - lib/sequence.rb
125
- - lib/cache_listener.rb
126
126
  - lib/active_support/cache/torque_box_store.rb
127
- - spec/cache_spec.rb
127
+ - spec/torque_box_store_spec.rb
128
128
  - spec/gem_hook_spec.rb
129
129
  - spec/spec.opts
130
+ - spec/cache_spec.rb
130
131
  - spec/cache_listener_spec.rb
131
- - spec/torque_box_store_spec.rb
132
132
  - spec/spec_helper.rb
133
133
  homepage: http://torquebox.org/
134
134
  licenses:
@@ -139,14 +139,14 @@ require_paths:
139
139
  - lib
140
140
  required_ruby_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - ! '>='
142
+ - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: !binary |-
145
145
  MA==
146
146
  none: false
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  requirements:
149
- - - ! '>='
149
+ - - ">="
150
150
  - !ruby/object:Gem::Version
151
151
  version: !binary |-
152
152
  MA==
@@ -158,7 +158,7 @@ signing_key:
158
158
  specification_version: 3
159
159
  summary: TorqueBox Cache Gem
160
160
  test_files:
161
- - spec/cache_spec.rb
161
+ - spec/torque_box_store_spec.rb
162
162
  - spec/gem_hook_spec.rb
163
+ - spec/cache_spec.rb
163
164
  - spec/cache_listener_spec.rb
164
- - spec/torque_box_store_spec.rb