calabash 1.9.9.pre3 → 2.0.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/bin/calabash +45 -36
  4. data/lib/calabash/android/build/builder.rb +1 -1
  5. data/lib/calabash/android/build/resigner.rb +19 -1
  6. data/lib/calabash/android/device.rb +13 -2
  7. data/lib/calabash/android/interactions.rb +104 -3
  8. data/lib/calabash/android/lib/TestServer.apk +0 -0
  9. data/lib/calabash/android/life_cycle.rb +5 -4
  10. data/lib/calabash/android/physical_buttons.rb +4 -1
  11. data/lib/calabash/android/scroll.rb +5 -0
  12. data/lib/calabash/android/text.rb +10 -25
  13. data/lib/calabash/android.rb +3 -0
  14. data/lib/calabash/cli/generate.rb +2 -0
  15. data/lib/calabash/console_helpers.rb +4 -2
  16. data/lib/calabash/device.rb +1 -9
  17. data/lib/calabash/environment.rb +4 -0
  18. data/lib/calabash/gestures.rb +159 -66
  19. data/lib/calabash/http/retriable_client.rb +1 -1
  20. data/lib/calabash/interactions.rb +67 -5
  21. data/lib/calabash/ios/conditions.rb +0 -1
  22. data/lib/calabash/ios/device/device_implementation.rb +17 -5
  23. data/lib/calabash/ios/device/gestures_mixin.rb +202 -48
  24. data/lib/calabash/ios/device/rotation_mixin.rb +10 -8
  25. data/lib/calabash/ios/device/routes/handle_route_mixin.rb +5 -1
  26. data/lib/calabash/ios/device/runtime_attributes.rb +4 -5
  27. data/lib/calabash/ios/gestures.rb +82 -8
  28. data/lib/calabash/ios/orientation.rb +21 -21
  29. data/lib/calabash/ios/runtime.rb +146 -2
  30. data/lib/calabash/ios/slider.rb +70 -0
  31. data/lib/calabash/ios/text.rb +6 -2
  32. data/lib/calabash/ios/uia.rb +24 -2
  33. data/lib/calabash/ios.rb +2 -0
  34. data/lib/calabash/lib/skeleton/features/support/dry_run.rb +8 -0
  35. data/lib/calabash/life_cycle.rb +59 -30
  36. data/lib/calabash/location.rb +0 -1
  37. data/lib/calabash/orientation.rb +0 -1
  38. data/lib/calabash/page.rb +38 -5
  39. data/lib/calabash/patch/array.rb +7 -7
  40. data/lib/calabash/query.rb +17 -2
  41. data/lib/calabash/query_result.rb +10 -0
  42. data/lib/calabash/screenshot.rb +28 -8
  43. data/lib/calabash/text.rb +52 -8
  44. data/lib/calabash/utility.rb +3 -3
  45. data/lib/calabash/version.rb +1 -1
  46. data/lib/calabash/wait.rb +33 -11
  47. data/lib/calabash.rb +124 -13
  48. metadata +114 -111
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9.pre3
4
+ version: 2.0.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Maturana Larsen
@@ -11,344 +11,344 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-08-04 00:00:00.000000000 Z
14
+ date: 2015-08-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: edn
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - ">="
20
+ - - '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.0.6
23
- - - "<"
23
+ - - <
24
24
  - !ruby/object:Gem::Version
25
25
  version: '2.0'
26
26
  type: :runtime
27
27
  prerelease: false
28
28
  version_requirements: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
30
+ - - '>='
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.6
33
- - - "<"
33
+ - - <
34
34
  - !ruby/object:Gem::Version
35
35
  version: '2.0'
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: geocoder
38
38
  requirement: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - ">="
40
+ - - '>='
41
41
  - !ruby/object:Gem::Version
42
42
  version: 1.1.8
43
- - - "<"
43
+ - - <
44
44
  - !ruby/object:Gem::Version
45
45
  version: '2.0'
46
46
  type: :runtime
