blockenspiel 0.2.0.1 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,10 +1,14 @@
1
- === 0.2.0 / 2009-04-15
1
+ === 0.2.1 / 2009-04-16
2
2
 
3
3
  * Now compatible with Ruby 1.9.
4
4
  * Now compatible with JRuby 1.2.
5
5
  * No longer requires the mixology gem.
6
6
  * Building no longer requires hoe.
7
7
 
8
+ === 0.2.0 / 2009-04-15
9
+
10
+ * Earlier build of 0.2.1 that had some problems with JRuby.
11
+
8
12
  === 0.1.1 / 2008-11-06
9
13
 
10
14
  * Added ability to pass the block as the first parameter in
@@ -37,6 +37,6 @@
37
37
  module Blockenspiel
38
38
 
39
39
  # Current gem version
40
- VERSION_STRING = '0.2.0.1'.freeze
40
+ VERSION_STRING = '0.2.1'.freeze
41
41
 
42
42
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockenspiel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.1
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma