rewrite 0.2.0 → 0.3.0

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.
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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reg Braithwaite
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-11 00:00:00 -04:00
12
+ date: 2008-07-18 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -37,6 +37,22 @@ files:
37
37
  - config/hoe.rb
38
38
  - config/requirements.rb
39
39
  - lib/rewrite.rb
40
+ - lib/rewrite/by_example.rb
41
+ - lib/rewrite/by_example/any_entity.rb
42
+ - lib/rewrite/by_example/bind.rb
43
+ - lib/rewrite/by_example/bind_sequence.rb
44
+ - lib/rewrite/by_example/composition.rb
45
+ - lib/rewrite/by_example/entity_matcher.rb
46
+ - lib/rewrite/by_example/length_one.rb
47
+ - lib/rewrite/by_example/literal_entity.rb
48
+ - lib/rewrite/by_example/nil_entity.rb
49
+ - lib/rewrite/by_example/object_to_matcher.rb
50
+ - lib/rewrite/by_example/returning.rb
51
+ - lib/rewrite/by_example/sequence.rb
52
+ - lib/rewrite/by_example/sexp_entity.rb
53
+ - lib/rewrite/by_example/symbol_entity.rb
54
+ - lib/rewrite/by_example/unhygienic.rb
55
+ - lib/rewrite/by_example/union_of_entities_sequence.rb
40
56
  - lib/rewrite/def_var.rb
41
57
  - lib/rewrite/evaluation_strategies.rb
42
58
  - lib/rewrite/prelude.rb
@@ -56,9 +72,12 @@ files:
56
72
  - tasks/environment.rake
57
73
  - tasks/website.rake
58
74
  - test/test_andand.rb
75
+ - test/test_by_example.rb
59
76
  - test/test_call_by_name.rb
60
77
  - test/test_call_by_thunk.rb
78
+ - test/test_call_splatted_by_name.rb
61
79
  - test/test_helper.rb
80
+ - test/test_object_to_sequence_and_matcher.rb
62
81
  - test/test_rewriter_helpers.rb
63
82
  - test/test_syntax_let.rb
64
83
  - test/test_with.rb
@@ -108,6 +127,7 @@ test_files:
108
127
  - test/test_call_by_thunk.rb
109
128
  - test/test_call_splatted_by_name.rb
110
129
  - test/test_helper.rb
130
+ - test/test_object_to_sequence_and_matcher.rb
111
131
  - test/test_rewriter_helpers.rb
112
132
  - test/test_syntax_let.rb
113
133
  - test/test_with.rb