rewrite 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -2,3 +2,7 @@
2
2
 
3
3
  * 1 tiny enhancement:
4
4
  * Initial pre-release of a preview of an alpha of an undocumented proof-of-concept
5
+ * 2 tiny enhancement:
6
+ * Got the manifest right
7
+ * 3 tiny enhancement:
8
+ * added Please to the Prelude
@@ -33,6 +33,8 @@ module Rewrite
33
33
  # end
34
34
  # }.call(numbers)
35
35
  #
36
+ # See also: Try
37
+ #
36
38
  class Andand < SexpProcessor
37
39
 
38
40
  def process_iter(exp)
@@ -32,6 +32,11 @@ module Rewrite
32
32
  Andand.new
33
33
  end
34
34
 
35
+ # Instantiate Please rewriting
36
+ def please()
37
+ Andand.new
38
+ end
39
+
35
40
  end
36
41
  def self.included(receiver) #:nodoc: all
37
42
  receiver.extend ClassMethods
@@ -2,7 +2,7 @@ module Rewrite #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
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.2</a>
36
+ <a href="http://rubyforge.org/projects/rewrite" class="numbers">0.0.3</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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reg Braithwaite