warbler 0.9.2 → 0.9.3

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/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.9.3
2
+
3
+ * Update bundled JRuby to 1.1RC2, and Goldspike to 1.5.
4
+ * The bundled JRuby and Goldspike now require JDK 5 or greater. If you wish to use JDK 1.4, use Warbler 0.9.2.
5
+
1
6
  == 0.9.2
2
7
 
3
8
  * Update bundled JRuby to version 1.0.3 and Goldspike 1.4.
data/Manifest.txt CHANGED
@@ -10,10 +10,9 @@ generators/warble/templates
10
10
  generators/warble/templates/warble.rb
11
11
  generators/warble/warble_generator.rb
12
12
  lib/activation-1.1.jar
13
- lib/backport-util-concurrent-3.0.jar
14
13
  lib/commons-pool-1.3.jar
15
- lib/goldspike-1.4.jar
16
- lib/jruby-complete-1.0.3.jar
14
+ lib/goldspike-1.5.jar
15
+ lib/jruby-complete-1.1RC2.jar
17
16
  lib/warbler
18
17
  lib/warbler/config.rb
19
18
  lib/warbler/gems.rb
Binary file
Binary file
@@ -5,5 +5,5 @@
5
5
  #++
6
6
 
7
7
  module Warbler
8
- VERSION = "0.9.2"
8
+ VERSION = "0.9.3"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sieger
@@ -45,10 +45,9 @@ files:
45
45
  - generators/warble/templates/warble.rb
46
46
  - generators/warble/warble_generator.rb
47
47
  - lib/activation-1.1.jar
48
- - lib/backport-util-concurrent-3.0.jar
49
48
  - lib/commons-pool-1.3.jar
50
- - lib/goldspike-1.4.jar
51
- - lib/jruby-complete-1.0.3.jar
49
+ - lib/goldspike-1.5.jar
50
+ - lib/jruby-complete-1.1RC2.jar
52
51
  - lib/warbler
53
52
  - lib/warbler/config.rb
54
53
  - lib/warbler/gems.rb
Binary file
Binary file
Binary file