sigh 0.10.0 → 0.10.1
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/lib/sigh/spaceship/runner.rb +3 -3
- data/lib/sigh/version.rb +1 -1
- 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: 5a1e32a43f242294f50b66845367c54ee3d8d4d2
|
|
4
|
+
data.tar.gz: c436b5f2315fba254bd4be30ea5ad92d6bbdb9a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de49a8fdf6b126e6baac6a5c4fe651598e93c92cdfb6493a0fedb4dfdcc3cc3c22d318e144839569e147bdade8983563a9093e2153aa9c6119765f97f03ee186
|
|
7
|
+
data.tar.gz: 2ecf1c519df9bd7e2f038ae6fb658ba850f29bdfae1078b5726ade1e2325b5589516c6c5995b4c8a0f869b97fb5a69b5f0ee1ed76546b6fbee9c73709edb98bc
|
|
@@ -20,11 +20,11 @@ module Sigh
|
|
|
20
20
|
profile = profiles.first
|
|
21
21
|
|
|
22
22
|
if Sigh.config[:force]
|
|
23
|
-
|
|
23
|
+
if profile_type == Spaceship.provisioning_profile::AppStore or profile_type == Spaceship.provisioning_profile::InHouse
|
|
24
|
+
Helper.log.info "Updating the provisioning profile".yellow
|
|
25
|
+
else
|
|
24
26
|
Helper.log.info "Updating the profile to include all devices".yellow
|
|
25
27
|
profile.devices = Spaceship.device.all
|
|
26
|
-
else
|
|
27
|
-
Helper.log.info "Updating the provisioning profile".yellow
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
profile = profile.update! # assign it, as it's a new profile
|
data/lib/sigh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sigh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|