Commit 8ef4552f7271554d8290401b433c43c1c71fb4a5
1 parent
fc18489e
Exists in
master
and in
1 other branch
adding .specifications
Showing
16 changed files
with
2235 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,60 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: ambethia-smtp-tls | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.1.2 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Unknown | |
8 | +- Jason L Perry | |
9 | +- Elliot Cable | |
10 | +autorequire: | |
11 | +bindir: bin | |
12 | +cert_chain: [] | |
13 | + | |
14 | +date: 2009-04-02 00:00:00 -04:00 | |
15 | +default_executable: | |
16 | +dependencies: [] | |
17 | + | |
18 | +description: A gem package for the SMTP TLS code that's been floating around for years | |
19 | +email: jasper@ambethia.com | |
20 | +executables: [] | |
21 | + | |
22 | +extensions: [] | |
23 | + | |
24 | +extra_rdoc_files: | |
25 | +- README.rdoc | |
26 | +files: | |
27 | +- README.rdoc | |
28 | +- VERSION.yml | |
29 | +- lib/smtp-tls.rb | |
30 | +has_rdoc: true | |
31 | +homepage: http://github.com/ambethia/smtp-tls | |
32 | +licenses: [] | |
33 | + | |
34 | +post_install_message: | |
35 | +rdoc_options: | |
36 | +- --inline-source | |
37 | +- --charset=UTF-8 | |
38 | +require_paths: | |
39 | +- lib | |
40 | +required_ruby_version: !ruby/object:Gem::Requirement | |
41 | + requirements: | |
42 | + - - ">=" | |
43 | + - !ruby/object:Gem::Version | |
44 | + version: "0" | |
45 | + version: | |
46 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
47 | + requirements: | |
48 | + - - ">=" | |
49 | + - !ruby/object:Gem::Version | |
50 | + version: "0" | |
51 | + version: | |
52 | +requirements: [] | |
53 | + | |
54 | +rubyforge_project: | |
55 | +rubygems_version: 1.3.4 | |
56 | +signing_key: | |
57 | +specification_version: 2 | |
58 | +summary: SMTP TLS (SSL) extension for Net::SMTP | |
59 | +test_files: [] | |
60 | + | ... | ... |
... | ... | @@ -0,0 +1,85 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: builder | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 2.1.2 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Jim Weirich | |
8 | +autorequire: builder | |
9 | +bindir: bin | |
10 | +cert_chain: | |
11 | +date: 2007-06-15 00:00:00 -04:00 | |
12 | +default_executable: | |
13 | +dependencies: [] | |
14 | + | |
15 | +description: "Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events" | |
16 | +email: jim@weirichhouse.org | |
17 | +executables: [] | |
18 | + | |
19 | +extensions: [] | |
20 | + | |
21 | +extra_rdoc_files: | |
22 | +- CHANGES | |
23 | +- Rakefile | |
24 | +- README | |
25 | +- doc/releases/builder-1.2.4.rdoc | |
26 | +- doc/releases/builder-2.0.0.rdoc | |
27 | +- doc/releases/builder-2.1.1.rdoc | |
28 | +files: | |
29 | +- lib/blankslate.rb | |
30 | +- lib/builder.rb | |
31 | +- lib/builder/blankslate.rb | |
32 | +- lib/builder/xchar.rb | |
33 | +- lib/builder/xmlbase.rb | |
34 | +- lib/builder/xmlevents.rb | |
35 | +- lib/builder/xmlmarkup.rb | |
36 | +- test/performance.rb | |
37 | +- test/preload.rb | |
38 | +- test/test_xchar.rb | |
39 | +- test/testblankslate.rb | |
40 | +- test/testeventbuilder.rb | |
41 | +- test/testmarkupbuilder.rb | |
42 | +- scripts/publish.rb | |
43 | +- CHANGES | |
44 | +- Rakefile | |
45 | +- README | |
46 | +- doc/releases/builder-1.2.4.rdoc | |
47 | +- doc/releases/builder-2.0.0.rdoc | |
48 | +- doc/releases/builder-2.1.1.rdoc | |
49 | +has_rdoc: true | |
50 | +homepage: http://onestepback.org | |
51 | +licenses: [] | |
52 | + | |
53 | +post_install_message: | |
54 | +rdoc_options: | |
55 | +- --title | |
56 | +- Builder -- Easy XML Building | |
57 | +- --main | |
58 | +- README | |
59 | +- --line-numbers | |
60 | +require_paths: | |
61 | +- lib | |
62 | +required_ruby_version: !ruby/object:Gem::Requirement | |
63 | + requirements: | |
64 | + - - ">" | |
65 | + - !ruby/object:Gem::Version | |
66 | + version: 0.0.0 | |
67 | + version: | |
68 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
69 | + requirements: | |
70 | + - - ">=" | |
71 | + - !ruby/object:Gem::Version | |
72 | + version: "0" | |
73 | + version: | |
74 | +requirements: [] | |
75 | + | |
76 | +rubyforge_project: | |
77 | +rubygems_version: 1.3.4 | |
78 | +signing_key: | |
79 | +specification_version: 1 | |
80 | +summary: Builders for MarkUp. | |
81 | +test_files: | |
82 | +- test/test_xchar.rb | |
83 | +- test/testblankslate.rb | |
84 | +- test/testeventbuilder.rb | |
85 | +- test/testmarkupbuilder.rb | ... | ... |
... | ... | @@ -0,0 +1,513 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: cucumber | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 0.3.11 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- "Aslak Helles\xC3\xB8y" | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-06-04 00:00:00 -04:00 | |
13 | +default_executable: cucumber | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: term-ansicolor | |
17 | + type: :runtime | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: 1.0.3 | |
24 | + version: | |
25 | +- !ruby/object:Gem::Dependency | |
26 | + name: treetop | |
27 | + type: :runtime | |
28 | + version_requirement: | |
29 | + version_requirements: !ruby/object:Gem::Requirement | |
30 | + requirements: | |
31 | + - - ">=" | |
32 | + - !ruby/object:Gem::Version | |
33 | + version: 1.2.5 | |
34 | + version: | |
35 | +- !ruby/object:Gem::Dependency | |
36 | + name: polyglot | |
37 | + type: :runtime | |
38 | + version_requirement: | |
39 | + version_requirements: !ruby/object:Gem::Requirement | |
40 | + requirements: | |
41 | + - - ">=" | |
42 | + - !ruby/object:Gem::Version | |
43 | + version: 0.2.5 | |
44 | + version: | |
45 | +- !ruby/object:Gem::Dependency | |
46 | + name: diff-lcs | |
47 | + type: :runtime | |
48 | + version_requirement: | |
49 | + version_requirements: !ruby/object:Gem::Requirement | |
50 | + requirements: | |
51 | + - - ">=" | |
52 | + - !ruby/object:Gem::Version | |
53 | + version: 1.1.2 | |
54 | + version: | |
55 | +- !ruby/object:Gem::Dependency | |
56 | + name: builder | |
57 | + type: :runtime | |
58 | + version_requirement: | |
59 | + version_requirements: !ruby/object:Gem::Requirement | |
60 | + requirements: | |
61 | + - - ">=" | |
62 | + - !ruby/object:Gem::Version | |
63 | + version: 2.1.2 | |
64 | + version: | |
65 | +description: Executable Feature scenarios | |
66 | +email: | |
67 | +- aslak.hellesoy@gmail.com | |
68 | +executables: | |
69 | +- cucumber | |
70 | +extensions: [] | |
71 | + | |
72 | +extra_rdoc_files: | |
73 | +- History.txt | |
74 | +- License.txt | |
75 | +- Manifest.txt | |
76 | +- README.txt | |
77 | +files: | |
78 | +- History.txt | |
79 | +- License.txt | |
80 | +- Manifest.txt | |
81 | +- README.txt | |
82 | +- Rakefile | |
83 | +- bin/cucumber | |
84 | +- config/hoe.rb | |
85 | +- config/requirements.rb | |
86 | +- cucumber.yml | |
87 | +- examples/cs/README.textile | |
88 | +- examples/cs/Rakefile | |
89 | +- examples/cs/compile.bat | |
90 | +- examples/cs/features/addition.feature | |
91 | +- examples/cs/features/step_definitons/calculator_steps.rb | |
92 | +- examples/cs/src/demo/Calculator.cs | |
93 | +- examples/dos_line_endings/Rakefile | |
94 | +- examples/dos_line_endings/features/dos_line_endings.feature | |
95 | +- examples/i18n/README.textile | |
96 | +- examples/i18n/Rakefile | |
97 | +- examples/i18n/ar/Rakefile | |
98 | +- examples/i18n/ar/features/addition.feature | |
99 | +- examples/i18n/ar/features/step_definitons/calculator_steps.rb | |
100 | +- examples/i18n/ar/lib/calculator.rb | |
101 | +- examples/i18n/bg/Rakefile | |
102 | +- examples/i18n/bg/features/addition.feature | |
103 | +- examples/i18n/bg/features/consecutive_calculations.feature | |
104 | +- examples/i18n/bg/features/division.feature | |
105 | +- examples/i18n/bg/features/step_definitons/calculator_steps.rb | |
106 | +- examples/i18n/bg/features/support/env.rb | |
107 | +- examples/i18n/bg/features/support/world.rb | |
108 | +- examples/i18n/bg/lib/calculator.rb | |
109 | +- examples/i18n/cat/Rakefile | |
110 | +- examples/i18n/cat/features/step_definitons/calculator_steps.rb | |
111 | +- examples/i18n/cat/features/suma.feature | |
112 | +- examples/i18n/cat/lib/calculadora.rb | |
113 | +- examples/i18n/da/Rakefile | |
114 | +- examples/i18n/da/features/step_definitons/kalkulator_steps.rb | |
115 | +- examples/i18n/da/features/summering.feature | |
116 | +- examples/i18n/da/lib/kalkulator.rb | |
117 | +- examples/i18n/de/Rakefile | |
118 | +- examples/i18n/de/features/addition.feature | |
119 | +- examples/i18n/de/features/division.feature | |
120 | +- examples/i18n/de/features/step_definitons/calculator_steps.rb | |
121 | +- examples/i18n/de/lib/calculator.rb | |
122 | +- examples/i18n/en-lol/Rakefile | |
123 | +- examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb | |
124 | +- examples/i18n/en-lol/features/stuffing.feature | |
125 | +- examples/i18n/en-lol/features/support/env.rb | |
126 | +- examples/i18n/en-lol/lib/basket.rb | |
127 | +- examples/i18n/en-lol/lib/belly.rb | |
128 | +- examples/i18n/en/Rakefile | |
129 | +- examples/i18n/en/features/addition.feature | |
130 | +- examples/i18n/en/features/division.feature | |
131 | +- examples/i18n/en/features/step_definitons/calculator_steps.rb | |
132 | +- examples/i18n/en/lib/calculator.rb | |
133 | +- examples/i18n/es/Rakefile | |
134 | +- examples/i18n/es/features/adicion.feature | |
135 | +- examples/i18n/es/features/step_definitons/calculador_steps.rb | |
136 | +- examples/i18n/es/lib/calculador.rb | |
137 | +- examples/i18n/et/Rakefile | |
138 | +- examples/i18n/et/features/jagamine.feature | |
139 | +- examples/i18n/et/features/liitmine.feature | |
140 | +- examples/i18n/et/features/step_definitions/kalkulaator_steps.rb | |
141 | +- examples/i18n/et/lib/kalkulaator.rb | |
142 | +- examples/i18n/fi/Rakefile | |
143 | +- examples/i18n/fi/features/jakolasku.feature | |
144 | +- examples/i18n/fi/features/step_definitons/laskin_steps.rb | |
145 | +- examples/i18n/fi/features/yhteenlasku.feature | |
146 | +- examples/i18n/fi/lib/laskin.rb | |
147 | +- examples/i18n/fr/Rakefile | |
148 | +- examples/i18n/fr/features/addition.feature | |
149 | +- examples/i18n/fr/features/step_definitions/calculatrice_steps.rb | |
150 | +- examples/i18n/fr/lib/calculatrice.rb | |
151 | +- examples/i18n/he/Rakefile | |
152 | +- examples/i18n/he/features/addition.feature | |
153 | +- examples/i18n/he/features/division.feature | |
154 | +- examples/i18n/he/features/step_definitons/calculator_steps.rb | |
155 | +- examples/i18n/he/lib/calculator.rb | |
156 | +- examples/i18n/hu/Rakefile | |
157 | +- examples/i18n/hu/features/addition.feature | |
158 | +- examples/i18n/hu/features/division.feature | |
159 | +- examples/i18n/hu/features/step_definitons/calculator_steps.rb | |
160 | +- examples/i18n/hu/lib/calculator.rb | |
161 | +- examples/i18n/id/Rakefile | |
162 | +- examples/i18n/id/features/addition.feature | |
163 | +- examples/i18n/id/features/division.feature | |
164 | +- examples/i18n/id/features/step_definitons/calculator_steps.rb | |
165 | +- examples/i18n/id/lib/calculator.rb | |
166 | +- examples/i18n/it/Rakefile | |
167 | +- examples/i18n/it/features/somma.feature | |
168 | +- examples/i18n/it/features/step_definitons/calcolatrice_steps.rb | |
169 | +- examples/i18n/it/lib/calcolatrice.rb | |
170 | +- examples/i18n/ja/Rakefile | |
171 | +- examples/i18n/ja/features/addition.feature | |
172 | +- examples/i18n/ja/features/division.feature | |
173 | +- examples/i18n/ja/features/step_definitons/calculator_steps.rb | |
174 | +- examples/i18n/ja/lib/calculator.rb | |
175 | +- examples/i18n/ko/Rakefile | |
176 | +- examples/i18n/ko/features/addition.feature | |
177 | +- examples/i18n/ko/features/division.feature | |
178 | +- examples/i18n/ko/features/step_definitons/calculator_steps.rb | |
179 | +- examples/i18n/ko/lib/calculator.rb | |
180 | +- examples/i18n/lt/Rakefile | |
181 | +- examples/i18n/lt/features/addition.feature | |
182 | +- examples/i18n/lt/features/division.feature | |
183 | +- examples/i18n/lt/features/step_definitons/calculator_steps.rb | |
184 | +- examples/i18n/lt/lib/calculator.rb | |
185 | +- examples/i18n/lv/Rakefile | |
186 | +- examples/i18n/lv/features/addition.feature | |
187 | +- examples/i18n/lv/features/division.feature | |
188 | +- examples/i18n/lv/features/step_definitons/calculator_steps.rb | |
189 | +- examples/i18n/lv/lib/calculator.rb | |
190 | +- examples/i18n/no/Rakefile | |
191 | +- examples/i18n/no/features/step_definitons/kalkulator_steps.rb | |
192 | +- examples/i18n/no/features/summering.feature | |
193 | +- examples/i18n/no/features/support/env.rb | |
194 | +- examples/i18n/no/lib/kalkulator.rb | |
195 | +- examples/i18n/pl/Rakefile | |
196 | +- examples/i18n/pl/features/addition.feature | |
197 | +- examples/i18n/pl/features/division.feature | |
198 | +- examples/i18n/pl/features/step_definitons/calculator_steps.rb | |
199 | +- examples/i18n/pl/features/support/env.rb | |
200 | +- examples/i18n/pl/lib/calculator.rb | |
201 | +- examples/i18n/pt/Rakefile | |
202 | +- examples/i18n/pt/features/adicao.feature | |
203 | +- examples/i18n/pt/features/step_definitions/calculadora_steps.rb | |
204 | +- examples/i18n/pt/features/support/env.rb | |
205 | +- examples/i18n/pt/lib/calculadora.rb | |
206 | +- examples/i18n/ro/Rakefile | |
207 | +- examples/i18n/ro/features/step_definitons/calculator_steps.rb | |
208 | +- examples/i18n/ro/features/suma.feature | |
209 | +- examples/i18n/ro/lib/calculator.rb | |
210 | +- examples/i18n/ru/Rakefile | |
211 | +- examples/i18n/ru/features/addition.feature | |
212 | +- examples/i18n/ru/features/consecutive_calculations.feature | |
213 | +- examples/i18n/ru/features/division.feature | |
214 | +- examples/i18n/ru/features/step_definitons/calculator_steps.rb | |
215 | +- examples/i18n/ru/features/support/env.rb | |
216 | +- examples/i18n/ru/features/support/world.rb | |
217 | +- examples/i18n/ru/lib/calculator.rb | |
218 | +- examples/i18n/se/Rakefile | |
219 | +- examples/i18n/se/features/step_definitons/kalkulator_steps.rb | |
220 | +- examples/i18n/se/features/summering.feature | |
221 | +- examples/i18n/se/lib/kalkulator.rb | |
222 | +- examples/i18n/sk/Rakefile | |
223 | +- examples/i18n/sk/features/addition.feature | |
224 | +- examples/i18n/sk/features/division.feature | |
225 | +- examples/i18n/sk/features/step_definitons/calculator_steps.rb | |
226 | +- examples/i18n/sk/lib/calculator.rb | |
227 | +- examples/i18n/zh-CN/Rakefile | |
228 | +- examples/i18n/zh-CN/features/addition.feature | |
229 | +- examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb | |
230 | +- examples/i18n/zh-CN/lib/calculator.rb | |
231 | +- examples/i18n/zh-TW/Rakefile | |
232 | +- examples/i18n/zh-TW/features/addition.feature | |
233 | +- examples/i18n/zh-TW/features/division.feature | |
234 | +- examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb | |
235 | +- examples/i18n/zh-TW/lib/calculator.rb | |
236 | +- examples/java/README.textile | |
237 | +- examples/java/build.xml | |
238 | +- examples/java/features/hello.feature | |
239 | +- examples/java/features/step_definitons/hello_steps.rb | |
240 | +- examples/java/features/step_definitons/tree_steps.rb | |
241 | +- examples/java/features/tree.feature | |
242 | +- examples/java/src/cucumber/demo/Hello.java | |
243 | +- examples/junit/features/one_passing_one_failing.feature | |
244 | +- examples/junit/features/pending.feature | |
245 | +- examples/junit/features/step_definitions/steps.rb | |
246 | +- examples/pure_java/README.textile | |
247 | +- examples/selenium/Rakefile | |
248 | +- examples/selenium/features/search.feature | |
249 | +- examples/selenium/features/step_definitons/search_steps.rb | |
250 | +- examples/selenium/features/support/env.rb | |
251 | +- examples/selenium_webrat/Rakefile | |
252 | +- examples/selenium_webrat/config.ru | |
253 | +- examples/selenium_webrat/features/search.feature | |
254 | +- examples/selenium_webrat/features/step_definitons/search_steps.rb | |
255 | +- examples/selenium_webrat/features/support/env.rb | |
256 | +- examples/self_test/README.textile | |
257 | +- examples/self_test/Rakefile | |
258 | +- examples/self_test/features/background/background_tagged_before_on_outline.feature | |
259 | +- examples/self_test/features/background/background_with_name.feature | |
260 | +- examples/self_test/features/background/failing_background.feature | |
261 | +- examples/self_test/features/background/failing_background_after_success.feature | |
262 | +- examples/self_test/features/background/multiline_args_background.feature | |
263 | +- examples/self_test/features/background/passing_background.feature | |
264 | +- examples/self_test/features/background/pending_background.feature | |
265 | +- examples/self_test/features/background/scenario_outline_failing_background.feature | |
266 | +- examples/self_test/features/background/scenario_outline_passing_background.feature | |
267 | +- examples/self_test/features/call_undefined_step_from_step_def.feature | |
268 | +- examples/self_test/features/failing_expectation.feature | |
269 | +- examples/self_test/features/lots_of_undefined.feature | |
270 | +- examples/self_test/features/multiline_name.feature | |
271 | +- examples/self_test/features/outline_sample.feature | |
272 | +- examples/self_test/features/sample.feature | |
273 | +- examples/self_test/features/search_sample.feature | |
274 | +- examples/self_test/features/step_definitions/sample_steps.rb | |
275 | +- examples/self_test/features/support/env.rb | |
276 | +- examples/self_test/features/tons_of_cukes.feature | |
277 | +- examples/self_test/features/undefined_multiline_args.feature | |
278 | +- examples/sinatra/Rakefile | |
279 | +- examples/sinatra/app.rb | |
280 | +- examples/sinatra/features/add.feature | |
281 | +- examples/sinatra/features/step_definitions/add_steps.rb | |
282 | +- examples/sinatra/features/support/env.rb | |
283 | +- examples/sinatra/views/add.erb | |
284 | +- examples/sinatra/views/layout.erb | |
285 | +- examples/test_unit/Rakefile | |
286 | +- examples/test_unit/features/step_definitions/test_unit_steps.rb | |
287 | +- examples/test_unit/features/test_unit.feature | |
288 | +- examples/tickets/Rakefile | |
289 | +- examples/tickets/features/172.feature | |
290 | +- examples/tickets/features/177/1.feature | |
291 | +- examples/tickets/features/177/2.feature | |
292 | +- examples/tickets/features/177/3.feature | |
293 | +- examples/tickets/features/180.feature | |
294 | +- examples/tickets/features/229/tagged_hooks.feature | |
295 | +- examples/tickets/features/229/tagged_hooks.rb | |
296 | +- examples/tickets/features/236.feature | |
297 | +- examples/tickets/features/241.feature | |
298 | +- examples/tickets/features/246.feature | |
299 | +- examples/tickets/features/248.feature | |
300 | +- examples/tickets/features/270/back.feature | |
301 | +- examples/tickets/features/270/back.steps.rb | |
302 | +- examples/tickets/features/272/hooks.feature | |
303 | +- examples/tickets/features/272/hooks_steps.rb | |
304 | +- examples/tickets/features/279/py_string_indent.feature | |
305 | +- examples/tickets/features/279/py_string_indent.steps.rb | |
306 | +- examples/tickets/features/279/wrong.feature_ | |
307 | +- examples/tickets/features/301/filter_background_tagged_hooks.feature | |
308 | +- examples/tickets/features/301/filter_background_tagged_hooks_steps.rb | |
309 | +- examples/tickets/features/306/only_background.feature | |
310 | +- examples/tickets/features/lib/eatting_machine.rb | |
311 | +- examples/tickets/features/lib/pantry.rb | |
312 | +- examples/tickets/features/scenario_outline.feature | |
313 | +- examples/tickets/features/step_definitons/246_steps.rb | |
314 | +- examples/tickets/features/step_definitons/248_steps.rb | |
315 | +- examples/tickets/features/step_definitons/scenario_outline_steps.rb | |
316 | +- examples/tickets/features/step_definitons/tickets_steps.rb | |
317 | +- examples/tickets/features/tickets.feature | |
318 | +- examples/watir/README.textile | |
319 | +- examples/watir/Rakefile | |
320 | +- examples/watir/features/search.feature | |
321 | +- examples/watir/features/step_definitons/search_steps.rb | |
322 | +- examples/watir/features/support/env.rb | |
323 | +- features/after_block_exceptions.feature | |
324 | +- features/after_step_block_exceptions.feature | |
325 | +- features/background.feature | |
326 | +- features/cucumber_cli.feature | |
327 | +- features/cucumber_cli_diff_disabled.feature | |
328 | +- features/cucumber_cli_outlines.feature | |
329 | +- features/custom_formatter.feature | |
330 | +- features/drb_server_integration.feature | |
331 | +- features/exclude_files.feature | |
332 | +- features/expand.feature | |
333 | +- features/html_formatter.feature | |
334 | +- features/html_formatter/a.html | |
335 | +- features/junit_formatter.feature | |
336 | +- features/multiline_names.feature | |
337 | +- features/rake_task.feature | |
338 | +- features/report_called_undefined_steps.feature | |
339 | +- features/snippet.feature | |
340 | +- features/step_definitions/cucumber_steps.rb | |
341 | +- features/step_definitions/extra_steps.rb | |
342 | +- features/support/env.rb | |
343 | +- features/usage.feature | |
344 | +- features/work_in_progress.feature | |
345 | +- gem_tasks/deployment.rake | |
346 | +- gem_tasks/environment.rake | |
347 | +- gem_tasks/features.rake | |
348 | +- gem_tasks/fix_cr_lf.rake | |
349 | +- gem_tasks/flog.rake | |
350 | +- gem_tasks/gemspec.rake | |
351 | +- gem_tasks/rspec.rake | |
352 | +- gem_tasks/yard.rake | |
353 | +- lib/autotest/cucumber.rb | |
354 | +- lib/autotest/cucumber_mixin.rb | |
355 | +- lib/autotest/cucumber_rails.rb | |
356 | +- lib/autotest/cucumber_rails_rspec.rb | |
357 | +- lib/autotest/cucumber_rspec.rb | |
358 | +- lib/autotest/discover.rb | |
359 | +- lib/cucumber.rb | |
360 | +- lib/cucumber/ast.rb | |
361 | +- lib/cucumber/ast/background.rb | |
362 | +- lib/cucumber/ast/comment.rb | |
363 | +- lib/cucumber/ast/examples.rb | |
364 | +- lib/cucumber/ast/feature.rb | |
365 | +- lib/cucumber/ast/feature_element.rb | |
366 | +- lib/cucumber/ast/features.rb | |
367 | +- lib/cucumber/ast/outline_table.rb | |
368 | +- lib/cucumber/ast/py_string.rb | |
369 | +- lib/cucumber/ast/scenario.rb | |
370 | +- lib/cucumber/ast/scenario_outline.rb | |
371 | +- lib/cucumber/ast/step.rb | |
372 | +- lib/cucumber/ast/step_collection.rb | |
373 | +- lib/cucumber/ast/step_invocation.rb | |
374 | +- lib/cucumber/ast/table.rb | |
375 | +- lib/cucumber/ast/tags.rb | |
376 | +- lib/cucumber/ast/visitor.rb | |
377 | +- lib/cucumber/broadcaster.rb | |
378 | +- lib/cucumber/cli/configuration.rb | |
379 | +- lib/cucumber/cli/drb_client.rb | |
380 | +- lib/cucumber/cli/language_help_formatter.rb | |
381 | +- lib/cucumber/cli/main.rb | |
382 | +- lib/cucumber/core_ext/exception.rb | |
383 | +- lib/cucumber/core_ext/instance_exec.rb | |
384 | +- lib/cucumber/core_ext/proc.rb | |
385 | +- lib/cucumber/core_ext/string.rb | |
386 | +- lib/cucumber/formatter/ansicolor.rb | |
387 | +- lib/cucumber/formatter/color_io.rb | |
388 | +- lib/cucumber/formatter/console.rb | |
389 | +- lib/cucumber/formatter/cucumber.css | |
390 | +- lib/cucumber/formatter/cucumber.sass | |
391 | +- lib/cucumber/formatter/duration.rb | |
392 | +- lib/cucumber/formatter/html.rb | |
393 | +- lib/cucumber/formatter/junit.rb | |
394 | +- lib/cucumber/formatter/pretty.rb | |
395 | +- lib/cucumber/formatter/profile.rb | |
396 | +- lib/cucumber/formatter/progress.rb | |
397 | +- lib/cucumber/formatter/rerun.rb | |
398 | +- lib/cucumber/formatter/tag_cloud.rb | |
399 | +- lib/cucumber/formatter/unicode.rb | |
400 | +- lib/cucumber/formatter/usage.rb | |
401 | +- lib/cucumber/formatters/unicode.rb | |
402 | +- lib/cucumber/languages.yml | |
403 | +- lib/cucumber/parser.rb | |
404 | +- lib/cucumber/parser/feature.rb | |
405 | +- lib/cucumber/parser/feature.tt | |
406 | +- lib/cucumber/parser/i18n.tt | |
407 | +- lib/cucumber/parser/table.rb | |
408 | +- lib/cucumber/parser/table.tt | |
409 | +- lib/cucumber/parser/treetop_ext.rb | |
410 | +- lib/cucumber/platform.rb | |
411 | +- lib/cucumber/rails/rspec.rb | |
412 | +- lib/cucumber/rails/world.rb | |
413 | +- lib/cucumber/rake/task.rb | |
414 | +- lib/cucumber/rspec_neuter.rb | |
415 | +- lib/cucumber/step_definition.rb | |
416 | +- lib/cucumber/step_match.rb | |
417 | +- lib/cucumber/step_mother.rb | |
418 | +- lib/cucumber/version.rb | |
419 | +- lib/cucumber/world.rb | |
420 | +- rails_generators/cucumber/USAGE | |
421 | +- rails_generators/cucumber/cucumber_generator.rb | |
422 | +- rails_generators/cucumber/templates/cucumber | |
423 | +- rails_generators/cucumber/templates/cucumber.rake | |
424 | +- rails_generators/cucumber/templates/cucumber_environment.rb | |
425 | +- rails_generators/cucumber/templates/env.rb | |
426 | +- rails_generators/cucumber/templates/paths.rb | |
427 | +- rails_generators/cucumber/templates/spork_env.rb | |
428 | +- rails_generators/cucumber/templates/webrat_steps.rb | |
429 | +- rails_generators/feature/USAGE | |
430 | +- rails_generators/feature/feature_generator.rb | |
431 | +- rails_generators/feature/templates/feature.erb | |
432 | +- rails_generators/feature/templates/steps.erb | |
433 | +- spec/cucumber/ast/background_spec.rb | |
434 | +- spec/cucumber/ast/feature_element_spec.rb | |
435 | +- spec/cucumber/ast/feature_factory.rb | |
436 | +- spec/cucumber/ast/feature_spec.rb | |
437 | +- spec/cucumber/ast/py_string_spec.rb | |
438 | +- spec/cucumber/ast/scenario_outline_spec.rb | |
439 | +- spec/cucumber/ast/scenario_spec.rb | |
440 | +- spec/cucumber/ast/step_collection_spec.rb | |
441 | +- spec/cucumber/ast/step_spec.rb | |
442 | +- spec/cucumber/ast/table_spec.rb | |
443 | +- spec/cucumber/ast/visitor_spec.rb | |
444 | +- spec/cucumber/broadcaster_spec.rb | |
445 | +- spec/cucumber/cli/configuration_spec.rb | |
446 | +- spec/cucumber/cli/drb_client_spec.rb | |
447 | +- spec/cucumber/cli/main_spec.rb | |
448 | +- spec/cucumber/core_ext/proc_spec.rb | |
449 | +- spec/cucumber/core_ext/string_spec.rb | |
450 | +- spec/cucumber/formatter/ansicolor_spec.rb | |
451 | +- spec/cucumber/formatter/color_io_spec.rb | |
452 | +- spec/cucumber/formatter/duration_spec.rb | |
453 | +- spec/cucumber/formatter/html/cucumber.css | |
454 | +- spec/cucumber/formatter/html/cucumber.js | |
455 | +- spec/cucumber/formatter/html/index.html | |
456 | +- spec/cucumber/formatter/html/jquery-1.3.min.js | |
457 | +- spec/cucumber/formatter/html/jquery.uitableedit.js | |
458 | +- spec/cucumber/formatter/progress_spec.rb | |
459 | +- spec/cucumber/parser/feature_parser_spec.rb | |
460 | +- spec/cucumber/parser/table_parser_spec.rb | |
461 | +- spec/cucumber/rails/stubs/mini_rails.rb | |
462 | +- spec/cucumber/rails/stubs/test_help.rb | |
463 | +- spec/cucumber/rails/world_spec.rb | |
464 | +- spec/cucumber/sell_cucumbers.feature | |
465 | +- spec/cucumber/step_definition_spec.rb | |
466 | +- spec/cucumber/step_mother_spec.rb | |
467 | +- spec/cucumber/treetop_parser/empty_feature.feature | |
468 | +- spec/cucumber/treetop_parser/empty_scenario.feature | |
469 | +- spec/cucumber/treetop_parser/empty_scenario_outline.feature | |
470 | +- spec/cucumber/treetop_parser/fit_scenario.feature | |
471 | +- spec/cucumber/treetop_parser/given_scenario.feature | |
472 | +- spec/cucumber/treetop_parser/invalid_scenario_outlines.feature | |
473 | +- spec/cucumber/treetop_parser/multiline_steps.feature | |
474 | +- spec/cucumber/treetop_parser/multiple_tables.feature | |
475 | +- spec/cucumber/treetop_parser/scenario_outline.feature | |
476 | +- spec/cucumber/treetop_parser/spaces.feature | |
477 | +- spec/cucumber/treetop_parser/test_dos.feature | |
478 | +- spec/cucumber/treetop_parser/with_comments.feature | |
479 | +- spec/cucumber/treetop_parser/with_tags.feature | |
480 | +- spec/cucumber/world/pending_spec.rb | |
481 | +- spec/spec.opts | |
482 | +- spec/spec_helper.rb | |
483 | +has_rdoc: true | |
484 | +homepage: http://cukes.info | |
485 | +licenses: [] | |
486 | + | |
487 | +post_install_message: | |
488 | +rdoc_options: | |
489 | +- --main | |
490 | +- README.txt | |
491 | +require_paths: | |
492 | +- lib | |
493 | +required_ruby_version: !ruby/object:Gem::Requirement | |
494 | + requirements: | |
495 | + - - ">=" | |
496 | + - !ruby/object:Gem::Version | |
497 | + version: "0" | |
498 | + version: | |
499 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
500 | + requirements: | |
501 | + - - ">=" | |
502 | + - !ruby/object:Gem::Version | |
503 | + version: "0" | |
504 | + version: | |
505 | +requirements: [] | |
506 | + | |
507 | +rubyforge_project: rspec | |
508 | +rubygems_version: 1.3.4 | |
509 | +signing_key: | |
510 | +specification_version: 2 | |
511 | +summary: Executable Feature scenarios | |
512 | +test_files: [] | |
513 | + | ... | ... |
... | ... | @@ -0,0 +1,80 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: diff-lcs | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.1.2 | |
5 | +platform: ruby | |
6 | +authors: [] | |
7 | + | |
8 | +autorequire: diff/lcs | |
9 | +bindir: bin | |
10 | +cert_chain: | |
11 | +date: 2004-10-20 00:00:00 -04:00 | |
12 | +default_executable: | |
13 | +dependencies: [] | |
14 | + | |
15 | +description: Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. The implementation is based on Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version (Algorithm::Diff). | |
16 | +email: diff-lcs@halostatue.ca | |
17 | +executables: | |
18 | +- ldiff | |
19 | +- htmldiff | |
20 | +extensions: [] | |
21 | + | |
22 | +extra_rdoc_files: | |
23 | +- README | |
24 | +- ChangeLog | |
25 | +- Install | |
26 | +files: | |
27 | +- bin | |
28 | +- ChangeLog | |
29 | +- Install | |
30 | +- lib | |
31 | +- Rakefile | |
32 | +- README | |
33 | +- tests | |
34 | +- bin/htmldiff | |
35 | +- bin/ldiff | |
36 | +- lib/diff | |
37 | +- lib/diff/lcs | |
38 | +- lib/diff/lcs.rb | |
39 | +- lib/diff/lcs/array.rb | |
40 | +- lib/diff/lcs/block.rb | |
41 | +- lib/diff/lcs/callbacks.rb | |
42 | +- lib/diff/lcs/change.rb | |
43 | +- lib/diff/lcs/hunk.rb | |
44 | +- lib/diff/lcs/ldiff.rb | |
45 | +- lib/diff/lcs/string.rb | |
46 | +- tests/00test.rb | |
47 | +has_rdoc: true | |
48 | +homepage: http://rubyforge.org/projects/ruwiki/ | |
49 | +licenses: [] | |
50 | + | |
51 | +post_install_message: | |
52 | +rdoc_options: | |
53 | +- --title | |
54 | +- Diff::LCS -- A Diff Algorithm | |
55 | +- --main | |
56 | +- README | |
57 | +- --line-numbers | |
58 | +require_paths: | |
59 | +- lib | |
60 | +required_ruby_version: !ruby/object:Gem::Requirement | |
61 | + requirements: | |
62 | + - - ">=" | |
63 | + - !ruby/object:Gem::Version | |
64 | + version: 1.8.1 | |
65 | + version: | |
66 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
67 | + requirements: | |
68 | + - - ">=" | |
69 | + - !ruby/object:Gem::Version | |
70 | + version: "0" | |
71 | + version: | |
72 | +requirements: [] | |
73 | + | |
74 | +rubyforge_project: ruwiki | |
75 | +rubygems_version: 1.3.4 | |
76 | +signing_key: | |
77 | +specification_version: 1 | |
78 | +summary: Provides a list of changes that represent the difference between two sequenced collections. | |
79 | +test_files: | |
80 | +- tests/00test.rb | ... | ... |
vendor/gems/jferris-mocha-0.9.5.0.1241126838/.specification
0 → 100644
... | ... | @@ -0,0 +1,247 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: jferris-mocha | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 0.9.5.0.1241126838 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- James Mead | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-04-30 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: rake | |
17 | + type: :runtime | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: "0" | |
24 | + version: | |
25 | +description: Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes. | |
26 | +email: mocha-developer@googlegroups.com | |
27 | +executables: [] | |
28 | + | |
29 | +extensions: [] | |
30 | + | |
31 | +extra_rdoc_files: | |
32 | +- README | |
33 | +- COPYING | |
34 | +files: | |
35 | +- lib/mocha/any_instance_method.rb | |
36 | +- lib/mocha/api.rb | |
37 | +- lib/mocha/argument_iterator.rb | |
38 | +- lib/mocha/backtrace_filter.rb | |
39 | +- lib/mocha/cardinality.rb | |
40 | +- lib/mocha/central.rb | |
41 | +- lib/mocha/change_state_side_effect.rb | |
42 | +- lib/mocha/class_method.rb | |
43 | +- lib/mocha/configuration.rb | |
44 | +- lib/mocha/deprecation.rb | |
45 | +- lib/mocha/exception_raiser.rb | |
46 | +- lib/mocha/expectation.rb | |
47 | +- lib/mocha/expectation_error.rb | |
48 | +- lib/mocha/expectation_list.rb | |
49 | +- lib/mocha/in_state_ordering_constraint.rb | |
50 | +- lib/mocha/inspect.rb | |
51 | +- lib/mocha/instance_method.rb | |
52 | +- lib/mocha/integration/bacon/assertion_counter.rb | |
53 | +- lib/mocha/integration/bacon/version_11_and_above.rb | |
54 | +- lib/mocha/integration/bacon.rb | |
55 | +- lib/mocha/integration/mini_test/assertion_counter.rb | |
56 | +- lib/mocha/integration/mini_test/version_131_and_above.rb | |
57 | +- lib/mocha/integration/mini_test.rb | |
58 | +- lib/mocha/integration/test_unit/assertion_counter.rb | |
59 | +- lib/mocha/integration/test_unit/gem_version_200.rb | |
60 | +- lib/mocha/integration/test_unit/gem_version_201_and_above.rb | |
61 | +- lib/mocha/integration/test_unit/ruby_version_185_and_below.rb | |
62 | +- lib/mocha/integration/test_unit/ruby_version_186_and_above.rb | |
63 | +- lib/mocha/integration/test_unit.rb | |
64 | +- lib/mocha/invocation.rb | |
65 | +- lib/mocha/is_a.rb | |
66 | +- lib/mocha/logger.rb | |
67 | +- lib/mocha/metaclass.rb | |
68 | +- lib/mocha/method_matcher.rb | |
69 | +- lib/mocha/mock.rb | |
70 | +- lib/mocha/mockery.rb | |
71 | +- lib/mocha/module_method.rb | |
72 | +- lib/mocha/multiple_yields.rb | |
73 | +- lib/mocha/names.rb | |
74 | +- lib/mocha/no_yields.rb | |
75 | +- lib/mocha/object.rb | |
76 | +- lib/mocha/parameter_matchers/all_of.rb | |
77 | +- lib/mocha/parameter_matchers/any_of.rb | |
78 | +- lib/mocha/parameter_matchers/any_parameters.rb | |
79 | +- lib/mocha/parameter_matchers/anything.rb | |
80 | +- lib/mocha/parameter_matchers/base.rb | |
81 | +- lib/mocha/parameter_matchers/equals.rb | |
82 | +- lib/mocha/parameter_matchers/has_entries.rb | |
83 | +- lib/mocha/parameter_matchers/has_entry.rb | |
84 | +- lib/mocha/parameter_matchers/has_key.rb | |
85 | +- lib/mocha/parameter_matchers/has_value.rb | |
86 | +- lib/mocha/parameter_matchers/includes.rb | |
87 | +- lib/mocha/parameter_matchers/instance_of.rb | |
88 | +- lib/mocha/parameter_matchers/is_a.rb | |
89 | +- lib/mocha/parameter_matchers/kind_of.rb | |
90 | +- lib/mocha/parameter_matchers/not.rb | |
91 | +- lib/mocha/parameter_matchers/object.rb | |
92 | +- lib/mocha/parameter_matchers/optionally.rb | |
93 | +- lib/mocha/parameter_matchers/regexp_matches.rb | |
94 | +- lib/mocha/parameter_matchers/responds_with.rb | |
95 | +- lib/mocha/parameter_matchers/yaml_equivalent.rb | |
96 | +- lib/mocha/parameter_matchers.rb | |
97 | +- lib/mocha/parameters_matcher.rb | |
98 | +- lib/mocha/pretty_parameters.rb | |
99 | +- lib/mocha/return_values.rb | |
100 | +- lib/mocha/sequence.rb | |
101 | +- lib/mocha/single_return_value.rb | |
102 | +- lib/mocha/single_yield.rb | |
103 | +- lib/mocha/state_machine.rb | |
104 | +- lib/mocha/stubbing_error.rb | |
105 | +- lib/mocha/unexpected_invocation.rb | |
106 | +- lib/mocha/yield_parameters.rb | |
107 | +- lib/mocha.rb | |
108 | +- lib/mocha_standalone.rb | |
109 | +- lib/stubba.rb | |
110 | +- test/acceptance/acceptance_test_helper.rb | |
111 | +- test/acceptance/api_test.rb | |
112 | +- test/acceptance/bacon_spec.rb | |
113 | +- test/acceptance/bacon_test.rb | |
114 | +- test/acceptance/bug_18914_test.rb | |
115 | +- test/acceptance/bug_21465_test.rb | |
116 | +- test/acceptance/bug_21563_test.rb | |
117 | +- test/acceptance/expected_invocation_count_test.rb | |
118 | +- test/acceptance/failure_messages_test.rb | |
119 | +- test/acceptance/minitest_test.rb | |
120 | +- test/acceptance/mocha_example_test.rb | |
121 | +- test/acceptance/mocha_test_result_test.rb | |
122 | +- test/acceptance/mock_test.rb | |
123 | +- test/acceptance/mock_with_initializer_block_test.rb | |
124 | +- test/acceptance/mocked_methods_dispatch_test.rb | |
125 | +- test/acceptance/optional_parameters_test.rb | |
126 | +- test/acceptance/parameter_matcher_test.rb | |
127 | +- test/acceptance/partial_mocks_test.rb | |
128 | +- test/acceptance/return_value_test.rb | |
129 | +- test/acceptance/sequence_test.rb | |
130 | +- test/acceptance/spy_test.rb | |
131 | +- test/acceptance/states_test.rb | |
132 | +- test/acceptance/stub_any_instance_method_test.rb | |
133 | +- test/acceptance/stub_class_method_test.rb | |
134 | +- test/acceptance/stub_everything_test.rb | |
135 | +- test/acceptance/stub_instance_method_test.rb | |
136 | +- test/acceptance/stub_module_method_test.rb | |
137 | +- test/acceptance/stub_test.rb | |
138 | +- test/acceptance/stubba_example_test.rb | |
139 | +- test/acceptance/stubba_test.rb | |
140 | +- test/acceptance/stubba_test_result_test.rb | |
141 | +- test/acceptance/stubbing_error_backtrace_test.rb | |
142 | +- test/acceptance/stubbing_method_unnecessarily_test.rb | |
143 | +- test/acceptance/stubbing_non_existent_any_instance_method_test.rb | |
144 | +- test/acceptance/stubbing_non_existent_class_method_test.rb | |
145 | +- test/acceptance/stubbing_non_existent_instance_method_test.rb | |
146 | +- test/acceptance/stubbing_non_public_any_instance_method_test.rb | |
147 | +- test/acceptance/stubbing_non_public_class_method_test.rb | |
148 | +- test/acceptance/stubbing_non_public_instance_method_test.rb | |
149 | +- test/acceptance/stubbing_on_non_mock_object_test.rb | |
150 | +- test/deprecation_disabler.rb | |
151 | +- test/execution_point.rb | |
152 | +- test/matcher_helpers.rb | |
153 | +- test/method_definer.rb | |
154 | +- test/simple_counter.rb | |
155 | +- test/test_helper.rb | |
156 | +- test/test_runner.rb | |
157 | +- test/unit/any_instance_method_test.rb | |
158 | +- test/unit/array_inspect_test.rb | |
159 | +- test/unit/assert_received_test.rb | |
160 | +- test/unit/backtrace_filter_test.rb | |
161 | +- test/unit/cardinality_test.rb | |
162 | +- test/unit/central_test.rb | |
163 | +- test/unit/change_state_side_effect_test.rb | |
164 | +- test/unit/class_method_test.rb | |
165 | +- test/unit/date_time_inspect_test.rb | |
166 | +- test/unit/exception_raiser_test.rb | |
167 | +- test/unit/expectation_list_test.rb | |
168 | +- test/unit/expectation_test.rb | |
169 | +- test/unit/hash_inspect_test.rb | |
170 | +- test/unit/have_received_test.rb | |
171 | +- test/unit/in_state_ordering_constraint_test.rb | |
172 | +- test/unit/invocation_test.rb | |
173 | +- test/unit/metaclass_test.rb | |
174 | +- test/unit/method_matcher_test.rb | |
175 | +- test/unit/mock_test.rb | |
176 | +- test/unit/mockery_test.rb | |
177 | +- test/unit/multiple_yields_test.rb | |
178 | +- test/unit/no_yields_test.rb | |
179 | +- test/unit/object_inspect_test.rb | |
180 | +- test/unit/object_test.rb | |
181 | +- test/unit/parameter_matchers/all_of_test.rb | |
182 | +- test/unit/parameter_matchers/any_of_test.rb | |
183 | +- test/unit/parameter_matchers/anything_test.rb | |
184 | +- test/unit/parameter_matchers/equals_test.rb | |
185 | +- test/unit/parameter_matchers/has_entries_test.rb | |
186 | +- test/unit/parameter_matchers/has_entry_test.rb | |
187 | +- test/unit/parameter_matchers/has_key_test.rb | |
188 | +- test/unit/parameter_matchers/has_value_test.rb | |
189 | +- test/unit/parameter_matchers/includes_test.rb | |
190 | +- test/unit/parameter_matchers/instance_of_test.rb | |
191 | +- test/unit/parameter_matchers/is_a_test.rb | |
192 | +- test/unit/parameter_matchers/kind_of_test.rb | |
193 | +- test/unit/parameter_matchers/not_test.rb | |
194 | +- test/unit/parameter_matchers/regexp_matches_test.rb | |
195 | +- test/unit/parameter_matchers/responds_with_test.rb | |
196 | +- test/unit/parameter_matchers/stub_matcher.rb | |
197 | +- test/unit/parameter_matchers/yaml_equivalent_test.rb | |
198 | +- test/unit/parameters_matcher_test.rb | |
199 | +- test/unit/return_values_test.rb | |
200 | +- test/unit/sequence_test.rb | |
201 | +- test/unit/single_return_value_test.rb | |
202 | +- test/unit/single_yield_test.rb | |
203 | +- test/unit/state_machine_test.rb | |
204 | +- test/unit/string_inspect_test.rb | |
205 | +- test/unit/yield_parameters_test.rb | |
206 | +- examples/misc.rb | |
207 | +- examples/mocha.rb | |
208 | +- examples/stubba.rb | |
209 | +- COPYING | |
210 | +- MIT-LICENSE | |
211 | +- Rakefile | |
212 | +- README | |
213 | +- RELEASE | |
214 | +has_rdoc: true | |
215 | +homepage: http://mocha.rubyforge.org | |
216 | +licenses: [] | |
217 | + | |
218 | +post_install_message: | |
219 | +rdoc_options: | |
220 | +- --title | |
221 | +- Mocha | |
222 | +- --main | |
223 | +- README | |
224 | +- --line-numbers | |
225 | +require_paths: | |
226 | +- lib | |
227 | +required_ruby_version: !ruby/object:Gem::Requirement | |
228 | + requirements: | |
229 | + - - ">=" | |
230 | + - !ruby/object:Gem::Version | |
231 | + version: "0" | |
232 | + version: | |
233 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
234 | + requirements: | |
235 | + - - ">=" | |
236 | + - !ruby/object:Gem::Version | |
237 | + version: "0" | |
238 | + version: | |
239 | +requirements: [] | |
240 | + | |
241 | +rubyforge_project: mocha | |
242 | +rubygems_version: 1.3.4 | |
243 | +signing_key: | |
244 | +specification_version: 2 | |
245 | +summary: Mocking and stubbing library | |
246 | +test_files: [] | |
247 | + | ... | ... |
vendor/gems/justinfrench-formtastic-0.2.1/.specification
0 → 100644
... | ... | @@ -0,0 +1,67 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: justinfrench-formtastic | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 0.2.1 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Justin French | |
8 | +autorequire: formtastic | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-06-17 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: [] | |
15 | + | |
16 | +description: A Rails form builder plugin/gem with semantically rich and accessible markup | |
17 | +email: justin@indent.com.au | |
18 | +executables: [] | |
19 | + | |
20 | +extensions: [] | |
21 | + | |
22 | +extra_rdoc_files: | |
23 | +- README.textile | |
24 | +files: | |
25 | +- MIT-LICENSE | |
26 | +- README.textile | |
27 | +- Rakefile | |
28 | +- generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb | |
29 | +- generators/formtastic_stylesheets/templates/formtastic.css | |
30 | +- generators/formtastic_stylesheets/templates/formtastic_changes.css | |
31 | +- lib/formtastic.rb | |
32 | +- lib/justin_french/formtastic.rb | |
33 | +- lib/locale/en.yml | |
34 | +- rails/init.rb | |
35 | +- spec/formtastic_spec.rb | |
36 | +- spec/test_helper.rb | |
37 | +has_rdoc: true | |
38 | +homepage: http://github.com/justinfrench/formtastic/tree/master | |
39 | +licenses: [] | |
40 | + | |
41 | +post_install_message: | |
42 | +rdoc_options: | |
43 | +- --charset=UTF-8 | |
44 | +require_paths: | |
45 | +- lib | |
46 | +required_ruby_version: !ruby/object:Gem::Requirement | |
47 | + requirements: | |
48 | + - - ">=" | |
49 | + - !ruby/object:Gem::Version | |
50 | + version: "0" | |
51 | + version: | |
52 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
53 | + requirements: | |
54 | + - - ">=" | |
55 | + - !ruby/object:Gem::Version | |
56 | + version: "0" | |
57 | + version: | |
58 | +requirements: [] | |
59 | + | |
60 | +rubyforge_project: | |
61 | +rubygems_version: 1.3.4 | |
62 | +signing_key: | |
63 | +specification_version: 3 | |
64 | +summary: A Rails form builder plugin/gem with semantically rich and accessible markup | |
65 | +test_files: | |
66 | +- spec/formtastic_spec.rb | |
67 | +- spec/test_helper.rb | ... | ... |
... | ... | @@ -0,0 +1,77 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: polyglot | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 0.2.6 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Clifford Heath | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-06-20 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: hoe | |
17 | + type: :development | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: 1.8.0 | |
24 | + version: | |
25 | +description: Allows custom language loaders for specified file extensions to be hooked into require | |
26 | +email: cjheath@rubyforge.org | |
27 | +executables: [] | |
28 | + | |
29 | +extensions: [] | |
30 | + | |
31 | +extra_rdoc_files: | |
32 | +- History.txt | |
33 | +- License.txt | |
34 | +- Manifest.txt | |
35 | +- README.txt | |
36 | +files: | |
37 | +- History.txt | |
38 | +- License.txt | |
39 | +- Manifest.txt | |
40 | +- README.txt | |
41 | +- Rakefile | |
42 | +- lib/polyglot.rb | |
43 | +- lib/polyglot/version.rb | |
44 | +- test/test_helper.rb | |
45 | +- test/test_polyglot.rb | |
46 | +has_rdoc: true | |
47 | +homepage: http://polyglot.rubyforge.org | |
48 | +licenses: [] | |
49 | + | |
50 | +post_install_message: | |
51 | +rdoc_options: | |
52 | +- --main | |
53 | +- README.txt | |
54 | +require_paths: | |
55 | +- lib | |
56 | +required_ruby_version: !ruby/object:Gem::Requirement | |
57 | + requirements: | |
58 | + - - ">=" | |
59 | + - !ruby/object:Gem::Version | |
60 | + version: "0" | |
61 | + version: | |
62 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
63 | + requirements: | |
64 | + - - ">=" | |
65 | + - !ruby/object:Gem::Version | |
66 | + version: "0" | |
67 | + version: | |
68 | +requirements: [] | |
69 | + | |
70 | +rubyforge_project: polyglot | |
71 | +rubygems_version: 1.3.4 | |
72 | +signing_key: | |
73 | +specification_version: 3 | |
74 | +summary: Allows custom language loaders for specified file extensions to be hooked into require | |
75 | +test_files: | |
76 | +- test/test_helper.rb | |
77 | +- test/test_polyglot.rb | ... | ... |
... | ... | @@ -0,0 +1,100 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: right_aws | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.10.0 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- RightScale, Inc. | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-02-24 00:00:00 -05:00 | |
13 | +default_executable: | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: right_http_connection | |
17 | + type: :runtime | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: 1.2.4 | |
24 | + version: | |
25 | +description: "== DESCRIPTION: The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront. These gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon. The RightScale AWS gems comprise: - RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud) and the associated EBS (Elastic Block Store) - RightAws::S3 and RightAws::S3Interface -- interface to Amazon S3 (Simple Storage Service) - RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) (API version 2007-05-01) - RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) (API version 2008-01-01) - RightAws::SdbInterface and RightAws::ActiveSdb -- interface to Amazon SDB (SimpleDB) - RightAws::AcfInterface -- interface to Amazon CloudFront, a content distribution service == FEATURES:" | |
26 | +email: rubygems@rightscale.com | |
27 | +executables: [] | |
28 | + | |
29 | +extensions: [] | |
30 | + | |
31 | +extra_rdoc_files: | |
32 | +- History.txt | |
33 | +- Manifest.txt | |
34 | +- README.txt | |
35 | +files: | |
36 | +- History.txt | |
37 | +- Manifest.txt | |
38 | +- README.txt | |
39 | +- Rakefile | |
40 | +- lib/awsbase/benchmark_fix.rb | |
41 | +- lib/awsbase/right_awsbase.rb | |
42 | +- lib/awsbase/support.rb | |
43 | +- lib/ec2/right_ec2.rb | |
44 | +- lib/right_aws.rb | |
45 | +- lib/s3/right_s3.rb | |
46 | +- lib/s3/right_s3_interface.rb | |
47 | +- lib/sdb/active_sdb.rb | |
48 | +- lib/sdb/right_sdb_interface.rb | |
49 | +- lib/sqs/right_sqs.rb | |
50 | +- lib/sqs/right_sqs_gen2.rb | |
51 | +- lib/sqs/right_sqs_gen2_interface.rb | |
52 | +- lib/sqs/right_sqs_interface.rb | |
53 | +- lib/acf/right_acf_interface.rb | |
54 | +- test/ec2/test_helper.rb | |
55 | +- test/ec2/test_right_ec2.rb | |
56 | +- test/http_connection.rb | |
57 | +- test/s3/test_helper.rb | |
58 | +- test/s3/test_right_s3.rb | |
59 | +- test/s3/test_right_s3_stubbed.rb | |
60 | +- test/sdb/test_active_sdb.rb | |
61 | +- test/sdb/test_helper.rb | |
62 | +- test/sdb/test_right_sdb.rb | |
63 | +- test/sqs/test_helper.rb | |
64 | +- test/sqs/test_right_sqs.rb | |
65 | +- test/sqs/test_right_sqs_gen2.rb | |
66 | +- test/test_credentials.rb | |
67 | +- test/ts_right_aws.rb | |
68 | +- test/acf/test_helper.rb | |
69 | +- test/acf/test_right_acf.rb | |
70 | +has_rdoc: true | |
71 | +homepage: | |
72 | +licenses: [] | |
73 | + | |
74 | +post_install_message: | |
75 | +rdoc_options: | |
76 | +- --main | |
77 | +- README.txt | |
78 | +require_paths: | |
79 | +- lib | |
80 | +required_ruby_version: !ruby/object:Gem::Requirement | |
81 | + requirements: | |
82 | + - - ">=" | |
83 | + - !ruby/object:Gem::Version | |
84 | + version: "0" | |
85 | + version: | |
86 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
87 | + requirements: | |
88 | + - - ">=" | |
89 | + - !ruby/object:Gem::Version | |
90 | + version: "0" | |
91 | + version: | |
92 | +requirements: [] | |
93 | + | |
94 | +rubyforge_project: rightscale | |
95 | +rubygems_version: 1.3.4 | |
96 | +signing_key: | |
97 | +specification_version: 2 | |
98 | +summary: Interface classes for the Amazon EC2/EBS, SQS, S3, SDB, and ACF Web Services | |
99 | +test_files: | |
100 | +- test/ts_right_aws.rb | ... | ... |
... | ... | @@ -0,0 +1,69 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: term-ansicolor | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.0.3 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Florian Frank | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: | |
11 | +date: 2007-10-04 00:00:00 -04:00 | |
12 | +default_executable: | |
13 | +dependencies: [] | |
14 | + | |
15 | +description: "" | |
16 | +email: flori@ping.de | |
17 | +executables: [] | |
18 | + | |
19 | +extensions: [] | |
20 | + | |
21 | +extra_rdoc_files: [] | |
22 | + | |
23 | +files: | |
24 | +- install.rb | |
25 | +- lib | |
26 | +- make_doc.rb | |
27 | +- CHANGES | |
28 | +- README.en | |
29 | +- VERSION | |
30 | +- Rakefile | |
31 | +- GPL | |
32 | +- examples | |
33 | +- lib/term | |
34 | +- lib/term/ansicolor.rb | |
35 | +- examples/cdiff.rb | |
36 | +- examples/example.rb | |
37 | +has_rdoc: true | |
38 | +homepage: http://term-ansicolor.rubyforge.org | |
39 | +licenses: [] | |
40 | + | |
41 | +post_install_message: | |
42 | +rdoc_options: | |
43 | +- --title | |
44 | +- Term::ANSIColor | |
45 | +- --inline-source | |
46 | +- --line-numbers | |
47 | +require_paths: | |
48 | +- lib | |
49 | +required_ruby_version: !ruby/object:Gem::Requirement | |
50 | + requirements: | |
51 | + - - ">" | |
52 | + - !ruby/object:Gem::Version | |
53 | + version: 0.0.0 | |
54 | + version: | |
55 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
56 | + requirements: | |
57 | + - - ">=" | |
58 | + - !ruby/object:Gem::Version | |
59 | + version: "0" | |
60 | + version: | |
61 | +requirements: [] | |
62 | + | |
63 | +rubyforge_project: term-ansicolor | |
64 | +rubygems_version: 1.3.4 | |
65 | +signing_key: | |
66 | +specification_version: 1 | |
67 | +summary: Ruby library that colors strings using ANSI escape sequences | |
68 | +test_files: [] | |
69 | + | ... | ... |
vendor/gems/thoughtbot-factory_girl-1.2.1/.specification
0 → 100644
... | ... | @@ -0,0 +1,115 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: thoughtbot-factory_girl | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.2.1 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Joe Ferris | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-04-09 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: [] | |
15 | + | |
16 | +description: factory_girl provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures. | |
17 | +email: jferris@thoughtbot.com | |
18 | +executables: [] | |
19 | + | |
20 | +extensions: [] | |
21 | + | |
22 | +extra_rdoc_files: | |
23 | +- README.rdoc | |
24 | +files: | |
25 | +- Changelog | |
26 | +- CONTRIBUTION_GUIDELINES.rdoc | |
27 | +- LICENSE | |
28 | +- Rakefile | |
29 | +- README.rdoc | |
30 | +- lib/factory_girl/aliases.rb | |
31 | +- lib/factory_girl/attribute/association.rb | |
32 | +- lib/factory_girl/attribute/dynamic.rb | |
33 | +- lib/factory_girl/attribute/static.rb | |
34 | +- lib/factory_girl/attribute.rb | |
35 | +- lib/factory_girl/factory.rb | |
36 | +- lib/factory_girl/proxy/attributes_for.rb | |
37 | +- lib/factory_girl/proxy/build.rb | |
38 | +- lib/factory_girl/proxy/create.rb | |
39 | +- lib/factory_girl/proxy/stub.rb | |
40 | +- lib/factory_girl/proxy.rb | |
41 | +- lib/factory_girl/sequence.rb | |
42 | +- lib/factory_girl/syntax/blueprint.rb | |
43 | +- lib/factory_girl/syntax/generate.rb | |
44 | +- lib/factory_girl/syntax/make.rb | |
45 | +- lib/factory_girl/syntax/sham.rb | |
46 | +- lib/factory_girl/syntax.rb | |
47 | +- lib/factory_girl.rb | |
48 | +- test/aliases_test.rb | |
49 | +- test/association_attribute_test.rb | |
50 | +- test/attribute_test.rb | |
51 | +- test/attributes_for_strategy_test.rb | |
52 | +- test/build_strategy_test.rb | |
53 | +- test/create_strategy_test.rb | |
54 | +- test/dynamic_attribute_test.rb | |
55 | +- test/factory_test.rb | |
56 | +- test/integration_test.rb | |
57 | +- test/models.rb | |
58 | +- test/sequence_test.rb | |
59 | +- test/static_attribute_test.rb | |
60 | +- test/strategy_test.rb | |
61 | +- test/stub_strategy_test.rb | |
62 | +- test/syntax/blueprint_test.rb | |
63 | +- test/syntax/generate_test.rb | |
64 | +- test/syntax/make_test.rb | |
65 | +- test/syntax/sham_test.rb | |
66 | +- test/test_helper.rb | |
67 | +has_rdoc: true | |
68 | +homepage: | |
69 | +licenses: [] | |
70 | + | |
71 | +post_install_message: | |
72 | +rdoc_options: | |
73 | +- --line-numbers | |
74 | +- --inline-source | |
75 | +- --main | |
76 | +- README.rdoc | |
77 | +require_paths: | |
78 | +- lib | |
79 | +required_ruby_version: !ruby/object:Gem::Requirement | |
80 | + requirements: | |
81 | + - - ">=" | |
82 | + - !ruby/object:Gem::Version | |
83 | + version: "0" | |
84 | + version: | |
85 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
86 | + requirements: | |
87 | + - - ">=" | |
88 | + - !ruby/object:Gem::Version | |
89 | + version: "0" | |
90 | + version: | |
91 | +requirements: [] | |
92 | + | |
93 | +rubyforge_project: | |
94 | +rubygems_version: 1.3.4 | |
95 | +signing_key: | |
96 | +specification_version: 2 | |
97 | +summary: factory_girl provides a framework and DSL for defining and using model instance factories. | |
98 | +test_files: | |
99 | +- test/aliases_test.rb | |
100 | +- test/association_attribute_test.rb | |
101 | +- test/attribute_test.rb | |
102 | +- test/attributes_for_strategy_test.rb | |
103 | +- test/build_strategy_test.rb | |
104 | +- test/create_strategy_test.rb | |
105 | +- test/dynamic_attribute_test.rb | |
106 | +- test/factory_test.rb | |
107 | +- test/integration_test.rb | |
108 | +- test/sequence_test.rb | |
109 | +- test/static_attribute_test.rb | |
110 | +- test/strategy_test.rb | |
111 | +- test/stub_strategy_test.rb | |
112 | +- test/syntax/blueprint_test.rb | |
113 | +- test/syntax/generate_test.rb | |
114 | +- test/syntax/make_test.rb | |
115 | +- test/syntax/sham_test.rb | ... | ... |
... | ... | @@ -0,0 +1,126 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: thoughtbot-paperclip | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 2.2.9.2 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Jon Yurek | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-06-18 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: thoughtbot-shoulda | |
17 | + type: :development | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: "0" | |
24 | + version: | |
25 | +- !ruby/object:Gem::Dependency | |
26 | + name: mocha | |
27 | + type: :development | |
28 | + version_requirement: | |
29 | + version_requirements: !ruby/object:Gem::Requirement | |
30 | + requirements: | |
31 | + - - ">=" | |
32 | + - !ruby/object:Gem::Version | |
33 | + version: "0" | |
34 | + version: | |
35 | +description: | |
36 | +email: jyurek@thoughtbot.com | |
37 | +executables: [] | |
38 | + | |
39 | +extensions: [] | |
40 | + | |
41 | +extra_rdoc_files: | |
42 | +- README.rdoc | |
43 | +files: | |
44 | +- README.rdoc | |
45 | +- LICENSE | |
46 | +- Rakefile | |
47 | +- init.rb | |
48 | +- generators/paperclip | |
49 | +- generators/paperclip/paperclip_generator.rb | |
50 | +- generators/paperclip/templates | |
51 | +- generators/paperclip/templates/paperclip_migration.rb.erb | |
52 | +- generators/paperclip/USAGE | |
53 | +- lib/paperclip | |
54 | +- lib/paperclip/attachment.rb | |
55 | +- lib/paperclip/callback_compatability.rb | |
56 | +- lib/paperclip/geometry.rb | |
57 | +- lib/paperclip/interpolations.rb | |
58 | +- lib/paperclip/iostream.rb | |
59 | +- lib/paperclip/matchers | |
60 | +- lib/paperclip/matchers/have_attached_file_matcher.rb | |
61 | +- lib/paperclip/matchers/validate_attachment_content_type_matcher.rb | |
62 | +- lib/paperclip/matchers/validate_attachment_presence_matcher.rb | |
63 | +- lib/paperclip/matchers/validate_attachment_size_matcher.rb | |
64 | +- lib/paperclip/matchers.rb | |
65 | +- lib/paperclip/processor.rb | |
66 | +- lib/paperclip/storage.rb | |
67 | +- lib/paperclip/thumbnail.rb | |
68 | +- lib/paperclip/upfile.rb | |
69 | +- lib/paperclip.rb | |
70 | +- tasks/paperclip_tasks.rake | |
71 | +- test/attachment_test.rb | |
72 | +- test/database.yml | |
73 | +- test/fixtures | |
74 | +- test/fixtures/12k.png | |
75 | +- test/fixtures/50x50.png | |
76 | +- test/fixtures/5k.png | |
77 | +- test/fixtures/bad.png | |
78 | +- test/fixtures/s3.yml | |
79 | +- test/fixtures/text.txt | |
80 | +- test/fixtures/twopage.pdf | |
81 | +- test/geometry_test.rb | |
82 | +- test/helper.rb | |
83 | +- test/integration_test.rb | |
84 | +- test/interpolations_test.rb | |
85 | +- test/iostream_test.rb | |
86 | +- test/matchers | |
87 | +- test/matchers/have_attached_file_matcher_test.rb | |
88 | +- test/matchers/validate_attachment_content_type_matcher_test.rb | |
89 | +- test/matchers/validate_attachment_presence_matcher_test.rb | |
90 | +- test/matchers/validate_attachment_size_matcher_test.rb | |
91 | +- test/paperclip_test.rb | |
92 | +- test/processor_test.rb | |
93 | +- test/storage_test.rb | |
94 | +- test/thumbnail_test.rb | |
95 | +- shoulda_macros/paperclip.rb | |
96 | +has_rdoc: true | |
97 | +homepage: http://www.thoughtbot.com/projects/paperclip | |
98 | +licenses: [] | |
99 | + | |
100 | +post_install_message: | |
101 | +rdoc_options: | |
102 | +- --line-numbers | |
103 | +- --inline-source | |
104 | +require_paths: | |
105 | +- lib | |
106 | +required_ruby_version: !ruby/object:Gem::Requirement | |
107 | + requirements: | |
108 | + - - ">=" | |
109 | + - !ruby/object:Gem::Version | |
110 | + version: "0" | |
111 | + version: | |
112 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
113 | + requirements: | |
114 | + - - ">=" | |
115 | + - !ruby/object:Gem::Version | |
116 | + version: "0" | |
117 | + version: | |
118 | +requirements: | |
119 | +- ImageMagick | |
120 | +rubyforge_project: paperclip | |
121 | +rubygems_version: 1.3.4 | |
122 | +signing_key: | |
123 | +specification_version: 2 | |
124 | +summary: File attachments as attributes for ActiveRecord | |
125 | +test_files: [] | |
126 | + | ... | ... |
... | ... | @@ -0,0 +1,260 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: thoughtbot-shoulda | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 2.10.1 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Tammer Saleh | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-03-05 00:00:00 -05:00 | |
13 | +default_executable: convert_to_should_syntax | |
14 | +dependencies: [] | |
15 | + | |
16 | +description: | |
17 | +email: tsaleh@thoughtbot.com | |
18 | +executables: | |
19 | +- convert_to_should_syntax | |
20 | +extensions: [] | |
21 | + | |
22 | +extra_rdoc_files: | |
23 | +- README.rdoc | |
24 | +- CONTRIBUTION_GUIDELINES.rdoc | |
25 | +files: | |
26 | +- CONTRIBUTION_GUIDELINES.rdoc | |
27 | +- MIT-LICENSE | |
28 | +- Rakefile | |
29 | +- README.rdoc | |
30 | +- bin/convert_to_should_syntax | |
31 | +- lib/shoulda | |
32 | +- lib/shoulda/action_controller | |
33 | +- lib/shoulda/action_controller/helpers.rb | |
34 | +- lib/shoulda/action_controller/macros.rb | |
35 | +- lib/shoulda/action_controller/matchers | |
36 | +- lib/shoulda/action_controller/matchers/assign_to_matcher.rb | |
37 | +- lib/shoulda/action_controller/matchers/filter_param_matcher.rb | |
38 | +- lib/shoulda/action_controller/matchers/render_with_layout_matcher.rb | |
39 | +- lib/shoulda/action_controller/matchers/respond_with_content_type_matcher.rb | |
40 | +- lib/shoulda/action_controller/matchers/respond_with_matcher.rb | |
41 | +- lib/shoulda/action_controller/matchers/route_matcher.rb | |
42 | +- lib/shoulda/action_controller/matchers/set_session_matcher.rb | |
43 | +- lib/shoulda/action_controller/matchers/set_the_flash_matcher.rb | |
44 | +- lib/shoulda/action_controller/matchers.rb | |
45 | +- lib/shoulda/action_controller.rb | |
46 | +- lib/shoulda/action_mailer | |
47 | +- lib/shoulda/action_mailer/assertions.rb | |
48 | +- lib/shoulda/action_mailer.rb | |
49 | +- lib/shoulda/action_view | |
50 | +- lib/shoulda/action_view/macros.rb | |
51 | +- lib/shoulda/action_view.rb | |
52 | +- lib/shoulda/active_record | |
53 | +- lib/shoulda/active_record/assertions.rb | |
54 | +- lib/shoulda/active_record/helpers.rb | |
55 | +- lib/shoulda/active_record/macros.rb | |
56 | +- lib/shoulda/active_record/matchers | |
57 | +- lib/shoulda/active_record/matchers/allow_mass_assignment_of_matcher.rb | |
58 | +- lib/shoulda/active_record/matchers/allow_value_matcher.rb | |
59 | +- lib/shoulda/active_record/matchers/association_matcher.rb | |
60 | +- lib/shoulda/active_record/matchers/ensure_inclusion_of_matcher.rb | |
61 | +- lib/shoulda/active_record/matchers/ensure_length_of_matcher.rb | |
62 | +- lib/shoulda/active_record/matchers/have_db_column_matcher.rb | |
63 | +- lib/shoulda/active_record/matchers/have_index_matcher.rb | |
64 | +- lib/shoulda/active_record/matchers/have_named_scope_matcher.rb | |
65 | +- lib/shoulda/active_record/matchers/have_readonly_attribute_matcher.rb | |
66 | +- lib/shoulda/active_record/matchers/validate_acceptance_of_matcher.rb | |
67 | +- lib/shoulda/active_record/matchers/validate_numericality_of_matcher.rb | |
68 | +- lib/shoulda/active_record/matchers/validate_presence_of_matcher.rb | |
69 | +- lib/shoulda/active_record/matchers/validate_uniqueness_of_matcher.rb | |
70 | +- lib/shoulda/active_record/matchers/validation_matcher.rb | |
71 | +- lib/shoulda/active_record/matchers.rb | |
72 | +- lib/shoulda/active_record.rb | |
73 | +- lib/shoulda/assertions.rb | |
74 | +- lib/shoulda/autoload_macros.rb | |
75 | +- lib/shoulda/context.rb | |
76 | +- lib/shoulda/helpers.rb | |
77 | +- lib/shoulda/macros.rb | |
78 | +- lib/shoulda/private_helpers.rb | |
79 | +- lib/shoulda/proc_extensions.rb | |
80 | +- lib/shoulda/rails.rb | |
81 | +- lib/shoulda/rspec.rb | |
82 | +- lib/shoulda/tasks | |
83 | +- lib/shoulda/tasks/list_tests.rake | |
84 | +- lib/shoulda/tasks/yaml_to_shoulda.rake | |
85 | +- lib/shoulda/tasks.rb | |
86 | +- lib/shoulda/test_unit.rb | |
87 | +- lib/shoulda.rb | |
88 | +- rails/init.rb | |
89 | +- test/fail_macros.rb | |
90 | +- test/fixtures | |
91 | +- test/fixtures/addresses.yml | |
92 | +- test/fixtures/friendships.yml | |
93 | +- test/fixtures/posts.yml | |
94 | +- test/fixtures/products.yml | |
95 | +- test/fixtures/taggings.yml | |
96 | +- test/fixtures/tags.yml | |
97 | +- test/fixtures/users.yml | |
98 | +- test/functional | |
99 | +- test/functional/posts_controller_test.rb | |
100 | +- test/functional/users_controller_test.rb | |
101 | +- test/matchers | |
102 | +- test/matchers/active_record | |
103 | +- test/matchers/active_record/allow_mass_assignment_of_matcher_test.rb | |
104 | +- test/matchers/active_record/allow_value_matcher_test.rb | |
105 | +- test/matchers/active_record/association_matcher_test.rb | |
106 | +- test/matchers/active_record/ensure_inclusion_of_matcher_test.rb | |
107 | +- test/matchers/active_record/ensure_length_of_matcher_test.rb | |
108 | +- test/matchers/active_record/have_db_column_matcher_test.rb | |
109 | +- test/matchers/active_record/have_index_matcher_test.rb | |
110 | +- test/matchers/active_record/have_named_scope_matcher_test.rb | |
111 | +- test/matchers/active_record/have_readonly_attributes_matcher_test.rb | |
112 | +- test/matchers/active_record/validate_acceptance_of_matcher_test.rb | |
113 | +- test/matchers/active_record/validate_numericality_of_matcher_test.rb | |
114 | +- test/matchers/active_record/validate_presence_of_matcher_test.rb | |
115 | +- test/matchers/active_record/validate_uniqueness_of_matcher_test.rb | |
116 | +- test/matchers/controller | |
117 | +- test/matchers/controller/assign_to_matcher_test.rb | |
118 | +- test/matchers/controller/filter_param_matcher_test.rb | |
119 | +- test/matchers/controller/render_with_layout_matcher_test.rb | |
120 | +- test/matchers/controller/respond_with_content_type_matcher_test.rb | |
121 | +- test/matchers/controller/respond_with_matcher_test.rb | |
122 | +- test/matchers/controller/route_matcher_test.rb | |
123 | +- test/matchers/controller/set_session_matcher_test.rb | |
124 | +- test/matchers/controller/set_the_flash_matcher.rb | |
125 | +- test/model_builder.rb | |
126 | +- test/other | |
127 | +- test/other/autoload_macro_test.rb | |
128 | +- test/other/context_test.rb | |
129 | +- test/other/convert_to_should_syntax_test.rb | |
130 | +- test/other/helpers_test.rb | |
131 | +- test/other/private_helpers_test.rb | |
132 | +- test/other/should_test.rb | |
133 | +- test/rails_root | |
134 | +- test/rails_root/app | |
135 | +- test/rails_root/app/controllers | |
136 | +- test/rails_root/app/controllers/application.rb | |
137 | +- test/rails_root/app/controllers/posts_controller.rb | |
138 | +- test/rails_root/app/controllers/users_controller.rb | |
139 | +- test/rails_root/app/helpers | |
140 | +- test/rails_root/app/helpers/application_helper.rb | |
141 | +- test/rails_root/app/helpers/posts_helper.rb | |
142 | +- test/rails_root/app/helpers/users_helper.rb | |
143 | +- test/rails_root/app/models | |
144 | +- test/rails_root/app/models/address.rb | |
145 | +- test/rails_root/app/models/flea.rb | |
146 | +- test/rails_root/app/models/friendship.rb | |
147 | +- test/rails_root/app/models/pets | |
148 | +- test/rails_root/app/models/pets/dog.rb | |
149 | +- test/rails_root/app/models/post.rb | |
150 | +- test/rails_root/app/models/product.rb | |
151 | +- test/rails_root/app/models/tag.rb | |
152 | +- test/rails_root/app/models/tagging.rb | |
153 | +- test/rails_root/app/models/treat.rb | |
154 | +- test/rails_root/app/models/user.rb | |
155 | +- test/rails_root/app/views | |
156 | +- test/rails_root/app/views/layouts | |
157 | +- test/rails_root/app/views/layouts/posts.rhtml | |
158 | +- test/rails_root/app/views/layouts/users.rhtml | |
159 | +- test/rails_root/app/views/layouts/wide.html.erb | |
160 | +- test/rails_root/app/views/posts | |
161 | +- test/rails_root/app/views/posts/edit.rhtml | |
162 | +- test/rails_root/app/views/posts/index.rhtml | |
163 | +- test/rails_root/app/views/posts/new.rhtml | |
164 | +- test/rails_root/app/views/posts/show.rhtml | |
165 | +- test/rails_root/app/views/users | |
166 | +- test/rails_root/app/views/users/edit.rhtml | |
167 | +- test/rails_root/app/views/users/index.rhtml | |
168 | +- test/rails_root/app/views/users/new.rhtml | |
169 | +- test/rails_root/app/views/users/show.rhtml | |
170 | +- test/rails_root/config | |
171 | +- test/rails_root/config/boot.rb | |
172 | +- test/rails_root/config/database.yml | |
173 | +- test/rails_root/config/environment.rb | |
174 | +- test/rails_root/config/environments | |
175 | +- test/rails_root/config/environments/test.rb | |
176 | +- test/rails_root/config/initializers | |
177 | +- test/rails_root/config/initializers/new_rails_defaults.rb | |
178 | +- test/rails_root/config/initializers/shoulda.rb | |
179 | +- test/rails_root/config/routes.rb | |
180 | +- test/rails_root/db | |
181 | +- test/rails_root/db/migrate | |
182 | +- test/rails_root/db/migrate/001_create_users.rb | |
183 | +- test/rails_root/db/migrate/002_create_posts.rb | |
184 | +- test/rails_root/db/migrate/003_create_taggings.rb | |
185 | +- test/rails_root/db/migrate/004_create_tags.rb | |
186 | +- test/rails_root/db/migrate/005_create_dogs.rb | |
187 | +- test/rails_root/db/migrate/006_create_addresses.rb | |
188 | +- test/rails_root/db/migrate/007_create_fleas.rb | |
189 | +- test/rails_root/db/migrate/008_create_dogs_fleas.rb | |
190 | +- test/rails_root/db/migrate/009_create_products.rb | |
191 | +- test/rails_root/db/migrate/010_create_friendships.rb | |
192 | +- test/rails_root/db/migrate/011_create_treats.rb | |
193 | +- test/rails_root/db/schema.rb | |
194 | +- test/rails_root/log | |
195 | +- test/rails_root/log/sqlite3.log | |
196 | +- test/rails_root/log/test.log | |
197 | +- test/rails_root/public | |
198 | +- test/rails_root/public/404.html | |
199 | +- test/rails_root/public/422.html | |
200 | +- test/rails_root/public/500.html | |
201 | +- test/rails_root/script | |
202 | +- test/rails_root/script/console | |
203 | +- test/rails_root/script/generate | |
204 | +- test/rails_root/test | |
205 | +- test/rails_root/test/shoulda_macros | |
206 | +- test/rails_root/test/shoulda_macros/custom_macro.rb | |
207 | +- test/rails_root/vendor | |
208 | +- test/rails_root/vendor/gems | |
209 | +- test/rails_root/vendor/gems/gem_with_macro-0.0.1 | |
210 | +- test/rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros | |
211 | +- test/rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb | |
212 | +- test/rails_root/vendor/plugins | |
213 | +- test/rails_root/vendor/plugins/plugin_with_macro | |
214 | +- test/rails_root/vendor/plugins/plugin_with_macro/shoulda_macros | |
215 | +- test/rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb | |
216 | +- test/README | |
217 | +- test/rspec_test.rb | |
218 | +- test/test_helper.rb | |
219 | +- test/unit | |
220 | +- test/unit/address_test.rb | |
221 | +- test/unit/dog_test.rb | |
222 | +- test/unit/flea_test.rb | |
223 | +- test/unit/friendship_test.rb | |
224 | +- test/unit/post_test.rb | |
225 | +- test/unit/product_test.rb | |
226 | +- test/unit/tag_test.rb | |
227 | +- test/unit/tagging_test.rb | |
228 | +- test/unit/user_test.rb | |
229 | +has_rdoc: true | |
230 | +homepage: http://thoughtbot.com/projects/shoulda | |
231 | +licenses: [] | |
232 | + | |
233 | +post_install_message: | |
234 | +rdoc_options: | |
235 | +- --line-numbers | |
236 | +- --main | |
237 | +- README.rdoc | |
238 | +require_paths: | |
239 | +- lib | |
240 | +required_ruby_version: !ruby/object:Gem::Requirement | |
241 | + requirements: | |
242 | + - - ">=" | |
243 | + - !ruby/object:Gem::Version | |
244 | + version: "0" | |
245 | + version: | |
246 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
247 | + requirements: | |
248 | + - - ">=" | |
249 | + - !ruby/object:Gem::Version | |
250 | + version: "0" | |
251 | + version: | |
252 | +requirements: [] | |
253 | + | |
254 | +rubyforge_project: shoulda | |
255 | +rubygems_version: 1.3.4 | |
256 | +signing_key: | |
257 | +specification_version: 2 | |
258 | +summary: Making tests easy on the fingers and eyes | |
259 | +test_files: [] | |
260 | + | ... | ... |
... | ... | @@ -0,0 +1,72 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: tobi-delayed_job | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.7.0 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- "Tobias L\xC3\xBCtke" | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2008-11-28 00:00:00 -05:00 | |
13 | +default_executable: | |
14 | +dependencies: [] | |
15 | + | |
16 | +description: Delated_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. | |
17 | +email: tobi@leetsoft.com | |
18 | +executables: [] | |
19 | + | |
20 | +extensions: [] | |
21 | + | |
22 | +extra_rdoc_files: | |
23 | +- README.textile | |
24 | +files: | |
25 | +- MIT-LICENSE | |
26 | +- README.textile | |
27 | +- delayed_job.gemspec | |
28 | +- init.rb | |
29 | +- lib/delayed/job.rb | |
30 | +- lib/delayed/message_sending.rb | |
31 | +- lib/delayed/performable_method.rb | |
32 | +- lib/delayed/worker.rb | |
33 | +- lib/delayed_job.rb | |
34 | +- tasks/jobs.rake | |
35 | +- spec/database.rb | |
36 | +- spec/delayed_method_spec.rb | |
37 | +- spec/job_spec.rb | |
38 | +- spec/story_spec.rb | |
39 | +has_rdoc: true | |
40 | +homepage: http://github.com/tobi/delayed_job/tree/master | |
41 | +licenses: [] | |
42 | + | |
43 | +post_install_message: | |
44 | +rdoc_options: | |
45 | +- --main | |
46 | +- README.textile | |
47 | +require_paths: | |
48 | +- lib | |
49 | +required_ruby_version: !ruby/object:Gem::Requirement | |
50 | + requirements: | |
51 | + - - ">=" | |
52 | + - !ruby/object:Gem::Version | |
53 | + version: "0" | |
54 | + version: | |
55 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
56 | + requirements: | |
57 | + - - ">=" | |
58 | + - !ruby/object:Gem::Version | |
59 | + version: "0" | |
60 | + version: | |
61 | +requirements: [] | |
62 | + | |
63 | +rubyforge_project: | |
64 | +rubygems_version: 1.3.4 | |
65 | +signing_key: | |
66 | +specification_version: 2 | |
67 | +summary: Database-backed asynchronous priority queue system -- Extracted from Shopify | |
68 | +test_files: | |
69 | +- spec/database.rb | |
70 | +- spec/delayed_method_spec.rb | |
71 | +- spec/job_spec.rb | |
72 | +- spec/story_spec.rb | ... | ... |
... | ... | @@ -0,0 +1,125 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: treetop | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 1.2.6 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Nathan Sobo | |
8 | +autorequire: treetop | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-06-13 00:00:00 -04:00 | |
13 | +default_executable: tt | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: polyglot | |
17 | + type: :runtime | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: 0.2.5 | |
24 | + version: | |
25 | +description: | |
26 | +email: nathansobo@gmail.com | |
27 | +executables: | |
28 | +- tt | |
29 | +extensions: [] | |
30 | + | |
31 | +extra_rdoc_files: [] | |
32 | + | |
33 | +files: | |
34 | +- README | |
35 | +- Rakefile | |
36 | +- lib/treetop/bootstrap_gen_1_metagrammar.rb | |
37 | +- lib/treetop/compiler/grammar_compiler.rb | |
38 | +- lib/treetop/compiler/lexical_address_space.rb | |
39 | +- lib/treetop/compiler/metagrammar.rb | |
40 | +- lib/treetop/compiler/metagrammar.treetop | |
41 | +- lib/treetop/compiler/node_classes/anything_symbol.rb | |
42 | +- lib/treetop/compiler/node_classes/atomic_expression.rb | |
43 | +- lib/treetop/compiler/node_classes/character_class.rb | |
44 | +- lib/treetop/compiler/node_classes/choice.rb | |
45 | +- lib/treetop/compiler/node_classes/declaration_sequence.rb | |
46 | +- lib/treetop/compiler/node_classes/grammar.rb | |
47 | +- lib/treetop/compiler/node_classes/inline_module.rb | |
48 | +- lib/treetop/compiler/node_classes/nonterminal.rb | |
49 | +- lib/treetop/compiler/node_classes/optional.rb | |
50 | +- lib/treetop/compiler/node_classes/parenthesized_expression.rb | |
51 | +- lib/treetop/compiler/node_classes/parsing_expression.rb | |
52 | +- lib/treetop/compiler/node_classes/parsing_rule.rb | |
53 | +- lib/treetop/compiler/node_classes/predicate.rb | |
54 | +- lib/treetop/compiler/node_classes/repetition.rb | |
55 | +- lib/treetop/compiler/node_classes/sequence.rb | |
56 | +- lib/treetop/compiler/node_classes/terminal.rb | |
57 | +- lib/treetop/compiler/node_classes/transient_prefix.rb | |
58 | +- lib/treetop/compiler/node_classes/treetop_file.rb | |
59 | +- lib/treetop/compiler/node_classes.rb | |
60 | +- lib/treetop/compiler/ruby_builder.rb | |
61 | +- lib/treetop/compiler.rb | |
62 | +- lib/treetop/ruby_extensions/string.rb | |
63 | +- lib/treetop/ruby_extensions.rb | |
64 | +- lib/treetop/runtime/compiled_parser.rb | |
65 | +- lib/treetop/runtime/interval_skip_list/head_node.rb | |
66 | +- lib/treetop/runtime/interval_skip_list/interval_skip_list.rb | |
67 | +- lib/treetop/runtime/interval_skip_list/node.rb | |
68 | +- lib/treetop/runtime/interval_skip_list.rb | |
69 | +- lib/treetop/runtime/syntax_node.rb | |
70 | +- lib/treetop/runtime/terminal_parse_failure.rb | |
71 | +- lib/treetop/runtime/terminal_parse_failure_debug.rb | |
72 | +- lib/treetop/runtime/terminal_syntax_node.rb | |
73 | +- lib/treetop/runtime.rb | |
74 | +- lib/treetop/version.rb | |
75 | +- lib/treetop.rb | |
76 | +- bin/tt | |
77 | +- doc/contributing_and_planned_features.markdown | |
78 | +- doc/grammar_composition.markdown | |
79 | +- doc/index.markdown | |
80 | +- doc/pitfalls_and_advanced_techniques.markdown | |
81 | +- doc/semantic_interpretation.markdown | |
82 | +- doc/site.rb | |
83 | +- doc/sitegen.rb | |
84 | +- doc/syntactic_recognition.markdown | |
85 | +- doc/using_in_ruby.markdown | |
86 | +- examples/lambda_calculus/arithmetic.rb | |
87 | +- examples/lambda_calculus/arithmetic.treetop | |
88 | +- examples/lambda_calculus/arithmetic_node_classes.rb | |
89 | +- examples/lambda_calculus/arithmetic_test.rb | |
90 | +- examples/lambda_calculus/lambda_calculus | |
91 | +- examples/lambda_calculus/lambda_calculus.rb | |
92 | +- examples/lambda_calculus/lambda_calculus.treetop | |
93 | +- examples/lambda_calculus/lambda_calculus_node_classes.rb | |
94 | +- examples/lambda_calculus/lambda_calculus_test.rb | |
95 | +- examples/lambda_calculus/test_helper.rb | |
96 | +has_rdoc: true | |
97 | +homepage: http://functionalform.blogspot.com | |
98 | +licenses: [] | |
99 | + | |
100 | +post_install_message: | |
101 | +rdoc_options: [] | |
102 | + | |
103 | +require_paths: | |
104 | +- lib | |
105 | +required_ruby_version: !ruby/object:Gem::Requirement | |
106 | + requirements: | |
107 | + - - ">=" | |
108 | + - !ruby/object:Gem::Version | |
109 | + version: "0" | |
110 | + version: | |
111 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
112 | + requirements: | |
113 | + - - ">=" | |
114 | + - !ruby/object:Gem::Version | |
115 | + version: "0" | |
116 | + version: | |
117 | +requirements: [] | |
118 | + | |
119 | +rubyforge_project: | |
120 | +rubygems_version: 1.3.4 | |
121 | +signing_key: | |
122 | +specification_version: 3 | |
123 | +summary: A Ruby-based text parsing and interpretation DSL | |
124 | +test_files: [] | |
125 | + | ... | ... |
... | ... | @@ -0,0 +1,149 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: webrat | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 0.4.4 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Bryan Helmkamp | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2009-04-06 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: nokogiri | |
17 | + type: :runtime | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: 1.2.0 | |
24 | + version: | |
25 | +description: Webrat. Ruby Acceptance Testing for Web applications | |
26 | +email: bryan@brynary.com | |
27 | +executables: [] | |
28 | + | |
29 | +extensions: [] | |
30 | + | |
31 | +extra_rdoc_files: | |
32 | +- README.rdoc | |
33 | +- MIT-LICENSE.txt | |
34 | +files: | |
35 | +- History.txt | |
36 | +- install.rb | |
37 | +- MIT-LICENSE.txt | |
38 | +- README.rdoc | |
39 | +- Rakefile | |
40 | +- lib/webrat | |
41 | +- lib/webrat/core | |
42 | +- lib/webrat/core/configuration.rb | |
43 | +- lib/webrat/core/elements | |
44 | +- lib/webrat/core/elements/area.rb | |
45 | +- lib/webrat/core/elements/element.rb | |
46 | +- lib/webrat/core/elements/field.rb | |
47 | +- lib/webrat/core/elements/form.rb | |
48 | +- lib/webrat/core/elements/label.rb | |
49 | +- lib/webrat/core/elements/link.rb | |
50 | +- lib/webrat/core/elements/select_option.rb | |
51 | +- lib/webrat/core/locators | |
52 | +- lib/webrat/core/locators/area_locator.rb | |
53 | +- lib/webrat/core/locators/button_locator.rb | |
54 | +- lib/webrat/core/locators/field_by_id_locator.rb | |
55 | +- lib/webrat/core/locators/field_labeled_locator.rb | |
56 | +- lib/webrat/core/locators/field_locator.rb | |
57 | +- lib/webrat/core/locators/field_named_locator.rb | |
58 | +- lib/webrat/core/locators/form_locator.rb | |
59 | +- lib/webrat/core/locators/label_locator.rb | |
60 | +- lib/webrat/core/locators/link_locator.rb | |
61 | +- lib/webrat/core/locators/locator.rb | |
62 | +- lib/webrat/core/locators/select_option_locator.rb | |
63 | +- lib/webrat/core/locators.rb | |
64 | +- lib/webrat/core/logging.rb | |
65 | +- lib/webrat/core/matchers | |
66 | +- lib/webrat/core/matchers/have_content.rb | |
67 | +- lib/webrat/core/matchers/have_selector.rb | |
68 | +- lib/webrat/core/matchers/have_tag.rb | |
69 | +- lib/webrat/core/matchers/have_xpath.rb | |
70 | +- lib/webrat/core/matchers.rb | |
71 | +- lib/webrat/core/methods.rb | |
72 | +- lib/webrat/core/mime.rb | |
73 | +- lib/webrat/core/save_and_open_page.rb | |
74 | +- lib/webrat/core/scope.rb | |
75 | +- lib/webrat/core/session.rb | |
76 | +- lib/webrat/core/xml | |
77 | +- lib/webrat/core/xml/hpricot.rb | |
78 | +- lib/webrat/core/xml/nokogiri.rb | |
79 | +- lib/webrat/core/xml/rexml.rb | |
80 | +- lib/webrat/core/xml.rb | |
81 | +- lib/webrat/core.rb | |
82 | +- lib/webrat/core_extensions | |
83 | +- lib/webrat/core_extensions/blank.rb | |
84 | +- lib/webrat/core_extensions/deprecate.rb | |
85 | +- lib/webrat/core_extensions/detect_mapped.rb | |
86 | +- lib/webrat/core_extensions/meta_class.rb | |
87 | +- lib/webrat/core_extensions/nil_to_param.rb | |
88 | +- lib/webrat/core_extensions/tcp_socket.rb | |
89 | +- lib/webrat/mechanize.rb | |
90 | +- lib/webrat/merb.rb | |
91 | +- lib/webrat/merb_session.rb | |
92 | +- lib/webrat/rack.rb | |
93 | +- lib/webrat/rails.rb | |
94 | +- lib/webrat/rspec-rails.rb | |
95 | +- lib/webrat/selenium | |
96 | +- lib/webrat/selenium/application_server.rb | |
97 | +- lib/webrat/selenium/location_strategy_javascript | |
98 | +- lib/webrat/selenium/location_strategy_javascript/button.js | |
99 | +- lib/webrat/selenium/location_strategy_javascript/label.js | |
100 | +- lib/webrat/selenium/location_strategy_javascript/webrat.js | |
101 | +- lib/webrat/selenium/location_strategy_javascript/webratlink.js | |
102 | +- lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js | |
103 | +- lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js | |
104 | +- lib/webrat/selenium/matchers | |
105 | +- lib/webrat/selenium/matchers/have_content.rb | |
106 | +- lib/webrat/selenium/matchers/have_selector.rb | |
107 | +- lib/webrat/selenium/matchers/have_tag.rb | |
108 | +- lib/webrat/selenium/matchers/have_xpath.rb | |
109 | +- lib/webrat/selenium/matchers.rb | |
110 | +- lib/webrat/selenium/merb_application_server.rb | |
111 | +- lib/webrat/selenium/rails_application_server.rb | |
112 | +- lib/webrat/selenium/selenium_extensions.js | |
113 | +- lib/webrat/selenium/selenium_rc_server.rb | |
114 | +- lib/webrat/selenium/selenium_session.rb | |
115 | +- lib/webrat/selenium/sinatra_application_server.rb | |
116 | +- lib/webrat/selenium.rb | |
117 | +- lib/webrat/sinatra.rb | |
118 | +- lib/webrat.rb | |
119 | +- vendor/selenium-server.jar | |
120 | +has_rdoc: true | |
121 | +homepage: http://github.com/brynary/webrat | |
122 | +licenses: [] | |
123 | + | |
124 | +post_install_message: | |
125 | +rdoc_options: [] | |
126 | + | |
127 | +require_paths: | |
128 | +- lib | |
129 | +required_ruby_version: !ruby/object:Gem::Requirement | |
130 | + requirements: | |
131 | + - - ">=" | |
132 | + - !ruby/object:Gem::Version | |
133 | + version: "0" | |
134 | + version: | |
135 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
136 | + requirements: | |
137 | + - - ">=" | |
138 | + - !ruby/object:Gem::Version | |
139 | + version: "0" | |
140 | + version: | |
141 | +requirements: [] | |
142 | + | |
143 | +rubyforge_project: webrat | |
144 | +rubygems_version: 1.3.4 | |
145 | +signing_key: | |
146 | +specification_version: 2 | |
147 | +summary: Webrat. Ruby Acceptance Testing for Web applications | |
148 | +test_files: [] | |
149 | + | ... | ... |
vendor/gems/yfactorial-utility_scopes-0.2.2/.specification
0 → 100644
... | ... | @@ -0,0 +1,90 @@ |
1 | +--- !ruby/object:Gem::Specification | |
2 | +name: yfactorial-utility_scopes | |
3 | +version: !ruby/object:Gem::Version | |
4 | + version: 0.2.2 | |
5 | +platform: ruby | |
6 | +authors: | |
7 | +- Ryan Daigle | |
8 | +autorequire: | |
9 | +bindir: bin | |
10 | +cert_chain: [] | |
11 | + | |
12 | +date: 2008-10-28 00:00:00 -04:00 | |
13 | +default_executable: | |
14 | +dependencies: | |
15 | +- !ruby/object:Gem::Dependency | |
16 | + name: activerecord | |
17 | + type: :runtime | |
18 | + version_requirement: | |
19 | + version_requirements: !ruby/object:Gem::Requirement | |
20 | + requirements: | |
21 | + - - ">=" | |
22 | + - !ruby/object:Gem::Version | |
23 | + version: 2.1.0 | |
24 | + version: | |
25 | +description: A collection of utilitarian named scopes providing common functionality for ActiveRecord models. | |
26 | +email: ryan@yfactorial.com | |
27 | +executables: [] | |
28 | + | |
29 | +extensions: [] | |
30 | + | |
31 | +extra_rdoc_files: | |
32 | +- README.textile | |
33 | +- Rakefile | |
34 | +- LICENSE | |
35 | +- CHANGELOG | |
36 | +files: | |
37 | +- README.textile | |
38 | +- Rakefile | |
39 | +- LICENSE | |
40 | +- CHANGELOG | |
41 | +- init.rb | |
42 | +- lib | |
43 | +- lib/utility_scopes | |
44 | +- lib/utility_scopes.rb | |
45 | +- lib/utility_scopes/eager.rb | |
46 | +- lib/utility_scopes/except.rb | |
47 | +- lib/utility_scopes/limited.rb | |
48 | +- lib/utility_scopes/ordered.rb | |
49 | +- spec | |
50 | +- spec/abstract_spec.rb | |
51 | +- spec/eager_spec.rb | |
52 | +- spec/except_spec.rb | |
53 | +- spec/limit_spec.rb | |
54 | +- spec/ordered_spec.rb | |
55 | +- spec/spec_helper.rb | |
56 | +- spec/fixtures | |
57 | +- spec/fixtures/article.rb | |
58 | +has_rdoc: true | |
59 | +homepage: http://github.com/yfactorial/utility_scopes | |
60 | +licenses: [] | |
61 | + | |
62 | +post_install_message: | |
63 | +rdoc_options: | |
64 | +- --main | |
65 | +- README.textile | |
66 | +- --inline-source | |
67 | +- --charset=UTF-8 | |
68 | +require_paths: | |
69 | +- lib | |
70 | +required_ruby_version: !ruby/object:Gem::Requirement | |
71 | + requirements: | |
72 | + - - ">=" | |
73 | + - !ruby/object:Gem::Version | |
74 | + version: "0" | |
75 | + version: | |
76 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
77 | + requirements: | |
78 | + - - ">=" | |
79 | + - !ruby/object:Gem::Version | |
80 | + version: "0" | |
81 | + version: | |
82 | +requirements: [] | |
83 | + | |
84 | +rubyforge_project: | |
85 | +rubygems_version: 1.3.4 | |
86 | +signing_key: | |
87 | +specification_version: 2 | |
88 | +summary: A collection of utilitarian named scopes providing common functionality for ActiveRecord models | |
89 | +test_files: [] | |
90 | + | ... | ... |