appium_connect 0.1.1 → 0.1.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
- data/lib/AppiumConnect.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d0a1774c8feedd53d716244b6292a5943b9d24b
|
|
4
|
+
data.tar.gz: e171fbcdf2a35b0ff788162f0905d9819cbeccb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b6f74f8e9b158cb2c2d93a40cab1843315001d12cdad49ea9853eb8988b6ef10766c90df83eaf864a99e9cf019feab664d1c7515e2c25ec7b594a89c3007b22
|
|
7
|
+
data.tar.gz: 11c0abc299ecfd94c6b2d73e2a8cfa875b0e34cf156c76ce8b35f6ae99e85608b6e5828c24f42a5a9bc74048d448fbd139e0a3e73e29859418f8773fddfda0f6
|
data/lib/AppiumConnect.rb
CHANGED
|
@@ -116,7 +116,6 @@ if File.exist?('config.json')
|
|
|
116
116
|
f.write(config.to_json)
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
puts 'Whoa.... Really??? [' + ip + ']? It\'s your funeral buddy!'
|
|
120
119
|
end
|
|
121
120
|
else
|
|
122
121
|
|
|
@@ -135,7 +134,6 @@ else
|
|
|
135
134
|
f.write(config.to_json)
|
|
136
135
|
end
|
|
137
136
|
|
|
138
|
-
puts 'Whoa.... Really??? [' + config + ']? It\'s your funeral buddy!'
|
|
139
137
|
end
|
|
140
138
|
|
|
141
139
|
|