jruby-jars 1.7.3 → 1.7.4

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/Rakefile CHANGED
@@ -47,7 +47,7 @@ file "lib/jruby-stdlib-#{JRUBY_SRC_VERSION}.jar" => :update
47
47
 
48
48
  file GEM_FILE => [GEM_SPEC_FILE, :update] do
49
49
  puts "Generating #{GEM_FILE}"
50
- `gem build #{GEM_SPEC_FILE}`
50
+ sh "../../../../bin/jruby -S gem build #{GEM_SPEC_FILE}"
51
51
  FileUtils.mv "jruby-jars-#{JRUBY_SRC_VERSION}.gem", GEM_FILE
52
52
  end
53
53
  task :gem => GEM_FILE
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.7.3'
2
+ VERSION = '1.7.4'
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.3
5
+ version: 1.7.4
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: 2013-02-21 00:00:00.000000000 Z
12
+ date: 2013-05-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: |-
15
15
  This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
@@ -24,9 +24,9 @@ files:
24
24
  - History.txt
25
25
  - Rakefile
26
26
  - README.txt
27
- - lib/jruby-core-1.7.3.jar
27
+ - lib/jruby-core-1.7.4.jar
28
28
  - lib/jruby-jars.rb
29
- - lib/jruby-stdlib-1.7.3.jar
29
+ - lib/jruby-stdlib-1.7.4.jar
30
30
  - lib/jruby-jars/version.rb
31
31
  homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
32
32
  licenses: []
@@ -36,17 +36,15 @@ require_paths:
36
36
  - lib
37
37
  required_ruby_version: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ">="
39
+ - - '>='
40
40
  - !ruby/object:Gem::Version
41
- version: !binary |-
42
- MA==
41
+ version: '0'
43
42
  none: false
44
43
  required_rubygems_version: !ruby/object:Gem::Requirement
45
44
  requirements:
46
- - - ">="
45
+ - - '>='
47
46
  - !ruby/object:Gem::Version
48
- version: !binary |-
49
- MA==
47
+ version: '0'
50
48
  none: false
51
49
  requirements: []
52
50
  rubyforge_project: jruby/jruby