rexical 1.0.5.beta1 → 1.0.5.beta2

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.

Potentially problematic release.


This version of rexical might be problematic. Click here for more details.

data/lib/rexical.rb CHANGED
@@ -2,7 +2,7 @@ require 'rexical/generator'
2
2
  require 'rexical/rexcmd'
3
3
 
4
4
  module Rexical
5
- VERSION = "1.0.5.beta1"
5
+ VERSION = "1.0.5.beta2"
6
6
  Copyright = 'Copyright (c) 2005-2006 ARIMA Yasuhiro'
7
7
  Mailto = 'arima.yasuhiro@nifty.com'
8
8
  end
@@ -319,7 +319,7 @@ REX_UTIL = <<-REX_EOT
319
319
  @state = nil
320
320
  end
321
321
 
322
- def action(&block)
322
+ def action
323
323
  yield
324
324
  end
325
325
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexical
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1848230071
4
+ hash: -1848230066
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 5
10
- - beta1
11
- version: 1.0.5.beta1
10
+ - beta2
11
+ version: 1.0.5.beta2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Aaron Patterson
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-06-15 00:00:00 -07:00
19
+ date: 2010-06-21 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency