jruby-jars 1.6.5 → 1.6.5.1

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/Manifest.txt CHANGED
@@ -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.5.jar
7
- lib/jruby-stdlib-1.6.5.jar
6
+ lib/jruby-core-1.6.5.1.jar
7
+ lib/jruby-stdlib-1.6.5.1.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.6.5'
2
+ VERSION = '1.6.5.1'
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.5
5
+ version: 1.6.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Oliver Nutter
@@ -10,19 +10,30 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-25 00:00:00 Z
13
+ date: 2011-12-27 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: hoe
16
+ name: rdoc
17
17
  prerelease: false
18
18
  requirement: &id001 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ~>
22
22
  - !ruby/object:Gem::Version
23
- version: "2.12"
23
+ version: "3.10"
24
24
  type: :development
25
25
  version_requirements: *id001
26
+ - !ruby/object:Gem::Dependency
27
+ name: hoe
28
+ prerelease: false
29
+ requirement: &id002 !ruby/object:Gem::Requirement
30
+ none: false
31
+ requirements:
32
+ - - ~>
33
+ - !ruby/object:Gem::Version
34
+ version: "2.12"
35
+ type: :development
36
+ version_requirements: *id002
26
37
  description: |-
27
38
  This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files.
28
39
  It provides a way to have other gems depend on JRuby without including (and
@@ -43,8 +54,8 @@ files:
43
54
  - README.txt
44
55
  - lib/jruby-jars.rb
45
56
  - lib/jruby-jars/version.rb
46
- - lib/jruby-core-1.6.5.jar
47
- - lib/jruby-stdlib-1.6.5.jar
57
+ - lib/jruby-core-1.6.5.1.jar
58
+ - lib/jruby-stdlib-1.6.5.1.jar
48
59
  homepage: http://github.com/jruby/jruby/tree/master/gem/
49
60
  licenses: []
50
61