rcodetools 0.8.0.0 → 0.8.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -3
- data/bin/rct-complete +1 -1
- data/bin/rct-doc +1 -1
- data/bin/rct-meth-args +1 -1
- data/bin/xmpfilter +1 -1
- data/lib/rcodetools/xmpfilter.rb +2 -2
- data/rcodetools.elc +0 -0
- data/rcodetools.gif +0 -0
- data/rcodetools.sxmp +0 -0
- data/test/attic/test_run.rb +45 -0
- data/test/data/attic/add_markers-input.rb +2 -0
- data/test/data/attic/add_markers-output.rb +2 -0
- data/test/data/attic/bindings-input.rb +26 -0
- data/test/data/attic/bindings-output.rb +31 -0
- data/test/data/attic/completion-input.rb +1 -0
- data/test/data/attic/completion-output.rb +2 -0
- data/test/data/attic/completion_class_info-input.rb +1 -0
- data/test/data/attic/completion_class_info-output.rb +10 -0
- data/test/data/attic/completion_class_info_no_candidates-input.rb +1 -0
- data/test/data/attic/completion_class_info_no_candidates-output.rb +1 -0
- data/test/data/attic/completion_detect_rbtest-input.rb +7 -0
- data/test/data/attic/completion_detect_rbtest-output.rb +2 -0
- data/test/data/attic/completion_detect_rbtest2-input.rb +1 -0
- data/test/data/attic/completion_detect_rbtest2-output.rb +2 -0
- data/test/data/attic/completion_emacs-input.rb +1 -0
- data/test/data/attic/completion_emacs-output.rb +6 -0
- data/test/data/attic/completion_emacs_icicles-input.rb +1 -0
- data/test/data/attic/completion_emacs_icicles-output.rb +6 -0
- data/test/data/attic/completion_in_method-input.rb +3 -0
- data/test/data/attic/completion_in_method-output.rb +1 -0
- data/test/data/attic/completion_in_method-test.rb +6 -0
- data/test/data/attic/completion_rbtest-input.rb +7 -0
- data/test/data/attic/completion_rbtest-output.rb +2 -0
- data/test/data/attic/doc-input.rb +1 -0
- data/test/data/attic/doc-output.rb +1 -0
- data/test/data/attic/doc_detect_rbtest-input.rb +1 -0
- data/test/data/attic/doc_detect_rbtest-output.rb +1 -0
- data/test/data/attic/doc_detect_rbtest2-input.rb +7 -0
- data/test/data/attic/doc_detect_rbtest2-output.rb +1 -0
- data/test/data/attic/doc_rbtest-input.rb +7 -0
- data/test/data/attic/doc_rbtest-output.rb +1 -0
- data/test/data/attic/no_warnings-input.rb +3 -0
- data/test/data/attic/no_warnings-output.rb +4 -0
- data/test/data/attic/refe-input.rb +1 -0
- data/test/data/attic/refe-output.rb +1 -0
- data/test/data/attic/ri-input.rb +1 -0
- data/test/data/attic/ri-output.rb +1 -0
- data/test/data/attic/ri_emacs-input.rb +1 -0
- data/test/data/attic/ri_emacs-output.rb +1 -0
- data/test/data/attic/ri_vim-input.rb +1 -0
- data/test/data/attic/ri_vim-output.rb +1 -0
- data/test/data/attic/rspec-input.rb +48 -0
- data/test/data/attic/rspec-output.rb +52 -0
- data/test/data/attic/rspec_poetry-input.rb +48 -0
- data/test/data/attic/rspec_poetry-output.rb +52 -0
- data/test/data/attic/simple_annotation-input.rb +8 -0
- data/test/data/attic/simple_annotation-output.rb +8 -0
- data/test/data/attic/unit_test-input.rb +50 -0
- data/test/data/attic/unit_test-output.rb +52 -0
- data/test/data/attic/unit_test_detect_rbtest-input.rb +50 -0
- data/test/data/attic/unit_test_detect_rbtest-output.rb +52 -0
- data/test/data/attic/unit_test_detect_rbtest2-input.rb +6 -0
- data/test/data/attic/unit_test_detect_rbtest2-output.rb +6 -0
- data/test/data/attic/unit_test_poetry-input.rb +50 -0
- data/test/data/attic/unit_test_poetry-output.rb +52 -0
- data/test/data/attic/unit_test_rbtest-input.rb +6 -0
- data/test/data/attic/unit_test_rbtest-output.rb +6 -0
- data/test/data/rct-complete-TDC/completion_in_method__testmethod.taf +17 -0
- data/test/data/rct-complete-TDC/completion_in_method__testscript.taf +17 -0
- data/test/data/rct-complete-TDC/completion_in_method__wrong_testmethod.taf +17 -0
- data/test/data/rct-complete/completion.taf +9 -0
- data/test/data/rct-complete/completion_class_info.taf +9 -0
- data/test/data/rct-complete/completion_class_info_no_candidates.taf +8 -0
- data/test/data/rct-complete/completion_detect_rbtest.taf +15 -0
- data/test/data/rct-complete/completion_detect_rbtest2.taf +9 -0
- data/test/data/rct-complete/completion_emacs.taf +13 -0
- data/test/data/rct-complete/completion_emacs_icicles.taf +13 -0
- data/test/data/rct-complete/completion_rbtest.taf +15 -0
- data/test/data/rct-doc/doc.taf +8 -0
- data/test/data/rct-doc/doc_detect_rbtest.taf +8 -0
- data/test/data/rct-doc/doc_detect_rbtest2.taf +14 -0
- data/test/data/rct-doc/doc_rbtest.taf +14 -0
- data/test/data/rct-doc/refe.taf +8 -0
- data/test/data/rct-doc/ri.taf +8 -0
- data/test/data/rct-doc/ri_emacs.taf +8 -0
- data/test/data/rct-doc/ri_vim.taf +8 -0
- data/test/data/xmpfilter/add_markers.taf +10 -0
- data/test/data/xmpfilter/bindings.taf +63 -0
- data/test/data/xmpfilter/comment_out.taf +22 -0
- data/test/data/xmpfilter/exception.taf +14 -0
- data/test/data/xmpfilter/expectations.taf +54 -0
- data/test/data/xmpfilter/last_match.taf +18 -0
- data/test/data/xmpfilter/mult.rb +9 -0
- data/test/data/xmpfilter/multi_line_annotation_1.taf +22 -0
- data/test/data/xmpfilter/multi_line_annotation_2.taf +24 -0
- data/test/data/xmpfilter/multi_line_annotation_3.taf +20 -0
- data/test/data/xmpfilter/multi_line_annotation_4.taf +22 -0
- data/test/data/xmpfilter/multi_line_annotation_5.taf +34 -0
- data/test/data/xmpfilter/no_warnings.taf +13 -0
- data/test/data/xmpfilter/nospace.taf +16 -0
- data/test/data/xmpfilter/rspec.taf +106 -0
- data/test/data/xmpfilter/rspec_poetry.taf +106 -0
- data/test/data/xmpfilter/simple_annotation.taf +22 -0
- data/test/data/xmpfilter/unit_test.taf +108 -0
- data/test/data/xmpfilter/unit_test_detect_rbtest.taf +108 -0
- data/test/data/xmpfilter/unit_test_detect_rbtest2.taf +18 -0
- data/test/data/xmpfilter/unit_test_poetry.taf +108 -0
- data/test/data/xmpfilter/unit_test_rbtest.taf +18 -0
- data/test/data/xmpfilter/width.taf +16 -0
- data/test/tmp_functional.rb +162 -0
- data/test/tmp_run.rb +66 -0
- metadata +127 -22
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rcodetools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rubikitch and Mauricio Fernandez
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-08-
|
12
|
+
date: 2008-08-17 00:00:00 +09:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -29,44 +29,149 @@ files:
|
|
29
29
|
- bin/rct-doc
|
30
30
|
- bin/xmpfilter
|
31
31
|
- bin/rct-meth-args
|
32
|
-
- lib/
|
32
|
+
- lib/method_analyzer.rb
|
33
|
+
- lib/rcodetools/xmptestunitfilter.rb
|
33
34
|
- lib/rcodetools/completion.rb
|
34
|
-
- lib/rcodetools/
|
35
|
+
- lib/rcodetools/fork_config.rb
|
36
|
+
- lib/rcodetools/xmpfilter.rb
|
35
37
|
- lib/rcodetools/doc.rb
|
38
|
+
- lib/rcodetools/compat.rb
|
36
39
|
- lib/rcodetools/options.rb
|
37
|
-
- lib/rcodetools/
|
38
|
-
- lib/rcodetools/xmptestunitfilter.rb
|
39
|
-
- lib/rcodetools/fork_config.rb
|
40
|
-
- lib/method_analyzer.rb
|
40
|
+
- lib/rcodetools/fork.rb
|
41
41
|
- lib/ruby_toggle_file.rb
|
42
42
|
- CHANGES
|
43
|
-
- rcodetools.el
|
44
43
|
- rcodetools.vim
|
44
|
+
- rcodetools.el
|
45
|
+
- rcodetools.gif
|
46
|
+
- rcodetools.sxmp
|
47
|
+
- rcodetools.elc
|
45
48
|
- icicles-rcodetools.el
|
46
49
|
- anything-rcodetools.el
|
47
50
|
- README
|
48
|
-
- README.xmpfilter
|
49
51
|
- README.method_analysis
|
52
|
+
- README.xmpfilter
|
53
|
+
- README.emacs
|
50
54
|
- README.TDC
|
51
55
|
- README.vim
|
52
|
-
- README.emacs
|
53
56
|
- README.ja
|
54
57
|
- THANKS
|
55
58
|
- Rakefile
|
56
59
|
- Rakefile.method_analysis
|
57
60
|
- setup.rb
|
58
|
-
- test/test_method_analyzer.rb
|
59
|
-
- test/test_ruby_toggle_file.rb
|
60
|
-
- test/data/method_args.data.rb
|
61
|
-
- test/data/method_analyzer-data.rb
|
62
61
|
- test/data/sample_test_script.rb
|
62
|
+
- test/data/method_analyzer-data.rb
|
63
|
+
- test/data/method_args.data.rb
|
64
|
+
- test/data/attic/unit_test_detect_rbtest-input.rb
|
65
|
+
- test/data/attic/unit_test_detect_rbtest-output.rb
|
66
|
+
- test/data/attic/ri_emacs-output.rb
|
67
|
+
- test/data/attic/doc_detect_rbtest2-output.rb
|
68
|
+
- test/data/attic/ri_emacs-input.rb
|
69
|
+
- test/data/attic/ri-input.rb
|
70
|
+
- test/data/attic/doc_detect_rbtest-output.rb
|
71
|
+
- test/data/attic/completion_detect_rbtest-input.rb
|
72
|
+
- test/data/attic/rspec-input.rb
|
73
|
+
- test/data/attic/add_markers-output.rb
|
74
|
+
- test/data/attic/unit_test-output.rb
|
75
|
+
- test/data/attic/simple_annotation-output.rb
|
76
|
+
- test/data/attic/completion_class_info_no_candidates-input.rb
|
77
|
+
- test/data/attic/completion_emacs_icicles-output.rb
|
78
|
+
- test/data/attic/doc_detect_rbtest2-input.rb
|
79
|
+
- test/data/attic/completion_class_info-input.rb
|
80
|
+
- test/data/attic/completion-output.rb
|
81
|
+
- test/data/attic/no_warnings-input.rb
|
82
|
+
- test/data/attic/doc-input.rb
|
83
|
+
- test/data/attic/unit_test_poetry-output.rb
|
84
|
+
- test/data/attic/completion_rbtest-output.rb
|
85
|
+
- test/data/attic/ri_vim-output.rb
|
86
|
+
- test/data/attic/doc_rbtest-output.rb
|
87
|
+
- test/data/attic/completion_class_info_no_candidates-output.rb
|
88
|
+
- test/data/attic/completion_in_method-test.rb
|
89
|
+
- test/data/attic/ri_vim-input.rb
|
90
|
+
- test/data/attic/no_warnings-output.rb
|
91
|
+
- test/data/attic/rspec_poetry-output.rb
|
92
|
+
- test/data/attic/rspec_poetry-input.rb
|
93
|
+
- test/data/attic/ri-output.rb
|
94
|
+
- test/data/attic/completion_emacs_icicles-input.rb
|
95
|
+
- test/data/attic/refe-input.rb
|
96
|
+
- test/data/attic/unit_test_rbtest-output.rb
|
97
|
+
- test/data/attic/rspec-output.rb
|
98
|
+
- test/data/attic/bindings-input.rb
|
99
|
+
- test/data/attic/unit_test-input.rb
|
100
|
+
- test/data/attic/bindings-output.rb
|
101
|
+
- test/data/attic/unit_test_poetry-input.rb
|
102
|
+
- test/data/attic/doc_detect_rbtest-input.rb
|
103
|
+
- test/data/attic/doc_rbtest-input.rb
|
104
|
+
- test/data/attic/completion_in_method-input.rb
|
105
|
+
- test/data/attic/simple_annotation-input.rb
|
106
|
+
- test/data/attic/completion_detect_rbtest2-output.rb
|
107
|
+
- test/data/attic/unit_test_rbtest-input.rb
|
108
|
+
- test/data/attic/completion_emacs-input.rb
|
109
|
+
- test/data/attic/completion_detect_rbtest-output.rb
|
110
|
+
- test/data/attic/unit_test_detect_rbtest2-input.rb
|
111
|
+
- test/data/attic/completion_in_method-output.rb
|
112
|
+
- test/data/attic/completion_emacs-output.rb
|
113
|
+
- test/data/attic/unit_test_detect_rbtest2-output.rb
|
114
|
+
- test/data/attic/completion_detect_rbtest2-input.rb
|
115
|
+
- test/data/attic/doc-output.rb
|
116
|
+
- test/data/attic/completion-input.rb
|
117
|
+
- test/data/attic/add_markers-input.rb
|
118
|
+
- test/data/attic/completion_class_info-output.rb
|
119
|
+
- test/data/attic/completion_rbtest-input.rb
|
120
|
+
- test/data/attic/refe-output.rb
|
121
|
+
- test/data/xmpfilter/mult.rb
|
122
|
+
- test/test_functional.rb
|
123
|
+
- test/test_ruby_toggle_file.rb
|
124
|
+
- test/test_doc.rb
|
125
|
+
- test/test_method_args.rb
|
63
126
|
- test/test_options.rb
|
64
127
|
- test/test_xmpfilter.rb
|
128
|
+
- test/attic/test_run.rb
|
129
|
+
- test/tmp_run.rb
|
65
130
|
- test/test_completion.rb
|
66
|
-
- test/
|
67
|
-
- test/test_method_args.rb
|
68
|
-
- test/test_doc.rb
|
131
|
+
- test/tmp_functional.rb
|
69
132
|
- test/test_xmptestunitfilter.rb
|
133
|
+
- test/test_method_analyzer.rb
|
134
|
+
- test/data/rct-complete-TDC/completion_in_method__testscript.taf
|
135
|
+
- test/data/rct-complete-TDC/completion_in_method__testmethod.taf
|
136
|
+
- test/data/rct-complete-TDC/completion_in_method__wrong_testmethod.taf
|
137
|
+
- test/data/rct-doc/ri_vim.taf
|
138
|
+
- test/data/rct-doc/ri.taf
|
139
|
+
- test/data/rct-doc/doc.taf
|
140
|
+
- test/data/rct-doc/doc_detect_rbtest.taf
|
141
|
+
- test/data/rct-doc/ri_emacs.taf
|
142
|
+
- test/data/rct-doc/refe.taf
|
143
|
+
- test/data/rct-doc/doc_rbtest.taf
|
144
|
+
- test/data/rct-doc/doc_detect_rbtest2.taf
|
145
|
+
- test/data/rct-complete/completion_emacs_icicles.taf
|
146
|
+
- test/data/rct-complete/completion_emacs.taf
|
147
|
+
- test/data/rct-complete/completion_detect_rbtest2.taf
|
148
|
+
- test/data/rct-complete/completion_class_info.taf
|
149
|
+
- test/data/rct-complete/completion_class_info_no_candidates.taf
|
150
|
+
- test/data/rct-complete/completion_detect_rbtest.taf
|
151
|
+
- test/data/rct-complete/completion.taf
|
152
|
+
- test/data/rct-complete/completion_rbtest.taf
|
153
|
+
- test/data/xmpfilter/comment_out.taf
|
154
|
+
- test/data/xmpfilter/exception.taf
|
155
|
+
- test/data/xmpfilter/width.taf
|
156
|
+
- test/data/xmpfilter/no_warnings.taf
|
157
|
+
- test/data/xmpfilter/unit_test_detect_rbtest2.taf
|
158
|
+
- test/data/xmpfilter/bindings.taf
|
159
|
+
- test/data/xmpfilter/multi_line_annotation_4.taf
|
160
|
+
- test/data/xmpfilter/unit_test.taf
|
161
|
+
- test/data/xmpfilter/unit_test_rbtest.taf
|
162
|
+
- test/data/xmpfilter/unit_test_poetry.taf
|
163
|
+
- test/data/xmpfilter/add_markers.taf
|
164
|
+
- test/data/xmpfilter/multi_line_annotation_2.taf
|
165
|
+
- test/data/xmpfilter/last_match.taf
|
166
|
+
- test/data/xmpfilter/nospace.taf
|
167
|
+
- test/data/xmpfilter/simple_annotation.taf
|
168
|
+
- test/data/xmpfilter/unit_test_detect_rbtest.taf
|
169
|
+
- test/data/xmpfilter/multi_line_annotation_3.taf
|
170
|
+
- test/data/xmpfilter/rspec.taf
|
171
|
+
- test/data/xmpfilter/rspec_poetry.taf
|
172
|
+
- test/data/xmpfilter/multi_line_annotation_1.taf
|
173
|
+
- test/data/xmpfilter/expectations.taf
|
174
|
+
- test/data/xmpfilter/multi_line_annotation_5.taf
|
70
175
|
has_rdoc: true
|
71
176
|
homepage: http://eigenclass.org/hiki.rb?rcodetools
|
72
177
|
post_install_message: |+
|
@@ -113,12 +218,12 @@ signing_key:
|
|
113
218
|
specification_version: 2
|
114
219
|
summary: rcodetools is a collection of Ruby code manipulation tools
|
115
220
|
test_files:
|
116
|
-
- test/
|
221
|
+
- test/test_functional.rb
|
117
222
|
- test/test_ruby_toggle_file.rb
|
223
|
+
- test/test_doc.rb
|
224
|
+
- test/test_method_args.rb
|
118
225
|
- test/test_options.rb
|
119
226
|
- test/test_xmpfilter.rb
|
120
227
|
- test/test_completion.rb
|
121
|
-
- test/test_functional.rb
|
122
|
-
- test/test_method_args.rb
|
123
|
-
- test/test_doc.rb
|
124
228
|
- test/test_xmptestunitfilter.rb
|
229
|
+
- test/test_method_analyzer.rb
|