jruby-jars 1.7.17 → 1.7.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 897c3a89232f237b0457d16e8d0ac4fecbfa0ab5
4
- data.tar.gz: f5e2f7f9074a5ea74ab7f5e7d7f7637da240725e
3
+ metadata.gz: 7e9df0beb500832ef14d51e059fd85544def4cad
4
+ data.tar.gz: e506824bc23070c6fbbbae276f07c79077154a83
5
5
  SHA512:
6
- metadata.gz: 43c8e4069ed9a45dc5d30eac16e3e35626ca2c42e456de310f1431bfa7c58a6e3fd980ab3e7cc84da068951bf622f43c29fb4e3c383cca3c0d3a69948867e151
7
- data.tar.gz: bae4d0619ff57fa86831b8a95918f182d762562b3fffffc388e714584d065e156975fc733920a7623c3c3431ea39dc0b4d1fe04953a8c641930f3d2c1ef6b05a
6
+ metadata.gz: f19869efdb80f51f5b03a5467a83edb8e16de80258aec96e0dedcc01399b229fe682eeec1dc7c874f1ea886007ed04c99a0cb542e8bf49cc56328b513f35cfc6
7
+ data.tar.gz: c2de4ea3a51e401974c4dcb05722f0b1c146d30931da3736c16a71d29154ecb3a4e88b3a0a496022f3b534aa5c868c0c793e6b153eac5a9df9d45088e2b14d6f
data/jruby-jars.gemspec CHANGED
@@ -1,14 +1,14 @@
1
1
  #-*- mode: ruby -*-
2
2
 
3
3
  require 'rake'
4
- require 'rexml/document'
5
- require 'rexml/xpath'
4
+ require 'fileutils'
6
5
 
7
6
  version = File.read( File.join( File.dirname(File.expand_path(__FILE__)), '..', '..', 'VERSION' ) ).strip
8
7
 
9
8
  # this regexp can be refined to work with pre, rc1, rc2 and such cases
10
9
  ruby_version = version.sub( /-SNAPSHOT$/, '.dev' )
11
10
 
11
+ FileUtils.mkdir_p( 'lib/jruby-jars' )
12
12
  File.open( 'lib/jruby-jars/version.rb', 'w' ) do |f|
13
13
  f.print <<EOF
14
14
  module JRubyJars
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '1.7.17'
3
- MAVEN_VERSION = '1.7.17'
2
+ VERSION = '1.7.18'
3
+ MAVEN_VERSION = '1.7.18'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.17
4
+ version: 1.7.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Oliver Nutter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2014-12-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
@@ -24,8 +24,8 @@ files:
24
24
  - README.txt
25
25
  - lib/jruby-jars.rb
26
26
  - lib/jruby-jars/version.rb
27
- - lib/jruby-core-1.7.17.jar
28
- - lib/jruby-stdlib-1.7.17.jar
27
+ - lib/jruby-core-1.7.18.jar
28
+ - lib/jruby-stdlib-1.7.18.jar
29
29
  - jruby-jars.gemspec
30
30
  homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
31
31
  licenses: