howsigned 0.0.7 → 0.0.8

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/howsigned +1 -1
  3. data/lib/compare.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c132720f285a217bf35b84e949492acc71a48323
4
- data.tar.gz: bc2b7a03a11364b9a82fcbb25f2257999cc8e04f
3
+ metadata.gz: 5d8ae2c80879d94c671a70e27a6fd18c65dbf8c4
4
+ data.tar.gz: 45e18b5986ce223b692ee47f52b186cd31c7b0af
5
5
  SHA512:
6
- metadata.gz: 00ff5a0e4a497797b48f1fb0a487184100554616c63bbd3d6a3c0963689bf7d44ec8f49f4d39d4e932039ef066ef7f9945e00d5a6c514fa501162697d6a09cf0
7
- data.tar.gz: 6c818e8f2b4b1c8782c1d89e553e564265ebd7ace651e47169378eaaff60961cc5030915aac4dd64179c0a6f0ed2049d02cedabb4610b10e71d042d9462120bd
6
+ metadata.gz: e9e8f5f227e87edef95915a7b932b1a9122aa57340c4929826a7e06afa9f439f297b87bfb34d09e5eebba499c562bdd9251cca4517ce5c88b4f659c92fcb5b74
7
+ data.tar.gz: 3b8d345f93c189709e89993adb23f8d7a8f7af2e71df1f23bec316a7201db0ab31f29d450ca27ec6e532fe20deaffdeef9bdeb1ff9fafdb8d4cdbfe9d15e3c6b
data/bin/howsigned CHANGED
@@ -8,6 +8,6 @@ require 'profiles'
8
8
  require 'verify'
9
9
  require 'compare'
10
10
 
11
- program :version, '0.0.7'
11
+ program :version, '0.0.8'
12
12
  program :description, 'Utility to determine codesigning on contained binaries in an .ipa'
13
13
 
data/lib/compare.rb CHANGED
@@ -11,8 +11,8 @@ def write_plist_to_path(plist, path)
11
11
  end
12
12
 
13
13
  command :compare do |c|
14
- c.syntax = 'howsigned entitlements [.ipa file]'
15
- c.description = 'Prints entitlements of specified .ipa in plist format'
14
+ c.syntax = 'howsigned compare [.ipa file] [.ipa file]'
15
+ c.description = 'Prints diff of entitlements of specified .ipa files in plist format, nothing if entitlements are identical'
16
16
  c.action do |args, options|
17
17
  first_file = validate_ipa(args.pop)
18
18
  second_file = validate_ipa(args.pop)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howsigned
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael MacDougall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-13 00:00:00.000000000 Z
11
+ date: 2017-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist