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.
- checksums.yaml +4 -4
- data/bin/howsigned +1 -1
- data/lib/compare.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d8ae2c80879d94c671a70e27a6fd18c65dbf8c4
|
4
|
+
data.tar.gz: 45e18b5986ce223b692ee47f52b186cd31c7b0af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9e8f5f227e87edef95915a7b932b1a9122aa57340c4929826a7e06afa9f439f297b87bfb34d09e5eebba499c562bdd9251cca4517ce5c88b4f659c92fcb5b74
|
7
|
+
data.tar.gz: 3b8d345f93c189709e89993adb23f8d7a8f7af2e71df1f23bec316a7201db0ab31f29d450ca27ec6e532fe20deaffdeef9bdeb1ff9fafdb8d4cdbfe9d15e3c6b
|
data/bin/howsigned
CHANGED
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
|
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.
|
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:
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: plist
|