jruby-jars 1.7.0 → 1.7.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.7.0.jar
7
- lib/jruby-stdlib-1.7.0.jar
6
+ lib/jruby-core-1.7.1.jar
7
+ lib/jruby-stdlib-1.7.1.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.7.0'
2
+ VERSION = '1.7.1'
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.0
5
+ version: 1.7.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Oliver Nutter
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-22 00:00:00.000000000 Z
12
+ date: 2012-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc
@@ -33,20 +33,19 @@ dependencies:
33
33
  requirements:
34
34
  - - ~>
35
35
  - !ruby/object:Gem::Version
36
- version: '3.1'
36
+ version: '3.3'
37
37
  none: false
38
38
  requirement: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - ~>
41
41
  - !ruby/object:Gem::Version
42
- version: '3.1'
42
+ version: '3.3'
43
43
  none: false
44
44
  prerelease: false
45
45
  type: :development
46
- description: This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files.
47
-
46
+ description: |-
47
+ This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files.
48
48
  It provides a way to have other gems depend on JRuby without including (and
49
-
50
49
  freezing to) a specific jruby-complete jar version.
51
50
  email:
52
51
  - headius@headius.com
@@ -62,17 +61,16 @@ files:
62
61
  - README.txt
63
62
  - lib/jruby-jars.rb
64
63
  - lib/jruby-jars/version.rb
65
- - lib/jruby-core-1.7.0.jar
66
- - lib/jruby-stdlib-1.7.0.jar
67
- homepage: http://www.jruby.org
64
+ - lib/jruby-core-1.7.1.jar
65
+ - lib/jruby-stdlib-1.7.1.jar
66
+ homepage: http://github.com/jruby/jruby/tree/master/gem/
68
67
  licenses: []
69
68
  post_install_message:
70
69
  rdoc_options:
71
70
  - --main
72
71
  - README.txt
73
72
  require_paths:
74
- - !binary |-
75
- bGli
73
+ - lib
76
74
  required_ruby_version: !ruby/object:Gem::Requirement
77
75
  requirements:
78
76
  - - ! '>='