sigh 0.10.5 → 0.10.6
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/sigh +0 -2
- data/lib/sigh/options.rb +1 -1
- 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: ce7ad0a45d73fb607c1a5f038272e1e0500c18b5
|
|
4
|
+
data.tar.gz: b928c5af5e1a3430785b5fb7d96c1dacc5ee31c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 493d6d090d78f5dd9dd421fd747e9211f0f2fe8ad5569826c1d3bad68f8b2509e4f0f00fa4015816ce5dcf37e17447057fa36d01f270bbf0347e6e0cc759accb
|
|
7
|
+
data.tar.gz: d31ccc98f8f7e660b215ba52fa128d751eeaf148d062260219d3e1e6aef6441a4fc5e566723cdfab2a7bdaa8000af9554be4e028f29d0df686a27bc823a168b7
|
data/bin/sigh
CHANGED
data/lib/sigh/options.rb
CHANGED
|
@@ -40,7 +40,7 @@ module Sigh
|
|
|
40
40
|
CredentialsManager::PasswordManager.shared_manager(value)
|
|
41
41
|
end),
|
|
42
42
|
FastlaneCore::ConfigItem.new(key: :team_id,
|
|
43
|
-
short_option: "-
|
|
43
|
+
short_option: "-b",
|
|
44
44
|
env_name: "SIGH_TEAM_ID",
|
|
45
45
|
description: "The ID of your team if you're in multiple teams",
|
|
46
46
|
optional: true,
|
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.6
|
|
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-08-
|
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|