blockenspiel 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -288,27 +288,28 @@ concurrently.
288
288
 
289
289
  === Installation
290
290
 
291
- sudo gem install blockenspiel
291
+ gem install blockenspiel
292
292
 
293
293
  === Known issues and limitations
294
294
 
295
295
  * Implementing wildcard DSL methods using <tt>method_missing</tt> doesn't
296
296
  work. I haven't yet figured out the right semantics for this case.
297
- * Ruby 1.9 and JRuby status not yet known.
297
+ * Doesn't yet work in Ruby 1.9 because the mixology gem is not compatible at this point.
298
+ * JRuby status not yet known.
298
299
 
299
300
  === Development and support
300
301
 
301
- Documentation is available at http://virtuoso.rubyforge.org/blockenspiel.
302
+ Documentation is available at http://virtuoso.rubyforge.org/blockenspiel
302
303
 
303
- Source code is hosted by Github at http://github.com/dazuma/blockenspiel/tree.
304
+ Source code is hosted by Github at http://github.com/dazuma/blockenspiel/tree
304
305
 
305
- Report bugs on RubyForge at http://rubyforge.org/projects/virtuoso.
306
+ Report bugs on RubyForge at http://rubyforge.org/projects/virtuoso
306
307
 
307
308
  Contact the author at dazuma at gmail dot com.
308
309
 
309
310
  === Author / Credits
310
311
 
311
- Blockenspiel is written by Daniel Azuma (http://www.daniel-azuma.com/).
312
+ Blockenspiel is written by Daniel Azuma (http://www.daniel-azuma.com).
312
313
 
313
314
  The mixin implementation is based on a concept by Why The Lucky Stiff.
314
315
  See his 6 October 2008 blog posting,
data/lib/blockenspiel.rb CHANGED
@@ -31,6 +31,7 @@
31
31
  # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32
32
  # POSSIBILITY OF SUCH DAMAGE.
33
33
  # -----------------------------------------------------------------------------
34
+ ;
34
35
 
35
36
 
36
37
  require 'rubygems'
@@ -45,7 +46,7 @@ require 'mixology'
45
46
  module Blockenspiel
46
47
 
47
48
  # Current gem version
48
- VERSION_STRING = '0.0.1'
49
+ VERSION_STRING = '0.0.2'
49
50
 
50
51
 
51
52
  # === DSL setup methods
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.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-20 00:00:00 -07:00
12
+ date: 2008-10-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency