appengine-jruby-jars 0.0.4 → 0.0.5

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.
@@ -16,8 +16,8 @@
16
16
 
17
17
  module AppEngine
18
18
  module JRubyJars
19
- VERSION = '0.0.4'
20
- JRUBY_VERSION = '1.3.1'
19
+ VERSION = '0.0.5'
20
+ JRUBY_VERSION = '1.4.0'
21
21
 
22
22
  def self.jruby_jar
23
23
  File.join(File.dirname(__FILE__), "appengine-jruby-#{VERSION}.jar")
@@ -28,4 +28,4 @@ module AppEngine
28
28
  "appengine-jruby-rubygems-#{VERSION}.jar")
29
29
  end
30
30
  end
31
- end
31
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appengine-jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Brown
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-15 00:00:00 -07:00
12
+ date: 2009-11-02 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -33,12 +33,12 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE.RUBY
35
35
  - COPYING
36
+ - COPYING.LGPL
36
37
  - COPYING.CPL
37
38
  - COPYING.GPL
38
- - COPYING.LGPL
39
39
  - lib/appengine-jruby-jars.rb
40
- - lib/appengine-jruby-0.0.4.jar
41
- - lib/appengine-jruby-rubygems-0.0.4.jar
40
+ - lib/appengine-jruby-0.0.5.jar
41
+ - lib/appengine-jruby-rubygems-0.0.5.jar
42
42
  has_rdoc: true
43
43
  homepage: http://code.google.com/p/appengine-jruby
44
44
  licenses: []