jruby-jars 1.6.0.rc3 → 1.6.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.
@@ -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.0.RC3.jar
7
- lib/jruby-stdlib-1.6.0.RC3.jar
6
+ lib/jruby-core-1.6.0.jar
7
+ lib/jruby-stdlib-1.6.0.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.6.0.RC3'
2
+ VERSION = '1.6.0'
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 1.6.0.rc3
4
+ prerelease:
5
+ version: 1.6.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Oliver Nutter
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-08 00:00:00 -06:00
13
+ date: 2011-03-15 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -44,8 +44,8 @@ files:
44
44
  - README.txt
45
45
  - lib/jruby-jars.rb
46
46
  - lib/jruby-jars/version.rb
47
- - lib/jruby-core-1.6.0.RC3.jar
48
- - lib/jruby-stdlib-1.6.0.RC3.jar
47
+ - lib/jruby-core-1.6.0.jar
48
+ - lib/jruby-stdlib-1.6.0.jar
49
49
  has_rdoc: true
50
50
  homepage: http://github.com/jruby/jruby/tree/master/gem/
51
51
  licenses: []
@@ -65,9 +65,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  none: false
67
67
  requirements:
68
- - - ">"
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 1.3.1
70
+ version: "0"
71
71
  requirements: []
72
72
 
73
73
  rubyforge_project: jruby-extras