jruby-jars 1.7.0.preview1 → 1.7.0.preview2

Sign up to get free protection for your applications and to get access to all the features.
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.preview1.jar
7
- lib/jruby-stdlib-1.7.0.preview1.jar
6
+ lib/jruby-core-1.7.0.preview2.jar
7
+ lib/jruby-stdlib-1.7.0.preview2.jar
@@ -1,3 +1,3 @@
1
1
  module JRubyJars
2
- VERSION = '1.7.0.preview1'
2
+ VERSION = '1.7.0.preview2'
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.7.0.preview1
5
+ version: 1.7.0.preview2
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-05-19 00:00:00.000000000 Z
12
+ date: 2012-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc
@@ -62,8 +62,8 @@ files:
62
62
  - README.txt
63
63
  - lib/jruby-jars.rb
64
64
  - lib/jruby-jars/version.rb
65
- - lib/jruby-core-1.7.0.preview1.jar
66
- - lib/jruby-stdlib-1.7.0.preview1.jar
65
+ - lib/jruby-core-1.7.0.preview2.jar
66
+ - lib/jruby-stdlib-1.7.0.preview2.jar
67
67
  homepage: http://www.jruby.org
68
68
  licenses: []
69
69
  post_install_message:
@@ -94,4 +94,3 @@ signing_key:
94
94
  specification_version: 3
95
95
  summary: This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files
96
96
  test_files: []
97
- ...