47
47
  prerelease: false
48
48
  version_requirements: !ruby/object:Gem::Requirement
49
49
  requirements:
50
- - - ">="
50
+ - - '>='
51
51
  - !ruby/object:Gem::Version
52
52
  version: 1.1.8
53
- - - "<"
53
+ - - <
54
54
  - !ruby/object:Gem::Version
55
55
  version: '2.0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: httpclient
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - "~>"
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
62
  version: '2.6'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - ~>
68
68
  - !ruby/object:Gem::Version
69
69
  version: '2.6'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: escape
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ">="
74
+ - - '>='
75
75
  - !ruby/object:Gem::Version
76
76
  version: 0.0.4
77
- - - "<"
77
+ - - <
78
78
  - !ruby/object:Gem::Version
79
79
  version: '1.0'
80
80
  type: :runtime
81
81
  prerelease: false
82
82
  version_requirements: !ruby/object:Gem::Requirement
83
83
  requirements:
84
- - - ">="
84
+ - - '>='
85
85
  - !ruby/object:Gem::Version
86
86
  version: 0.0.4
87
- - - "<"
87
+ - - <
88
88
  - !ruby/object:Gem::Version
89
89
  version: '1.0'
90
90
  - !ruby/object:Gem::Dependency
91
91
  name: run_loop
92
92
  requirement: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 1.4.1
97
- - - "<"
97
+ - - <
98
98
  - !ruby/object:Gem::Version
99
99
  version: '2.0'
100
100
  type: :runtime
101
101
  prerelease: false
102
102
  version_requirements: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - ">="
104
+ - - '>='
105
105
  - !ruby/object:Gem::Version
106
106
  version: 1.4.1
107
- - - "<"
107
+ - - <
108
108
  - !ruby/object:Gem::Version
109
109
  version: '2.0'
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: clipboard
112
112
  requirement: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - ">="
114
+ - - '>='
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  type: :runtime
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
- - - ">="
121
+ - - '>='
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: rubyzip
126
126
  requirement: !ruby/object:Gem::Requirement
127
127
  requirements:
128
- - - "~>"
128
+ - - ~>
129
129
  - !ruby/object:Gem::Version
130
130
  version: '1.1'
131
131
  type: :runtime
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
- - - "~>"
135
+ - - ~>
136
136
  - !ruby/object:Gem::Version
137
137
  version: '1.1'
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: bundler
140
140
  requirement: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - ">="
142
+ - - '>='
143
143
  - !ruby/object:Gem::Version
144
144
  version: 1.3.0
145
- - - "<"
145
+ - - <
146
146
  - !ruby/object:Gem::Version
147
147
  version: '2.0'
148
148
  type: :runtime
149
149
  prerelease: false
150
150
  version_requirements: !ruby/object:Gem::Requirement
151
151
  requirements:
152
- - - ">="
152
+ - - '>='
153
153
  - !ruby/object:Gem::Version
154
154
  version: 1.3.0
155
- - - "<"
155
+ - - <
156
156
  - !ruby/object:Gem::Version
157
157
  version: '2.0'
158
158
  - !ruby/object:Gem::Dependency
159
159
  name: awesome_print
160
160
  requirement: !ruby/object:Gem::Requirement
161
161
  requirements:
162
- - - ">="
162
+ - - '>='
163
163
  - !ruby/object:Gem::Version
164
164
  version: '0'
165
165
  type: :runtime
166
166
  prerelease: false
167
167
  version_requirements: !ruby/object:Gem::Requirement
168
168
  requirements:
169
- - - ">="
169
+ - - '>='
170
170
  - !ruby/object:Gem::Version
171
171
  version: '0'
172
172
  - !ruby/object:Gem::Dependency
173
173
  name: json
174
174
  requirement: !ruby/object:Gem::Requirement
175
175
  requirements:
176
- - - ">="
176
+ - - '>='
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  type: :runtime
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
182
182
  requirements:
