sigh 0.10.8 → 0.10.9

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: e478cbdac07b4c0cebd0c42b168fc550c566549c
4
- data.tar.gz: ad6204709fd499012be9ac73a9f240b8951856ce
3
+ metadata.gz: a5dc6b164cf1f7c66faf07c4850b4bc81f0008ec
4
+ data.tar.gz: 3e61f24ee369c977db38442c3453a32b754705e0
5
5
  SHA512:
6
- metadata.gz: d82fa74fbfaeff88afe0035d7833550b70f8ca45db75c84c1ca98dcd82cf1fc431feb1d9a2750cd82abaf5780b746764604aa5c1e82131dbf87fbb5110363e03
7
- data.tar.gz: f9e2e29420e1aec1d6117f29ff9c49587ae562b5f782ed954522314e45683db5a7ab5385eb7839aba35680bd40297b746a259c758c33bd3eb1ffdede2eae462b
6
+ metadata.gz: f84ddc547cf0b8c2b567e4dbce9e8b129f979e40f86a14e7c3f50990c5cf9c9437ad653ecd369741761ad89461f699069856fc6b848fd764abb9b596bc153554
7
+ data.tar.gz: 25571d3e6b5948376913df6a56225fab94a8962dfbbb7d6e38fd8033ddef1c11fe210e9622a39c2d2327a7fe7943e2da37565f8dc364aef3d5334e89a66101f4
data/lib/sigh/runner.rb CHANGED
@@ -7,6 +7,8 @@ module Sigh
7
7
  # Uses the spaceship to create or download a provisioning profile
8
8
  # returns the path the newly created provisioning profile (in /tmp usually)
9
9
  def run
10
+ FastlaneCore::PrintTable.print_values(config: Sigh.config, hide_keys: [], title: "Summary")
11
+
10
12
  Helper.log.info "Starting login with user '#{Sigh.config[:username]}'"
11
13
  Spaceship.login(Sigh.config[:username], nil)
12
14
  Spaceship.select_team
data/lib/sigh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sigh
2
- VERSION = "0.10.8"
2
+ VERSION = "0.10.9"
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.8
4
+ version: 0.10.9
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-09-23 00:00:00.000000000 Z
11
+ date: 2015-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.16.0
19
+ version: 0.19.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.16.0
29
+ version: 0.19.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  requirements: []
201
201
  rubyforge_project:
202
- rubygems_version: 2.4.5
202
+ rubygems_version: 2.4.6
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: Because you would rather spend your time building stuff than fighting provisioning