sauce_platforms 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sauce_platforms.rb +10 -0
  3. data/lib/sauce_platforms/platforms/android.rb +98 -0
  4. data/lib/sauce_platforms/platforms/android/android_android.rb +42 -0
  5. data/lib/sauce_platforms/platforms/android/android_google_nexus_7_hd_emulator.rb +22 -0
  6. data/lib/sauce_platforms/platforms/android/android_google_nexus_7c_emulator.rb +30 -0
  7. data/lib/sauce_platforms/platforms/android/android_htc_evo_3d_emulator.rb +18 -0
  8. data/lib/sauce_platforms/platforms/android/android_htc_one_x_emulator.rb +22 -0
  9. data/lib/sauce_platforms/platforms/android/android_lg_nexus_4_emulator.rb +26 -0
  10. data/lib/sauce_platforms/platforms/android/android_lg_optimus_3d_emulator.rb +18 -0
  11. data/lib/sauce_platforms/platforms/android/android_motorola_atrix_hd_emulator.rb +22 -0
  12. data/lib/sauce_platforms/platforms/android/android_motorola_droid_4_emulator.rb +18 -0
  13. data/lib/sauce_platforms/platforms/android/android_motorola_droid_razr_emulator.rb +22 -0
  14. data/lib/sauce_platforms/platforms/android/android_motorola_photon_q_4g_emulator.rb +18 -0
  15. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_nexus_emulator.rb +34 -0
  16. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_note_10_1_emulator.rb +22 -0
  17. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_note_emulator.rb +22 -0
  18. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_s2_emulator.rb +22 -0
  19. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_s3_emulator.rb +30 -0
  20. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_s4_emulator.rb +26 -0
  21. data/lib/sauce_platforms/platforms/android/android_samsung_galaxy_tab_3_emulator.rb +18 -0
  22. data/lib/sauce_platforms/platforms/ios.rb +18 -0
  23. data/lib/sauce_platforms/platforms/ios/ios_ipad.rb +54 -0
  24. data/lib/sauce_platforms/platforms/ios/ios_iphone.rb +54 -0
  25. data/lib/sauce_platforms/platforms/linux.rb +0 -5
  26. data/lib/sauce_platforms/platforms/mac_10_10.rb +0 -10
  27. data/lib/sauce_platforms/platforms/mac_10_6.rb +0 -10
  28. data/lib/sauce_platforms/platforms/mac_10_8.rb +0 -10
  29. data/lib/sauce_platforms/platforms/mac_10_9.rb +0 -10
  30. data/lib/sauce_platforms/version.rb +2 -2
  31. data/platforms.txt +3798 -0
  32. data/readme.md +137 -32
  33. data/release_notes.md +16 -0
  34. metadata +25 -12
  35. data/lib/sauce_platforms/platforms/linux/linux_android.rb +0 -42
  36. data/lib/sauce_platforms/platforms/linux/linux_lynx.rb +0 -18
  37. data/lib/sauce_platforms/platforms/mac_10_10/mac_10_10_ipad.rb +0 -30
  38. data/lib/sauce_platforms/platforms/mac_10_10/mac_10_10_iphone.rb +0 -30
  39. data/lib/sauce_platforms/platforms/mac_10_6/mac_10_6_ipad.rb +0 -22
  40. data/lib/sauce_platforms/platforms/mac_10_6/mac_10_6_iphone.rb +0 -22
  41. data/lib/sauce_platforms/platforms/mac_10_8/mac_10_8_ipad.rb +0 -26
  42. data/lib/sauce_platforms/platforms/mac_10_8/mac_10_8_iphone.rb +0 -26
  43. data/lib/sauce_platforms/platforms/mac_10_9/mac_10_9_ipad.rb +0 -22
  44. data/lib/sauce_platforms/platforms/mac_10_9/mac_10_9_iphone.rb +0 -22
