yi_appium_caps_util 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72bba2b9024a00731c2f8ba7801aff37c10ac658
|
|
4
|
+
data.tar.gz: 5e545673c084036afc87dd2409e46ff90aaca437
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d61e95dcfc18d62f88428e373c09a98b5da863c742fa424dcffd9b560c3fd63155248abee792791bfb0a62db87830a86d429a5c7b0a6231d6bf3646063ccdac
|
|
7
|
+
data.tar.gz: 8e3ef4174b446773ac5d9195b1b26d9832a7c7e8a281c0123077f585430386c2cfd0985de54d9b84da1697e2398b003dcfae2a3f365138369942932c789eec13
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yi_appium_caps_util
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Granger
|
|
@@ -12,7 +12,8 @@ bindir: bin
|
|
|
12
12
|
cert_chain: []
|
|
13
13
|
date: 2017-02-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
|
-
description:
|
|
15
|
+
description: This utility updates the caps for iOS and Android devices. Please refer
|
|
16
|
+
to homepage for ruther details on usage
|
|
16
17
|
email: simon.granger@youi.tv
|
|
17
18
|
executables:
|
|
18
19
|
- yi_appium_caps_util
|
|
@@ -45,5 +46,5 @@ rubyforge_project:
|
|
|
45
46
|
rubygems_version: 2.4.5.1
|
|
46
47
|
signing_key:
|
|
47
48
|
specification_version: 4
|
|
48
|
-
summary: Updates your appium.txt capabilities
|
|
49
|
+
summary: Updates your appium.txt capabilities for iOS and Android
|
|
49
50
|
test_files: []
|