183
- - - ">="
183
+ - - '>='
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  - !ruby/object:Gem::Dependency
187
187
  name: luffa
188
188
  requirement: !ruby/object:Gem::Requirement
189
189
  requirements:
190
- - - ">="
190
+ - - '>='
191
191
  - !ruby/object:Gem::Version
192
192
  version: '0'
193
193
  type: :runtime
194
194
  prerelease: false
195
195
  version_requirements: !ruby/object:Gem::Requirement
196
196
  requirements:
197
- - - ">="
197
+ - - '>='
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  - !ruby/object:Gem::Dependency
201
201
  name: yard
202
202
  requirement: !ruby/object:Gem::Requirement
203
203
  requirements:
204
- - - "~>"
204
+ - - ~>
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0.8'
207
207
  type: :development
208
208
  prerelease: false
209
209
  version_requirements: !ruby/object:Gem::Requirement
210
210
  requirements:
211
- - - "~>"
211
+ - - ~>
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0.8'
214
214
  - !ruby/object:Gem::Dependency
215
215
  name: redcarpet
216
216
  requirement: !ruby/object:Gem::Requirement
217
217
  requirements:
218
- - - "~>"
218
+ - - ~>
219
219
  - !ruby/object:Gem::Version
220
220
  version: '3.1'
221
221
  type: :development
222
222
  prerelease: false
223
223
  version_requirements: !ruby/object:Gem::Requirement
224
224
  requirements:
225
- - - "~>"
225
+ - - ~>
226
226
  - !ruby/object:Gem::Version
227
227
  version: '3.1'
228
228
  - !ruby/object:Gem::Dependency
229
229
  name: rake
230
230
  requirement: !ruby/object:Gem::Requirement
231
231
  requirements:
232
- - - ">="
232
+ - - '>='
233
233
  - !ruby/object:Gem::Version
234
234
  version: '0'
235
235
  type: :development
236
236
  prerelease: false
237
237
  version_requirements: !ruby/object:Gem::Requirement
238
238
  requirements:
239
- - - ">="
239
+ - - '>='
240
240
  - !ruby/object:Gem::Version
241
241
  version: '0'
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: travis
244
244
  requirement: !ruby/object:Gem::Requirement
245
245
  requirements:
246
- - - ">="
246
+ - - '>='
247
247
  - !ruby/object:Gem::Version
248
248
  version: '0'
249
249
  type: :development
250
250
  prerelease: false
251
251
  version_requirements: !ruby/object:Gem::Requirement
252
252
  requirements:
253
- - - ">="
253
+ - - '>='
254
254
  - !ruby/object:Gem::Version
255
255
  version: '0'
256
256
  - !ruby/object:Gem::Dependency
257
257
  name: pry
258
258
  requirement: !ruby/object:Gem::Requirement
259
259
  requirements:
260
- - - ">="
260
+ - - '>='
261
261
  - !ruby/object:Gem::Version
262
262
  version: '0'
263
263
  type: :development
264
264
  prerelease: false
265
265
  version_requirements: !ruby/object:Gem::Requirement
266
266
  requirements:
267
- - - ">="
267
+ - - '>='
268
268
  - !ruby/object:Gem::Version
269
269
  version: '0'
270
270
  - !ruby/object:Gem::Dependency
271
271
  name: pry-nav
272
272
  requirement: !ruby/object:Gem::Requirement
273
273
  requirements:
274
- - - ">="
274
+ - - '>='
275
275
  - !ruby/object:Gem::Version
276
276
  version: '0'
277
277
  type: :development
278
278
  prerelease: false
279
279
  version_requirements: !ruby/object:Gem::Requirement
280
280
  requirements:
281
- - - ">="
281
+ - - '>='
282
282
  - !ruby/object:Gem::Version
283
283
  version: '0'
284
284
  - !ruby/object:Gem::Dependency
285
285
  name: rspec
286
286
  requirement: !ruby/object:Gem::Requirement
287
287
  requirements:
288
- - - "~>"
288
+ - - ~>
289
289
  - !ruby/object:Gem::Version
290
290
  version: '3.0'
291
291
  type: :development
292
292
  prerelease: false
293
293
  version_requirements: !ruby/object:Gem::Requirement
294
294
  requirements:
295
- - - "~>"
295
+ - - ~>
296
296
  - !ruby/object:Gem::Version
297
297
  version: '3.0'
298
298
  - !ruby/object:Gem::Dependency
299
299
  name: guard-rspec
300
300
  requirement: !ruby/object:Gem::Requirement
301
301
  requirements:
302
- - - ">="
302
+ - - '>='
303
303
  - !ruby/object:Gem::Version
304
304
  version: '0'
305
305
  type: :development
306
306
  prerelease: false
307
307
  version_requirements: !ruby/object:Gem::Requirement
308
308
  requirements:
309
- - - ">="
309
+ - - '>='
310
310
  - !ruby/object:Gem::Version
311
311
  version: '0'
312
312
  - !ruby/object:Gem::Dependency
313
313
  name: guard-bundler
314
314
  requirement: !ruby/object:Gem::Requirement
315
315
  requirements:
316
- - - ">="
316
+ - - '>='
317
317
  - !ruby/object:Gem::Version
318
318
  version: '0'
319
319
  type: :development
320
320
  prerelease: false
321
321
  version_requirements: !ruby/object:Gem::Requirement
322
322
  requirements:
323
- - - ">="
323
+ - - '>='
324
324
  - !ruby/object:Gem::Version
325
325
  version: '0'
326
326
  - !ruby/object:Gem::Dependency
327
327
  name: growl
328
328
  requirement: !ruby/object:Gem::Requirement
329
329
  requirements:
330
- - - ">="
330
+ - - '>='
331
331
  - !ruby/object:Gem::Version
332
332
  version: '0'
333
333
  type: :development
334
334
  prerelease: false
335
335
  version_requirements: !ruby/object:Gem::Requirement
336
336
  requirements:
337
- - - ">="
337
+ - - '>='
338
338
  - !ruby/object:Gem::Version
339
339
  version: '0'
340
340
  - !ruby/object:Gem::Dependency
341
341
  name: stub_env
342
342
  requirement: !ruby/object:Gem::Requirement
343
343
  requirements:
344
- - - ">="
344
+ - - '>='
345
345
  - !ruby/object:Gem::Version
346
346
  version: '0'
347
347
  type: :development
348
348
  prerelease: false
349
349
  version_requirements: !ruby/object:Gem::Requirement
350
350
  requirements:
351
- - - ">="
351
+ - - '>='
352
352
  - !ruby/object:Gem::Version
353
353
  version: '0'
354
354
  description: |-
@@ -367,54 +367,32 @@ executables:
367
367
  extensions: []
368
368
  extra_rdoc_files: []
369
369
  files:
370
- - CONTRIBUTING.md
371
- - LICENSE
372
- - README.md
373
- - VERSIONING.md
374
- - bin/calabash
375
- - lib/calabash.rb
376
- - lib/calabash/android.rb
370
+ - lib/calabash/android/lib/.irbrc
371
+ - lib/calabash/ios/lib/.irbrc
377
372
  - lib/calabash/android/adb.rb
378
373
  - lib/calabash/android/application.rb
379
- - lib/calabash/android/build.rb
380
374
  - lib/calabash/android/build/application.rb
381
375
  - lib/calabash/android/build/build_error.rb
382
376
  - lib/calabash/android/build/builder.rb
383
377
  - lib/calabash/android/build/java_keystore.rb
384
378
  - lib/calabash/android/build/resigner.rb
385
379
  - lib/calabash/android/build/test_server.rb
380
+ - lib/calabash/android/build.rb
386
381
  - lib/calabash/android/console_helpers.rb
387
382
  - lib/calabash/android/defaults.rb
388
383
  - lib/calabash/android/device.rb
389
384
  - lib/calabash/android/environment.rb
390
385
  - lib/calabash/android/gestures.rb
391
386
  - lib/calabash/android/interactions.rb
392
- - lib/calabash/android/lib/.irbrc
393
- - lib/calabash/android/lib/AndroidManifest.xml
394
- - lib/calabash/android/lib/TestServer.apk
395
- - lib/calabash/android/lib/calmd5/arm64-v8a/calmd5
396
- - lib/calabash/android/lib/calmd5/arm64-v8a/calmd5-pie
397
- - lib/calabash/android/lib/calmd5/armeabi-v7a/calmd5
398
- - lib/calabash/android/lib/calmd5/armeabi-v7a/calmd5-pie
399
- - lib/calabash/android/lib/calmd5/armeabi/calmd5
400
- - lib/calabash/android/lib/calmd5/armeabi/calmd5-pie
401
- - lib/calabash/android/lib/calmd5/mips/calmd5
402
- - lib/calabash/android/lib/calmd5/mips/calmd5-pie
403
- - lib/calabash/android/lib/calmd5/mips64/calmd5
404
- - lib/calabash/android/lib/calmd5/mips64/calmd5-pie
405
- - lib/calabash/android/lib/calmd5/x86/calmd5
406
- - lib/calabash/android/lib/calmd5/x86/calmd5-pie
407
- - lib/calabash/android/lib/calmd5/x86_64/calmd5
408
- - lib/calabash/android/lib/calmd5/x86_64/calmd5-pie
409
- - lib/calabash/android/lib/screenshot_taker.jar
410
387
  - lib/calabash/android/life_cycle.rb
411
388
  - lib/calabash/android/orientation.rb
412
389
  - lib/calabash/android/physical_buttons.rb
413
390
  - lib/calabash/android/screenshot.rb
391
+ - lib/calabash/android/scroll.rb
414
392
  - lib/calabash/android/server.rb
415
393
  - lib/calabash/android/text.rb
394
+ - lib/calabash/android.rb
416
395
  - lib/calabash/application.rb
417
- - lib/calabash/cli.rb
418
396
  - lib/calabash/cli/build.rb
419
397
  - lib/calabash/cli/console.rb
420
398
  - lib/calabash/cli/generate.rb
@@ -422,23 +400,22 @@ files:
422
400
  - lib/calabash/cli/resign.rb
423
401
  - lib/calabash/cli/run.rb
424
402
  - lib/calabash/cli/setup_keystore.rb
403
+ - lib/calabash/cli.rb
425
404
  - lib/calabash/color.rb
426
405
  - lib/calabash/console_helpers.rb
427
406
  - lib/calabash/defaults.rb
428
407
  - lib/calabash/device.rb
429
408
  - lib/calabash/environment.rb
430
409
  - lib/calabash/gestures.rb
431
- - lib/calabash/http.rb
432
410
  - lib/calabash/http/error.rb
433
411
  - lib/calabash/http/request.rb
434
412
  - lib/calabash/http/retriable_client.rb
413
+ - lib/calabash/http.rb
435
414
  - lib/calabash/interactions.rb
436
- - lib/calabash/ios.rb
437
415
  - lib/calabash/ios/application.rb
438
416
  - lib/calabash/ios/conditions.rb
439
417
  - lib/calabash/ios/console_helpers.rb
440
418
  - lib/calabash/ios/defaults.rb
441
- - lib/calabash/ios/device.rb
442
419
  - lib/calabash/ios/device/device_implementation.rb
443
420
  - lib/calabash/ios/device/gestures_mixin.rb
444
421
  - lib/calabash/ios/device/keyboard_mixin.rb
@@ -457,37 +434,20 @@ files:
457
434
  - lib/calabash/ios/device/text_mixin.rb
458
435
  - lib/calabash/ios/device/uia_keyboard_mixin.rb
459
436
  - lib/calabash/ios/device/uia_mixin.rb
437
+ - lib/calabash/ios/device.rb
460
438
  - lib/calabash/ios/environment.rb
461
439
  - lib/calabash/ios/gestures.rb
462
440
  - lib/calabash/ios/interactions.rb
463
- - lib/calabash/ios/lib/.irbrc
464
- - lib/calabash/ios/lib/recordings/rotate_left_home_down_ipad.base64
465
- - lib/calabash/ios/lib/recordings/rotate_left_home_down_iphone.base64
466
- - lib/calabash/ios/lib/recordings/rotate_left_home_left_ipad.base64
467
- - lib/calabash/ios/lib/recordings/rotate_left_home_left_iphone.base64
468
- - lib/calabash/ios/lib/recordings/rotate_left_home_right_ipad.base64
469
- - lib/calabash/ios/lib/recordings/rotate_left_home_right_iphone.base64
470
- - lib/calabash/ios/lib/recordings/rotate_left_home_up_ipad.base64
471
- - lib/calabash/ios/lib/recordings/rotate_left_home_up_iphone.base64
472
- - lib/calabash/ios/lib/recordings/rotate_right_home_down_ipad.base64
473
- - lib/calabash/ios/lib/recordings/rotate_right_home_down_iphone.base64
474
- - lib/calabash/ios/lib/recordings/rotate_right_home_left_ipad.base64
475
- - lib/calabash/ios/lib/recordings/rotate_right_home_left_iphone.base64
476
- - lib/calabash/ios/lib/recordings/rotate_right_home_right_ipad.base64
477
- - lib/calabash/ios/lib/recordings/rotate_right_home_right_iphone.base64
478
- - lib/calabash/ios/lib/recordings/rotate_right_home_up_ipad.base64
479
- - lib/calabash/ios/lib/recordings/rotate_right_home_up_iphone.base64
480
441
  - lib/calabash/ios/orientation.rb
481
442
  - lib/calabash/ios/runtime.rb
482
443
  - lib/calabash/ios/scroll.rb
483
444
  - lib/calabash/ios/server.rb
445
+ - lib/calabash/ios/slider.rb
484
446
  - lib/calabash/ios/text.rb
485
447
  - lib/calabash/ios/uia.rb
486
- - lib/calabash/lib/skeleton/.gitignore
487
- - lib/calabash/lib/skeleton/Gemfile
488
- - lib/calabash/lib/skeleton/config/cucumber.yml
489
- - lib/calabash/lib/skeleton/features/sample.feature
448
+ - lib/calabash/ios.rb
490
449
  - lib/calabash/lib/skeleton/features/step_definitions/calabash_steps.rb
450
+ - lib/calabash/lib/skeleton/features/support/dry_run.rb
491
451
  - lib/calabash/lib/skeleton/features/support/env.rb
492
452
  - lib/calabash/lib/skeleton/features/support/hooks.rb
493
453
  - lib/calabash/life_cycle.rb
@@ -495,8 +455,8 @@ files:
495
455
  - lib/calabash/logger.rb
496
456
  - lib/calabash/orientation.rb
497
457
  - lib/calabash/page.rb
498
- - lib/calabash/patch.rb
499
458
  - lib/calabash/patch/array.rb
459
+ - lib/calabash/patch.rb
500
460
  - lib/calabash/query.rb
501
461
  - lib/calabash/query_result.rb
502
462
  - lib/calabash/screenshot.rb
@@ -505,6 +465,49 @@ files:
505
465
  - lib/calabash/utility.rb
506
466
  - lib/calabash/version.rb
507
467
  - lib/calabash/wait.rb
468
+ - lib/calabash.rb
469
+ - lib/calabash/lib/skeleton/features/sample.feature
470
+ - lib/calabash/lib/skeleton/config/cucumber.yml
471
+ - README.md
472
+ - LICENSE
473
+ - CONTRIBUTING.md
474
+ - VERSIONING.md
475
+ - lib/calabash/android/lib/screenshot_taker.jar
476
+ - lib/calabash/android/lib/calmd5/arm64-v8a/calmd5
477
+ - lib/calabash/android/lib/calmd5/armeabi/calmd5
478
+ - lib/calabash/android/lib/calmd5/armeabi-v7a/calmd5
479
+ - lib/calabash/android/lib/calmd5/mips/calmd5
480
+ - lib/calabash/android/lib/calmd5/mips64/calmd5
481
+ - lib/calabash/android/lib/calmd5/x86/calmd5
482
+ - lib/calabash/android/lib/calmd5/x86_64/calmd5
483
+ - lib/calabash/android/lib/calmd5/arm64-v8a/calmd5-pie
484
+ - lib/calabash/android/lib/calmd5/armeabi/calmd5-pie
485
+ - lib/calabash/android/lib/calmd5/armeabi-v7a/calmd5-pie
486
+ - lib/calabash/android/lib/calmd5/mips/calmd5-pie
487
+ - lib/calabash/android/lib/calmd5/mips64/calmd5-pie
488
+ - lib/calabash/android/lib/calmd5/x86/calmd5-pie
489
+ - lib/calabash/android/lib/calmd5/x86_64/calmd5-pie
490
+ - lib/calabash/ios/lib/recordings/rotate_left_home_down_ipad.base64
491
+ - lib/calabash/ios/lib/recordings/rotate_left_home_down_iphone.base64
492
+ - lib/calabash/ios/lib/recordings/rotate_left_home_left_ipad.base64
493
+ - lib/calabash/ios/lib/recordings/rotate_left_home_left_iphone.base64
494
+ - lib/calabash/ios/lib/recordings/rotate_left_home_right_ipad.base64
495
+ - lib/calabash/ios/lib/recordings/rotate_left_home_right_iphone.base64
496
+ - lib/calabash/ios/lib/recordings/rotate_left_home_up_ipad.base64
497
+ - lib/calabash/ios/lib/recordings/rotate_left_home_up_iphone.base64
498
+ - lib/calabash/ios/lib/recordings/rotate_right_home_down_ipad.base64
499
+ - lib/calabash/ios/lib/recordings/rotate_right_home_down_iphone.base64
500
+ - lib/calabash/ios/lib/recordings/rotate_right_home_left_ipad.base64
501
+ - lib/calabash/ios/lib/recordings/rotate_right_home_left_iphone.base64
502
+ - lib/calabash/ios/lib/recordings/rotate_right_home_right_ipad.base64
503
+ - lib/calabash/ios/lib/recordings/rotate_right_home_right_iphone.base64
504
+ - lib/calabash/ios/lib/recordings/rotate_right_home_up_ipad.base64
505
+ - lib/calabash/ios/lib/recordings/rotate_right_home_up_iphone.base64
506
+ - lib/calabash/android/lib/TestServer.apk
507
+ - lib/calabash/android/lib/AndroidManifest.xml
508
+ - lib/calabash/lib/skeleton/Gemfile
509
+ - lib/calabash/lib/skeleton/.gitignore
510
+ - bin/calabash
508
511
  homepage: https://xamarin.com/test-cloud
509
512
  licenses:
510
513
  - EPL-1.0
@@ -515,17 +518,17 @@ require_paths:
515
518
  - lib
516
519
  required_ruby_version: !ruby/object:Gem::Requirement
517
520
  requirements:
518
- - - ">="
521
+ - - '>='
519
522
  - !ruby/object:Gem::Version
520
523
  version: '2.0'
521
524
  required_rubygems_version: !ruby/object:Gem::Requirement
522
525
  requirements:
523
- - - ">"
526
+ - - '>'
524
527
  - !ruby/object:Gem::Version
525
528
  version: 1.3.1
526
529
  requirements: []
527
530
  rubyforge_project:
528
- rubygems_version: 2.4.8
531
+ rubygems_version: 2.0.2
529
532
  signing_key:
530
533
  specification_version: 4
531
534
  summary: Automated Acceptance Testing for Mobile Apps