data/readme.md CHANGED
@@ -44,11 +44,10 @@ Intended to be used with the [sauce_ruby gem.](https://github.com/saucelabs/sauc
44
44
  #### Test coverage
45
45
 
46
46
  ```
47
- $ rspec
47
+ $ thor spec
48
48
 
49
49
  mac_10_6
50
- Platform.mac_10_6.ipad.v4_3
51
- Platform.mac_10_6.ipad.v5_0
50
+ Platform.mac_10_6.firefox.v"123"
52
51
  Platform.mac_10_6.firefox.v4
53
52
  Platform.mac_10_6.firefox.v5
54
53
  Platform.mac_10_6.firefox.v6
@@ -83,11 +82,13 @@ mac_10_6
83
82
  Platform.mac_10_6.firefox.v35
84
83
  Platform.mac_10_6.firefox.v36
85
84
  Platform.mac_10_6.firefox.v37
85
+ Platform.mac_10_6.firefox.v38
86
+ Platform.mac_10_6.firefox.v39
86
87
  Platform.mac_10_6.firefox.beta
87
88
  Platform.mac_10_6.firefox.dev
88
- Platform.mac_10_6.iphone.v4_3
89
- Platform.mac_10_6.iphone.v5_0
89
+ Platform.mac_10_6.safari.v"123"
90
90
  Platform.mac_10_6.safari.v5
91
+ Platform.mac_10_6.chrome.v"123"
91
92
  Platform.mac_10_6.chrome.v27
92
93
  Platform.mac_10_6.chrome.v28
93
94
  Platform.mac_10_6.chrome.v31
@@ -106,9 +107,32 @@ mac_10_6
106
107
  Platform.mac_10_6.chrome.beta
107
108
  Platform.mac_10_6.chrome.dev
108
109
 
110
+ ios
111
+ Platform.ios.ipad.v"123"
112
+ Platform.ios.ipad.v4_3
113
+ Platform.ios.ipad.v5_0
114
+ Platform.ios.ipad.v7_0
115
+ Platform.ios.ipad.v7_1
116
+ Platform.ios.ipad.v5_1
117
+ Platform.ios.ipad.v6_0
118
+ Platform.ios.ipad.v6_1
119
+ Platform.ios.ipad.v8_0
120
+ Platform.ios.ipad.v8_1
121
+ Platform.ios.ipad.v8_2
122
+ Platform.ios.iphone.v"123"
123
+ Platform.ios.iphone.v4_3
124
+ Platform.ios.iphone.v5_0
125
+ Platform.ios.iphone.v7_0
126
+ Platform.ios.iphone.v7_1
127
+ Platform.ios.iphone.v5_1
128
+ Platform.ios.iphone.v6_0
129
+ Platform.ios.iphone.v6_1
130
+ Platform.ios.iphone.v8_0
131
+ Platform.ios.iphone.v8_1
132
+ Platform.ios.iphone.v8_2
133
+
109
134
  mac_10_9
110
- Platform.mac_10_9.ipad.v7_0
111
- Platform.mac_10_9.ipad.v7_1
135
+ Platform.mac_10_9.firefox.v"123"
112
136
  Platform.mac_10_9.firefox.v4
113
137
  Platform.mac_10_9.firefox.v5
114
138
  Platform.mac_10_9.firefox.v6
@@ -143,11 +167,13 @@ mac_10_9
143
167
  Platform.mac_10_9.firefox.v35
144
168
  Platform.mac_10_9.firefox.v36
145
169
  Platform.mac_10_9.firefox.v37
170
+ Platform.mac_10_9.firefox.v38
171
+ Platform.mac_10_9.firefox.v39
146
172
  Platform.mac_10_9.firefox.beta
147
173
  Platform.mac_10_9.firefox.dev
148
- Platform.mac_10_9.iphone.v7_0
149
- Platform.mac_10_9.iphone.v7_1
174
+ Platform.mac_10_9.safari.v"123"
150
175
  Platform.mac_10_9.safari.v7
176
+ Platform.mac_10_9.chrome.v"123"
151
177
  Platform.mac_10_9.chrome.v31
152
178
  Platform.mac_10_9.chrome.v32
153
179
  Platform.mac_10_9.chrome.v33
@@ -165,11 +191,14 @@ mac_10_9
165
191
  Platform.mac_10_9.chrome.dev
166
192
 
167
193
  windows_2003
194
+ Platform.windows_xp.opera.v"123"
168
195
  Platform.windows_xp.opera.v11
169
196
  Platform.windows_xp.opera.v12
197
+ Platform.windows_xp.internet_explorer.v"123"
170
198
  Platform.windows_xp.internet_explorer.v8
171
199
  Platform.windows_xp.internet_explorer.v6
172
200
  Platform.windows_xp.internet_explorer.v7
201
+ Platform.windows_xp.firefox.v"123"
173
202
  Platform.windows_xp.firefox.v3_0
174
203
  Platform.windows_xp.firefox.v3_5
175
204
  Platform.windows_xp.firefox.v3_6
@@ -207,8 +236,11 @@ windows_2003
207
236
  Platform.windows_xp.firefox.v35
208
237
  Platform.windows_xp.firefox.v36
209
238
  Platform.windows_xp.firefox.v37
239
+ Platform.windows_xp.firefox.v38
240
+ Platform.windows_xp.firefox.v39
210
241
  Platform.windows_xp.firefox.beta
211
242
  Platform.windows_xp.firefox.dev
243
+ Platform.windows_xp.chrome.v"123"
212
244
  Platform.windows_xp.chrome.v26
213
245
  Platform.windows_xp.chrome.v27
214
246
  Platform.windows_xp.chrome.v28
@@ -231,13 +263,9 @@ windows_2003
231
263
  Platform.windows_xp.chrome.dev
232
264
 
233
265
  mac_10_8
234
- Platform.mac_10_8.ipad.v5_1
235
- Platform.mac_10_8.ipad.v6_0
236
- Platform.mac_10_8.ipad.v6_1
237
- Platform.mac_10_8.iphone.v5_1
238
- Platform.mac_10_8.iphone.v6_0
239
- Platform.mac_10_8.iphone.v6_1
266
+ Platform.mac_10_8.safari.v"123"
240
267
  Platform.mac_10_8.safari.v6
268
+ Platform.mac_10_8.chrome.v"123"
241
269
  Platform.mac_10_8.chrome.v27
242
270
  Platform.mac_10_8.chrome.v28
243
271
  Platform.mac_10_8.chrome.v31
@@ -257,7 +285,9 @@ mac_10_8
257
285
  Platform.mac_10_8.chrome.dev
258
286
 
259
287
  windows_2012
288
+ Platform.windows_8.internet_explorer.v"123"
260
289
  Platform.windows_8.internet_explorer.v10
290
+ Platform.windows_8.firefox.v"123"
261
291
  Platform.windows_8.firefox.v3_0
262
292
  Platform.windows_8.firefox.v3_5
263
293
  Platform.windows_8.firefox.v3_6
@@ -295,8 +325,11 @@ windows_2012
295
325
  Platform.windows_8.firefox.v35
296
326
  Platform.windows_8.firefox.v36
297
327
  Platform.windows_8.firefox.v37
328
+ Platform.windows_8.firefox.v38
329
+ Platform.windows_8.firefox.v39
298
330
  Platform.windows_8.firefox.beta
299
331
  Platform.windows_8.firefox.dev
332
+ Platform.windows_8.chrome.v"123"
300
333
  Platform.windows_8.chrome.v26
301
334
  Platform.windows_8.chrome.v27
302
335
  Platform.windows_8.chrome.v28
@@ -319,7 +352,9 @@ windows_2012
319
352
  Platform.windows_8.chrome.dev
320
353
 
321
354
  linux
355
+ Platform.linux.opera.v"123"
322
356
  Platform.linux.opera.v12
357
+ Platform.linux.firefox.v"123"
323
358
  Platform.linux.firefox.v3_6
324
359
  Platform.linux.firefox.v4
325
360
  Platform.linux.firefox.v5
@@ -355,8 +390,11 @@ linux
355
390
  Platform.linux.firefox.v35
356
391
  Platform.linux.firefox.v36
357
392
  Platform.linux.firefox.v37
393
+ Platform.linux.firefox.v38
394
+ Platform.linux.firefox.v39
358
395
  Platform.linux.firefox.beta
359
396
  Platform.linux.firefox.dev
397
+ Platform.linux.chrome.v"123"
360
398
  Platform.linux.chrome.v26
361
399
  Platform.linux.chrome.v27
362
400
  Platform.linux.chrome.v28
@@ -377,16 +415,11 @@ linux
377
415
  Platform.linux.chrome.v43
378
416
  Platform.linux.chrome.beta
379
417
  Platform.linux.chrome.dev
380
- Platform.linux.android.v4_0
381
- Platform.linux.android.v4_1
382
- Platform.linux.android.v4_2
383
- Platform.linux.android.v4_3
384
- Platform.linux.android.v4_4
385
- Platform.linux.android.v5_0
386
- Platform.linux.android.v5_1
387
418
 
388
419
  windows_2012_r2
420
+ Platform.windows_8_1.internet_explorer.v"123"
389
421
  Platform.windows_8_1.internet_explorer.v11
422
+ Platform.windows_8_1.firefox.v"123"
390
423
  Platform.windows_8_1.firefox.v3_0
391
424
  Platform.windows_8_1.firefox.v3_5
392
425
  Platform.windows_8_1.firefox.v3_6
@@ -424,8 +457,11 @@ windows_2012_r2
424
457
  Platform.windows_8_1.firefox.v35
425
458
  Platform.windows_8_1.firefox.v36
426
459
  Platform.windows_8_1.firefox.v37
460
+ Platform.windows_8_1.firefox.v38
461
+ Platform.windows_8_1.firefox.v39
427
462
  Platform.windows_8_1.firefox.beta
428
463
  Platform.windows_8_1.firefox.dev
464
+ Platform.windows_8_1.chrome.v"123"
429
465
  Platform.windows_8_1.chrome.v26
430
466
  Platform.windows_8_1.chrome.v27
431
467
  Platform.windows_8_1.chrome.v28
@@ -448,12 +484,15 @@ windows_2012_r2
448
484
  Platform.windows_8_1.chrome.dev
449
485
 
450
486
  windows_2008
487
+ Platform.windows_7.internet_explorer.v"123"
451
488
  Platform.windows_7.internet_explorer.v8
452
489
  Platform.windows_7.internet_explorer.v9
453
490
  Platform.windows_7.internet_explorer.v10
454
491
  Platform.windows_7.internet_explorer.v11
492
+ Platform.windows_7.opera.v"123"
455
493
  Platform.windows_7.opera.v11
456
494
  Platform.windows_7.opera.v12
495
+ Platform.windows_7.firefox.v"123"
457
496
  Platform.windows_7.firefox.v3_0
458
497
  Platform.windows_7.firefox.v3_5
459
498
  Platform.windows_7.firefox.v3_6
@@ -491,9 +530,13 @@ windows_2008
491
530
  Platform.windows_7.firefox.v35
492
531
  Platform.windows_7.firefox.v36
493
532
  Platform.windows_7.firefox.v37
533
+ Platform.windows_7.firefox.v38
534
+ Platform.windows_7.firefox.v39
494
535
  Platform.windows_7.firefox.beta
495
536
  Platform.windows_7.firefox.dev
537
+ Platform.windows_7.safari.v"123"
496
538
  Platform.windows_7.safari.v5
539
+ Platform.windows_7.chrome.v"123"
497
540
  Platform.windows_7.chrome.v26
498
541
  Platform.windows_7.chrome.v27
499
542
  Platform.windows_7.chrome.v28
@@ -516,23 +559,20 @@ windows_2008
516
559
  Platform.windows_7.chrome.dev
517
560
 
518
561
  mac_10_10
519
- Platform.mac_10_10.ipad.v7_1
520
- Platform.mac_10_10.ipad.v8_0
521
- Platform.mac_10_10.ipad.v8_1
522
- Platform.mac_10_10.ipad.v8_2
562
+ Platform.mac_10_10.firefox.v"123"
523
563
  Platform.mac_10_10.firefox.v32
524
564
  Platform.mac_10_10.firefox.v33
525
565
  Platform.mac_10_10.firefox.v34
526
566
  Platform.mac_10_10.firefox.v35
527
567
  Platform.mac_10_10.firefox.v36
528
568
  Platform.mac_10_10.firefox.v37
569
+ Platform.mac_10_10.firefox.v38
570
+ Platform.mac_10_10.firefox.v39
529
571
  Platform.mac_10_10.firefox.beta
530
572
  Platform.mac_10_10.firefox.dev
531
- Platform.mac_10_10.iphone.v7_1
532
- Platform.mac_10_10.iphone.v8_0
533
- Platform.mac_10_10.iphone.v8_1
534
- Platform.mac_10_10.iphone.v8_2
573
+ Platform.mac_10_10.safari.v"123"
535
574
  Platform.mac_10_10.safari.v8
575
+ Platform.mac_10_10.chrome.v"123"
536
576
  Platform.mac_10_10.chrome.v37
537
577
  Platform.mac_10_10.chrome.v38
538
578
  Platform.mac_10_10.chrome.v39
@@ -543,6 +583,71 @@ mac_10_10
543
583
  Platform.mac_10_10.chrome.beta
544
584
  Platform.mac_10_10.chrome.dev
545
585
 
546
- Finished in 0.16088 seconds (files took 0.32959 seconds to load)
547
- 479 examples, 0 failures
586
+ android
587
+ Platform.android.android.v"123"
588
+ Platform.android.android.v4_0
589
+ Platform.android.android.v4_1
590
+ Platform.android.android.v4_2
591
+ Platform.android.android.v4_3
592
+ Platform.android.android.v4_4
593
+ Platform.android.android.v5_0
594
+ Platform.android.android.v5_1
595
+ Platform.android.motorola_droid_4_emulator.v"123"
596
+ Platform.android.motorola_droid_4_emulator.v4_0
597
+ Platform.android.samsung_galaxy_note_emulator.v"123"
598
+ Platform.android.samsung_galaxy_note_emulator.v4_0
599
+ Platform.android.samsung_galaxy_note_emulator.v4_1
600
+ Platform.android.samsung_galaxy_tab_3_emulator.v"123"
601
+ Platform.android.samsung_galaxy_tab_3_emulator.v4_2
602
+ Platform.android.samsung_galaxy_note_10_1_emulator.v"123"
603
+ Platform.android.samsung_galaxy_note_10_1_emulator.v4_0
604
+ Platform.android.samsung_galaxy_note_10_1_emulator.v4_1
605
+ Platform.android.google_nexus_7_hd_emulator.v"123"
606
+ Platform.android.google_nexus_7_hd_emulator.v4_3
607
+ Platform.android.google_nexus_7_hd_emulator.v4_4
608
+ Platform.android.htc_one_x_emulator.v"123"
609
+ Platform.android.htc_one_x_emulator.v4_0
610
+ Platform.android.htc_one_x_emulator.v4_1
611
+ Platform.android.motorola_photon_q_4g_emulator.v"123"
612
+ Platform.android.motorola_photon_q_4g_emulator.v4_0
613
+ Platform.android.lg_nexus_4_emulator.v"123"
614
+ Platform.android.lg_nexus_4_emulator.v4_2
615
+ Platform.android.lg_nexus_4_emulator.v4_3
616
+ Platform.android.lg_nexus_4_emulator.v4_4
617
+ Platform.android.samsung_galaxy_nexus_emulator.v"123"
618
+ Platform.android.samsung_galaxy_nexus_emulator.v4_0
619
+ Platform.android.samsung_galaxy_nexus_emulator.v4_1
620
+ Platform.android.samsung_galaxy_nexus_emulator.v4_2
621
+ Platform.android.samsung_galaxy_nexus_emulator.v4_3
622
+ Platform.android.samsung_galaxy_nexus_emulator.v4_4
623
+ Platform.android.samsung_galaxy_s3_emulator.v"123"
624
+ Platform.android.samsung_galaxy_s3_emulator.v4_1
625
+ Platform.android.samsung_galaxy_s3_emulator.v4_2
626
+ Platform.android.samsung_galaxy_s3_emulator.v4_3
627
+ Platform.android.samsung_galaxy_s3_emulator.v4_4
628
+ Platform.android.samsung_galaxy_s2_emulator.v"123"
629
+ Platform.android.samsung_galaxy_s2_emulator.v4_0
630
+ Platform.android.samsung_galaxy_s2_emulator.v4_1
631
+ Platform.android.samsung_galaxy_s4_emulator.v"123"
632
+ Platform.android.samsung_galaxy_s4_emulator.v4_2
633
+ Platform.android.samsung_galaxy_s4_emulator.v4_3
634
+ Platform.android.samsung_galaxy_s4_emulator.v4_4
635
+ Platform.android.motorola_droid_razr_emulator.v"123"
636
+ Platform.android.motorola_droid_razr_emulator.v4_0
637
+ Platform.android.motorola_droid_razr_emulator.v4_1
638
+ Platform.android.google_nexus_7c_emulator.v"123"
639
+ Platform.android.google_nexus_7c_emulator.v4_1
640
+ Platform.android.google_nexus_7c_emulator.v4_2
641
+ Platform.android.google_nexus_7c_emulator.v4_3
642
+ Platform.android.google_nexus_7c_emulator.v4_4
643
+ Platform.android.lg_optimus_3d_emulator.v"123"
644
+ Platform.android.lg_optimus_3d_emulator.v4_0
645
+ Platform.android.motorola_atrix_hd_emulator.v"123"
646
+ Platform.android.motorola_atrix_hd_emulator.v4_0
647
+ Platform.android.motorola_atrix_hd_emulator.v4_1
648
+ Platform.android.htc_evo_3d_emulator.v"123"
649
+ Platform.android.htc_evo_3d_emulator.v4_0
650
+
651
+ Finished in 0.10843 seconds (files took 0.47403 seconds to load)
652
+ 580 examples, 0 failures
548
653
  ```
@@ -1,3 +1,19 @@
1
+ #### v1.0.3 2015-07-23
2
+
3
+ - [d2c9e12](https://github.com/bootstraponline/sauce_platforms/commit/d2c9e12375ff23e93da68d5eb9538ed83045e999) Release 1.0.3
4
+ - [1038ece](https://github.com/bootstraponline/sauce_platforms/commit/1038ece658db214031f26db119cc803b553da4bc) Add platforms.txt for reference
5
+ - [6d75f69](https://github.com/bootstraponline/sauce_platforms/commit/6d75f6966ffed39a6aaa62cc7d661ea788c67ef3) Fix iOS deviceName value
6
+ - [c2d3e78](https://github.com/bootstraponline/sauce_platforms/commit/c2d3e78818b2f1bad2a919c528d8c41e59081a45) Update readme with new test output
7
+ - [6dfa407](https://github.com/bootstraponline/sauce_platforms/commit/6dfa407ab424edf93f45bc7c7970f5de4873ed4a) Update platforms
8
+ - [245bfe8](https://github.com/bootstraponline/sauce_platforms/commit/245bfe899bd75788c4909cd365abad88b49498f7) Fix iOS platform support
9
+ - [fbdc7f4](https://github.com/bootstraponline/sauce_platforms/commit/fbdc7f420f2428971dcb7a56b03c368391457a6e) Update platforms
10
+ - [c7ccd60](https://github.com/bootstraponline/sauce_platforms/commit/c7ccd6037c1ee40be21762cbc56e2562492a7ec5) Use long_name for Android devices instead of device name
11
+ - [c7f3e88](https://github.com/bootstraponline/sauce_platforms/commit/c7f3e88f06185242334d2c6645aa2f5120e1fa49) Fix tests
12
+ - [d4e98c1](https://github.com/bootstraponline/sauce_platforms/commit/d4e98c1a2ddda6b501177cc8b8013919db6cf139) Remove old android class
13
+ - [8238979](https://github.com/bootstraponline/sauce_platforms/commit/8238979a7506c4d17d84b1fe9825d7453e4671c8) Update platforms
14
+ - [80733a0](https://github.com/bootstraponline/sauce_platforms/commit/80733a0576f612edd432260fc23ddb43edaf097c) Fix Android platform support
15
+
16
+
1
17
  #### v1.0.2 2015-07-17
2
18
 
3
19
  - [e22d25e](https://github.com/bootstraponline/sauce_platforms/commit/e22d25e77bed65601d020a71f90b71de0c201c82) Release 1.0.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce_platforms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -108,34 +108,46 @@ files:
108
108
  - LICENSE
109
109
  - Thorfile
110
110
  - lib/sauce_platforms.rb
111
+ - lib/sauce_platforms/platforms/android.rb
112
+ - lib/sauce_platforms/platforms/android/android_android.rb
113
+ - lib/sauce_platforms/platforms/android/android_google_nexus_7_hd_emulator.rb
114
+ - lib/sauce_platforms/platforms/android/android_google_nexus_7c_emulator.rb
115
+ - lib/sauce_platforms/platforms/android/android_htc_evo_3d_emulator.rb
116
+ - lib/sauce_platforms/platforms/android/android_htc_one_x_emulator.rb
117
+ - lib/sauce_platforms/platforms/android/android_lg_nexus_4_emulator.rb
118
+ - lib/sauce_platforms/platforms/android/android_lg_optimus_3d_emulator.rb
119
+ - lib/sauce_platforms/platforms/android/android_motorola_atrix_hd_emulator.rb
120
+ - lib/sauce_platforms/platforms/android/android_motorola_droid_4_emulator.rb
121
+ - lib/sauce_platforms/platforms/android/android_motorola_droid_razr_emulator.rb
122
+ - lib/sauce_platforms/platforms/android/android_motorola_photon_q_4g_emulator.rb
123
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_nexus_emulator.rb
124
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_note_10_1_emulator.rb
125
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_note_emulator.rb
126
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_s2_emulator.rb
127
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_s3_emulator.rb
128
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_s4_emulator.rb
129
+ - lib/sauce_platforms/platforms/android/android_samsung_galaxy_tab_3_emulator.rb
130
+ - lib/sauce_platforms/platforms/ios.rb
131
+ - lib/sauce_platforms/platforms/ios/ios_ipad.rb
132
+ - lib/sauce_platforms/platforms/ios/ios_iphone.rb
111
133
  - lib/sauce_platforms/platforms/linux.rb
112
- - lib/sauce_platforms/platforms/linux/linux_android.rb
113
134
  - lib/sauce_platforms/platforms/linux/linux_chrome.rb
114
135
  - lib/sauce_platforms/platforms/linux/linux_firefox.rb
115
- - lib/sauce_platforms/platforms/linux/linux_lynx.rb
116
136
  - lib/sauce_platforms/platforms/linux/linux_opera.rb
117
137
  - lib/sauce_platforms/platforms/mac_10_10.rb
118
138
  - lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb
119
139
  - lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb
120
- - lib/sauce_platforms/platforms/mac_10_10/mac_10_10_ipad.rb
121
- - lib/sauce_platforms/platforms/mac_10_10/mac_10_10_iphone.rb
122
140
  - lib/sauce_platforms/platforms/mac_10_10/mac_10_10_safari.rb
123
141
  - lib/sauce_platforms/platforms/mac_10_6.rb
124
142
  - lib/sauce_platforms/platforms/mac_10_6/mac_10_6_chrome.rb
125
143
  - lib/sauce_platforms/platforms/mac_10_6/mac_10_6_firefox.rb
126
- - lib/sauce_platforms/platforms/mac_10_6/mac_10_6_ipad.rb
127
- - lib/sauce_platforms/platforms/mac_10_6/mac_10_6_iphone.rb
128
144
  - lib/sauce_platforms/platforms/mac_10_6/mac_10_6_safari.rb
129
145
  - lib/sauce_platforms/platforms/mac_10_8.rb
130
146
  - lib/sauce_platforms/platforms/mac_10_8/mac_10_8_chrome.rb
131
- - lib/sauce_platforms/platforms/mac_10_8/mac_10_8_ipad.rb
132
- - lib/sauce_platforms/platforms/mac_10_8/mac_10_8_iphone.rb
133
147
  - lib/sauce_platforms/platforms/mac_10_8/mac_10_8_safari.rb
134
148
  - lib/sauce_platforms/platforms/mac_10_9.rb
135
149
  - lib/sauce_platforms/platforms/mac_10_9/mac_10_9_chrome.rb
136
150
  - lib/sauce_platforms/platforms/mac_10_9/mac_10_9_firefox.rb
137
- - lib/sauce_platforms/platforms/mac_10_9/mac_10_9_ipad.rb
138
- - lib/sauce_platforms/platforms/mac_10_9/mac_10_9_iphone.rb
139
151
  - lib/sauce_platforms/platforms/mac_10_9/mac_10_9_safari.rb
140
152
  - lib/sauce_platforms/platforms/windows_2003.rb
141
153
  - lib/sauce_platforms/platforms/windows_2003/windows_2003_chrome.rb
@@ -157,6 +169,7 @@ files:
157
169
  - lib/sauce_platforms/platforms/windows_2012_r2/windows_2012_r2_firefox.rb
158
170
  - lib/sauce_platforms/platforms/windows_2012_r2/windows_2012_r2_internet_explorer.rb
159
171
  - lib/sauce_platforms/version.rb
172
+ - platforms.txt
160
173
  - readme.md
161
174
  - release_notes.md
162
175
  - sauce_platforms.gemspec
@@ -1,42 +0,0 @@
1
- module Platform
2
- module Linux_android
3
- class << self
4
- def linux_android version_string
5
- ['Linux', 'android', version_string.to_s]
6
- end
7
-
8
- def v version_string
9
- linux_android version_string
10
- end
11
-
12
- def v4_0
13
- linux_android '4.0'
14
- end
15
-
16
- def v4_1
17
- linux_android '4.1'
18
- end
19
-
20
- def v4_2
21
- linux_android '4.2'
22
- end
23
-
24
- def v4_3
25
- linux_android '4.3'
26
- end
27
-
28
- def v4_4
29
- linux_android '4.4'
30
- end
31
-
32
- def v5_0
33
- linux_android '5.0'
34
- end
35
-
36
- def v5_1
37
- linux_android '5.1'
38
- end
39
-
40
- end
41
- end
42
- end