app-tools 1.5.0 → 1.6.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 399361630623e088fc722667474ad798ffd47e6d
4
- data.tar.gz: 21d9b6ff6192c98ff2cb1e315c637e5ccea6b771
3
+ metadata.gz: 18298ebbd64547a18ef52b948d813d351a50ff62
4
+ data.tar.gz: 71e65d1f32fc3080f5b52a3043bf8c7214ec73fa
5
5
  SHA512:
6
- metadata.gz: 71883050cbcb0fc995c3e922aa0c0d0bf2fc7d142bf9773440f720bcfc068ef4f676bb9898a34f9ec4aad121d9e507b778ebffeeb4438c40d78fc5f3d7e8e55f
7
- data.tar.gz: b2d463d12250d09b053ff0d60a45184069ac78fd31e121ca488e158e234a42015ac2a566d1397b7429328802fdb766ee597de6124b164b3416f43615bff02855
6
+ metadata.gz: e2c846a6d08274d1d287205bca791e1bc9b23ea40f1f58408b73633552542ffe87b19e0fd208e66021c9035868bab4b304ae7314ed2819c99f8b59d2fa372ef5
7
+ data.tar.gz: b555b32d7ac150333bf9e07ab23cb137d71e3062d2f15a9a9ac6c10db08fb2c35966c8a8c961d4e6e63339f74a992ca99d1a2633c8c72f8a0268693b5b0c307b
data/bin/kcpass CHANGED
@@ -68,7 +68,7 @@ module AppTools
68
68
  on("-u", "--itunes-user USER", "iTunesConnect user")
69
69
  on("-p", "--itunes-password PASSWORD", "iTunesConnect password")
70
70
 
71
- arg :action, "An action either add, delete or password", :require
71
+ arg :action, "An action either add, delete or find", :require
72
72
 
73
73
  use_log_level_option :toggle_debug_on_signal => 'USR1'
74
74
 
data/bin/upload2itunes CHANGED
@@ -78,8 +78,7 @@ module AppTools
78
78
  File.open(itmsp_path + '/metadata.xml', 'w') { |file| file.write(metadata_xml) }
79
79
 
80
80
  itmstransporter = "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
81
- safe_password = itunes_password.gsub!('&', '\\\&')
82
- IO.popen([itmstransporter, '-m', 'upload', '-u', itunes_user, '-p', safe_password, '-f', itmsp_path]) do |io|
81
+ IO.popen([itmstransporter, '-m', 'upload', '-u', itunes_user, '-p', itunes_password, '-f', itmsp_path]) do |io|
83
82
  while not io.eof?
84
83
  puts io.readline()
85
84
  end
@@ -1,3 +1,3 @@
1
1
  module AppTools
2
- VERSION = "1.5.0"
2
+ VERSION = "1.6.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-30 00:00:00.000000000 Z
11
+ date: 2016-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler