jruby-jars 1.4.0 → 1.4.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.4.0.jar
7
- lib/jruby-stdlib-1.4.0.jar
6
+ lib/jruby-core-1.4.1.jar
7
+ lib/jruby-stdlib-1.4.1.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 4
8
+ - 1
9
+ version: 1.4.1
5
10
  platform: ruby
6
11
  authors:
7
12
  - Charles Oliver Nutter
@@ -9,19 +14,37 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-11-02 00:00:00 -06:00
17
+ date: 2010-04-26 00:00:00 -05:00
13
18
  default_executable:
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
- name: hoe
21
+ name: rubyforge
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 2
29
+ - 0
30
+ - 4
31
+ version: 2.0.4
17
32
  type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: hoe
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
20
38
  requirements:
21
39
  - - ">="
22
40
  - !ruby/object:Gem::Version
23
- version: 2.3.3
24
- version:
41
+ segments:
42
+ - 2
43
+ - 6
44
+ - 0
45
+ version: 2.6.0
46
+ type: :development
47
+ version_requirements: *id002
25
48
  description: |-
26
49
  This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files.
27
50
  It provides a way to have other gems depend on JRuby without including (and
@@ -42,8 +65,8 @@ files:
42
65
  - README.txt
43
66
  - lib/jruby-jars.rb
44
67
  - lib/jruby-jars/version.rb
45
- - lib/jruby-core-1.4.0.jar
46
- - lib/jruby-stdlib-1.4.0.jar
68
+ - lib/jruby-core-1.4.1.jar
69
+ - lib/jruby-stdlib-1.4.1.jar
47
70
  has_rdoc: true
48
71
  homepage: http://www.jruby.org
49
72
  licenses: []
@@ -58,18 +81,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
81
  requirements:
59
82
  - - ">="
60
83
  - !ruby/object:Gem::Version
84
+ segments:
85
+ - 0
61
86
  version: "0"
62
- version:
63
87
  required_rubygems_version: !ruby/object:Gem::Requirement
64
88
  requirements:
65
89
  - - ">="
66
90
  - !ruby/object:Gem::Version
91
+ segments:
92
+ - 0
67
93
  version: "0"
68
- version:
69
94
  requirements: []
70
95
 
71
96
  rubyforge_project: jruby-extras
72
- rubygems_version: 1.3.5
97
+ rubygems_version: 1.3.6
73
98
  signing_key:
74
99
  specification_version: 3
75
100
  summary: This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files