jruby-jars 1.6.2 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.2.jar
7
- lib/jruby-stdlib-1.6.2.jar
6
+ lib/jruby-core-1.6.3.jar
7
+ lib/jruby-stdlib-1.6.3.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.6.2'
2
+ VERSION = '1.6.3'
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.2
5
+ version: 1.6.3
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-05-23 00:00:00 -05:00
13
+ date: 2011-07-07 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -19,9 +19,9 @@ dependencies:
19
19
  requirement: &id001 !ruby/object:Gem::Requirement
20
20
  none: false
21
21
  requirements:
22
- - - ">="
22
+ - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 2.9.4
24
+ version: "2.10"
25
25
  type: :development
26
26
  version_requirements: *id001
27
27
  description: |-
@@ -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.2.jar
48
- - lib/jruby-stdlib-1.6.2.jar
47
+ - lib/jruby-core-1.6.3.jar
48
+ - lib/jruby-stdlib-1.6.3.jar
49
49
  has_rdoc: true
50
50
  homepage: http://github.com/jruby/jruby/tree/master/gem/
51
51
  licenses: []