app-tools 1.17.2 → 1.17.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7418181eed0d491751761e1f201aafeef3a2388
4
- data.tar.gz: 7d7f8acce95ab2aa638a935308eb81a7cfa00b94
3
+ metadata.gz: cb693931de1db587fbbe467fd7b545f9c91caf92
4
+ data.tar.gz: a9b912d3bf99a3c2d8a9021db5271a7216572719
5
5
  SHA512:
6
- metadata.gz: a5111ed8303cf29a017dd7e6f0fbac5fd82c0c14ca98b667be43443121ba7e234ce06f6b6dcac1a7849e7d60edb634edda9477074f9618d8d68acb7fab867cad
7
- data.tar.gz: ca8a9158c1229f9c0ab0aece3cb412700265d20966084f7f7c45760af94a8319f649c9513470dc060455340089893bd8bd490011b94cd71098fcf14698a0dc4a
6
+ metadata.gz: 80316be8ace7c1f3c30d852505eb866257273245bf7701cc3ff4bfe43f90a643c1a0bdd1bdf4780f58fc602b03e9928ff43bedd45aa59a67b4b0da6df9ff5267
7
+ data.tar.gz: 7d8e88a8fc94cd9b40423cbfd78ee44319fbbd846d488ae98288be39e4f20626d970980ad8a456bb5aadbe03fe127c19711b875286b2dd0b9988ae6998d4154e
data/bin/resignipa CHANGED
@@ -18,6 +18,8 @@ module AppTools
18
18
  include Methadone::CLILogging
19
19
  include Methadone::ExitNow
20
20
 
21
+ change_logger(Methadone::CLILogger.new($stderr))
22
+
21
23
  main do |ipa_path|
22
24
  unless File.exist?(ipa_path) and File.extname(ipa_path) == '.ipa'
23
25
  exit_now! "Must supply an .ipa path to process"
@@ -1,3 +1,3 @@
1
1
  module AppTools
2
- VERSION = "1.17.2"
2
+ VERSION = "1.17.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.2
4
+ version: 1.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-Smith