jruby-jars 1.6.4 → 1.6.5

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.
@@ -3,5 +3,5 @@ Manifest.txt
3
3
  README.txt
4
4
  lib/jruby-jars.rb
5
5
  lib/jruby-jars/version.rb
6
- lib/jruby-core-1.6.4.jar
7
- lib/jruby-stdlib-1.6.4.jar
6
+ lib/jruby-core-1.6.5.jar
7
+ lib/jruby-stdlib-1.6.5.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.6.4'
2
+ VERSION = '1.6.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.6.4
5
+ version: 1.6.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Oliver Nutter
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-23 00:00:00 -05:00
14
- default_executable:
13
+ date: 2011-10-25 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: hoe
@@ -44,9 +43,8 @@ files:
44
43
  - README.txt
45
44
  - lib/jruby-jars.rb
46
45
  - lib/jruby-jars/version.rb
47
- - lib/jruby-core-1.6.4.jar
48
- - lib/jruby-stdlib-1.6.4.jar
49
- has_rdoc: true
46
+ - lib/jruby-core-1.6.5.jar
47
+ - lib/jruby-stdlib-1.6.5.jar
50
48
  homepage: http://github.com/jruby/jruby/tree/master/gem/
51
49
  licenses: []
52
50
 
@@ -71,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
69
  requirements: []
72
70
 
73
71
  rubyforge_project: jruby-extras
74
- rubygems_version: 1.5.1
72
+ rubygems_version: 1.8.9
75
73
  signing_key:
76
74
  specification_version: 3
77
75
  summary: This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files