rewrite 0.0.5 → 0.0.6

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.
@@ -17,8 +17,7 @@ module Rewrite
17
17
  # ...
18
18
  # end
19
19
  #
20
- # Based on "try()":http://ozmm.org/posts/try.html by Chris Wanstrath, but
21
- # with method chaining syntax instead of with a send-like syntax.
20
+ # Based on "try()":http://ozmm.org/posts/try.html by Chris Wanstrath
22
21
  #
23
22
  # It also works with parameters, blocks, and procs passed as blocks.
24
23
  #
@@ -2,7 +2,7 @@ module Rewrite #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>rewrite</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rewrite"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/rewrite" class="numbers">0.0.5</a>
36
+ <a href="http://rubyforge.org/projects/rewrite" class="numbers">0.0.6</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;rewrite&#8217;</h1>
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rewrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reg Braithwaite