sigh 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 245ffdf941239718a698805cfd99f6e1a03cbcb3
4
- data.tar.gz: 33b44f79493291ebc37b1169e002be374328a65a
3
+ metadata.gz: 5a1e32a43f242294f50b66845367c54ee3d8d4d2
4
+ data.tar.gz: c436b5f2315fba254bd4be30ea5ad92d6bbdb9a3
5
5
  SHA512:
6
- metadata.gz: 7d6cdae0e0e0a543610fd48b920dad40b9f7a13cbc0402cc4d32abbdc503a98673a29cbdbf0c3643e8a30eb96d46f5ad610f890a118200be3344508983877cbb
7
- data.tar.gz: d08d14ccc4190533d1a3d3161b8bf95853e92c352d0b9bdcf2133b5b2561f9fb8bc230655fdcec7cdd9889cd865aa310279f7742336b7e9435db5bb4915e54ab
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
- unless profile_type == Spaceship.provisioning_profile::AppStore
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
@@ -1,3 +1,3 @@
1
1
  module Sigh
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
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.0
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-05 00:00:00.000000000 Z
11
+ date: 2015-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core