jruby-ehcache 1.2.1 → 1.3.0

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.
data/Gemfile.lock CHANGED
@@ -1,13 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jruby-ehcache (1.2.1)
5
- i18n
4
+ jruby-ehcache (1.3.0)
6
5
 
7
6
  GEM
8
7
  remote: http://rubygems.org/
9
8
  specs:
10
- i18n (0.6.0)
11
9
 
12
10
  PLATFORMS
13
11
  java
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.1
1
+ 1.3.0
@@ -23,6 +23,5 @@ Gem::Specification.new do |s|
23
23
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
24
  s.require_paths = ["lib"]
25
25
 
26
- s.add_runtime_dependency "i18n"
27
26
  s.add_runtime_dependency "jruby-ehcache"
28
27
  end
@@ -23,6 +23,5 @@ Gem::Specification.new do |s|
23
23
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
24
  s.require_paths = ["lib"]
25
25
 
26
- s.add_runtime_dependency "i18n"
27
26
  s.add_runtime_dependency "jruby-ehcache"
28
27
  end
@@ -20,5 +20,4 @@ Gem::Specification.new do |s|
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
22
 
23
- s.add_runtime_dependency "i18n"
24
23
  end
@@ -1,3 +1,3 @@
1
1
  module Ehcache
2
- VERSION = "1.2.1"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,133 +1,128 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: jruby-ehcache
3
- version: !ruby/object:Gem::Version
4
- version: 1.2.1
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease:
5
+ version: 1.3.0
6
6
  platform: ruby
7
- authors:
8
- - Dylan Stamat
9
- - Jason Voegele
7
+ authors:
8
+ - Dylan Stamat
9
+ - Jason Voegele
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-03-14 00:00:00.000000000 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: i18n
17
- requirement: &70252855820620 !ruby/object:Gem::Requirement
18
- none: false
19
- requirements:
20
- - - ! '>='
21
- - !ruby/object:Gem::Version
22
- version: '0'
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: *70252855820620
13
+
14
+ date: 2012-03-14 00:00:00 Z
15
+ dependencies: []
16
+
26
17
  description: JRuby interface to the popular Java caching library Ehcache
27
- email:
28
- - dstamat@elctech.com
29
- - jvoegele@terracotta.org
30
- executables:
31
- - ehcache
18
+ email:
19
+ - dstamat@elctech.com
20
+ - jvoegele@terracotta.org
21
+ executables:
22
+ - ehcache
32
23
  extensions: []
33
- extra_rdoc_files:
34
- - README.txt
35
- files:
36
- - .gitignore
37
- - Gemfile
38
- - Gemfile.lock
39
- - History.txt
40
- - License.txt
41
- - Manifest.txt
42
- - PostInstall.txt
43
- - README.txt
44
- - Rakefile
45
- - VERSION
46
- - bin/ehcache
47
- - config/ehcache.yml
48
- - config/ehcache_manual_rmi.yml
49
- - examples/ehcache.xml
50
- - examples/jruby-ehcache.rb
51
- - ext/ehcache-2.4.6/ehcache-core-2.4.6.jar
52
- - ext/ehcache-2.4.6/ehcache-terracotta-2.4.6.jar
53
- - ext/ehcache-2.4.6/slf4j-api-1.6.1.jar
54
- - ext/ehcache-2.4.6/slf4j-jdk14-1.6.1.jar
55
- - ext/ehcache-2.4.6/terracotta-toolkit-1.3-runtime-3.3.0.jar
56
- - ext/marshaled-ruby-object.jar
57
- - jruby-ehcache-rails2.gemspec
58
- - jruby-ehcache-rails3.gemspec
59
- - jruby-ehcache.gemspec
60
- - lib/active_support/cache/ehcache_store.rb
61
- - lib/active_support/ehcache_store.rb
62
- - lib/ehcache.rb
63
- - lib/ehcache/active_support_store.rb
64
- - lib/ehcache/cache.rb
65
- - lib/ehcache/cache_manager.rb
66
- - lib/ehcache/config.rb
67
- - lib/ehcache/element.rb
68
- - lib/ehcache/java.rb
69
- - lib/ehcache/version.rb
70
- - lib/ehcache/yaml_config.rb
71
- - script/console
72
- - script/destroy
73
- - script/generate
74
- - script/txt2html
75
- - spec/cache_manager_spec.rb
76
- - spec/cache_spec.rb
77
- - spec/spec.opts
78
- - spec/spec_helper.rb
79
- - src/net/sf/ehcache/MarshaledRubyObject.java
80
- - tasks/deployment.rake
81
- - tasks/environment.rake
82
- - tasks/website.rake
83
- - test/ehcache.xml
84
- - test/ehcache.yml
85
- - test/test_cache.rb
86
- - test/test_cache_manager.rb
87
- - test/test_configuration.rb
88
- - test/test_ehcache.rb
89
- - test/test_element.rb
90
- - test/test_helper.rb
91
- - test/test_yaml_config.rb
92
- - website/index.html
93
- - website/javascripts/rounded_corners_lite.inc.js
94
- - website/stylesheets/screen.css
95
- - website/template.html.erb
24
+
25
+ extra_rdoc_files:
26
+ - README.txt
27
+ files:
28
+ - .gitignore
29
+ - Gemfile
30
+ - Gemfile.lock
31
+ - History.txt
32
+ - License.txt
33
+ - Manifest.txt
34
+ - PostInstall.txt
35
+ - README.txt
36
+ - Rakefile
37
+ - VERSION
38
+ - bin/ehcache
39
+ - config/ehcache.yml
40
+ - config/ehcache_manual_rmi.yml
41
+ - examples/ehcache.xml
42
+ - examples/jruby-ehcache.rb
43
+ - ext/ehcache-2.4.6/ehcache-core-2.4.6.jar
44
+ - ext/ehcache-2.4.6/ehcache-terracotta-2.4.6.jar
45
+ - ext/ehcache-2.4.6/slf4j-api-1.6.1.jar
46
+ - ext/ehcache-2.4.6/slf4j-jdk14-1.6.1.jar
47
+ - ext/ehcache-2.4.6/terracotta-toolkit-1.3-runtime-3.3.0.jar
48
+ - ext/marshaled-ruby-object.jar
49
+ - jruby-ehcache-rails2.gemspec
50
+ - jruby-ehcache-rails3.gemspec
51
+ - jruby-ehcache.gemspec
52
+ - lib/active_support/cache/ehcache_store.rb
53
+ - lib/active_support/ehcache_store.rb
54
+ - lib/ehcache.rb
55
+ - lib/ehcache/active_support_store.rb
56
+ - lib/ehcache/cache.rb
57
+ - lib/ehcache/cache_manager.rb
58
+ - lib/ehcache/config.rb
59
+ - lib/ehcache/element.rb
60
+ - lib/ehcache/java.rb
61
+ - lib/ehcache/version.rb
62
+ - lib/ehcache/yaml_config.rb
63
+ - script/console
64
+ - script/destroy
65
+ - script/generate
66
+ - script/txt2html
67
+ - spec/cache_manager_spec.rb
68
+ - spec/cache_spec.rb
69
+ - spec/spec.opts
70
+ - spec/spec_helper.rb
71
+ - src/net/sf/ehcache/MarshaledRubyObject.java
72
+ - tasks/deployment.rake
73
+ - tasks/environment.rake
74
+ - tasks/website.rake
75
+ - test/ehcache.xml
76
+ - test/ehcache.yml
77
+ - test/test_cache.rb
78
+ - test/test_cache_manager.rb
79
+ - test/test_configuration.rb
80
+ - test/test_ehcache.rb
81
+ - test/test_element.rb
82
+ - test/test_helper.rb
83
+ - test/test_yaml_config.rb
84
+ - website/index.html
85
+ - website/javascripts/rounded_corners_lite.inc.js
86
+ - website/stylesheets/screen.css
87
+ - website/template.html.erb
96
88
  homepage: http://ehcache.rubyforge.org
97
89
  licenses: []
90
+
98
91
  post_install_message:
99
92
  rdoc_options: []
100
- require_paths:
101
- - lib
102
- required_ruby_version: !ruby/object:Gem::Requirement
93
+
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
103
97
  none: false
104
- requirements:
105
- - - ! '>='
106
- - !ruby/object:Gem::Version
107
- version: '0'
108
- required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "0"
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
109
103
  none: false
110
- requirements:
111
- - - ! '>='
112
- - !ruby/object:Gem::Version
113
- version: '0'
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: "0"
114
108
  requirements: []
109
+
115
110
  rubyforge_project: ehcache
116
- rubygems_version: 1.8.15
111
+ rubygems_version: 1.8.24
117
112
  signing_key:
118
113
  specification_version: 3
119
114
  summary: JRuby interface to Ehcache
120
- test_files:
121
- - spec/cache_manager_spec.rb
122
- - spec/cache_spec.rb
123
- - spec/spec.opts
124
- - spec/spec_helper.rb
125
- - test/ehcache.xml
126
- - test/ehcache.yml
127
- - test/test_cache.rb
128
- - test/test_cache_manager.rb
129
- - test/test_configuration.rb
130
- - test/test_ehcache.rb
131
- - test/test_element.rb
132
- - test/test_helper.rb
133
- - test/test_yaml_config.rb
115
+ test_files:
116
+ - spec/cache_manager_spec.rb
117
+ - spec/cache_spec.rb
118
+ - spec/spec.opts
119
+ - spec/spec_helper.rb
120
+ - test/ehcache.xml
121
+ - test/ehcache.yml
122
+ - test/test_cache.rb
123
+ - test/test_cache_manager.rb
124
+ - test/test_configuration.rb
125
+ - test/test_ehcache.rb
126
+ - test/test_element.rb
127
+ - test/test_helper.rb
128
+ - test/test_yaml_config.rb