yi_appium_caps_util 1.0.4 → 1.0.5

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yi_appium_caps_util.rb +1 -1
  3. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70e6f631a058d7507a56cd2f12e1a642d42ccb05
4
- data.tar.gz: 83252222e3e5943ef1a5f14329e7c22ce7c398e5
3
+ metadata.gz: 32ab30a666e46d71879e7dd8dd5e50be3e2fa41f
4
+ data.tar.gz: dae7c5add5007e0d933d7dd58552a59785176a3a
5
5
  SHA512:
6
- metadata.gz: ce2b5068a5ecb95ca5cbb06dbe67a25315c7a9f5e070b0f536e77724645ca80064a5345ea552150a8cddc0b0ac9476b34d77e6c9b6700f385905de12c4bfef2a
7
- data.tar.gz: 2cadda72ca80f5710b2e9a1b3e89c4fbf48df1c86a6e1aaa10e6e64514d9b0133f43d443ff89c4fe9716501827807025586dfcd7513a143fec73b50c48a8502d
6
+ metadata.gz: efcb797909e3669c02ed7bb584877c9043bba11b54260c4c73a841e69f9722fb08bd6f192f0b4fc391b23b2ca3181626896f86b6c9ce3f1c21911ccd14749635
7
+ data.tar.gz: cf31a41c9d072d9ffeea1a56c6abeb85dca857b84710ed9efa8cbae93a2a89a5f2cb1b101a9f522e731561e1075f481bd23c3af50af25dbb27a7d3e99a30fce1
@@ -113,7 +113,7 @@ class YiAppiumCapsUtil
113
113
  def update_ios_caps (output_data)
114
114
  puts 'Looking for iOS device'
115
115
  #Get the device UDID
116
- new_udid = %x[idevice_id -l]
116
+ new_udid = %x[idevice_id -l | awk ' NR < 2']
117
117
  #Remove whitespace
118
118
  new_udid = new_udid.strip
119
119
 
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
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Granger
@@ -71,9 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 2.5.1
74
+ rubygems_version: 2.6.13
75
75
  signing_key:
76
76
  specification_version: 4
77
77
  summary: Updates your appium.txt capabilities for iOS and Android
78
78
  test_files: []
79
- has_rdoc: