sigh 0.4.1 → 0.4.2

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: 4f526a0a5cfb3f72abca695aa7345504a520539f
4
- data.tar.gz: 2d750cc363d9776803b4235217727a16a48821ca
3
+ metadata.gz: 98cd85a7727c66b6bc55bf89e06958f41e0dc6c4
4
+ data.tar.gz: b2b57728c4183502fb4293795dcf7ba1506cbaeb
5
5
  SHA512:
6
- metadata.gz: 73a2d366758dc8eb917a751e0250a5286f1acb89ae3626eb79cfb2f7482916acdaea88d89f01590b354fa1d328f2bb1c21e105db33dd941a68f3984145ec1d7f
7
- data.tar.gz: 6fddc9be1d9c09abb57764a6fb75a6226a3027f984ab7141ffe42d4d834eddddc33dc7a21704510b68694a53725e388d1586ba55ea6c41e56d4efb27a9fdb7e8
6
+ metadata.gz: 068f8550e8b8cacbad0662adbea55ae304eacc5356131f0f025e9a4b8e8737720c311a324adcbe872ed26a0c01ede92d6c8cf6be3f13bab289a5550a0f70ff6f
7
+ data.tar.gz: 8ea1a9c717d62506d70d7ef5503dde881602a5bf4c95f8c220d84bcae9b6bc09fc525b09e2e1b6a8b47ad2f2cdc35a4265979db63a530a8da1d69991f0708742
data/lib/sigh/options.rb CHANGED
@@ -36,7 +36,8 @@ module Sigh
36
36
  FastlaneCore::ConfigItem.new(key: :provisioning_file_name,
37
37
  short_option: "-n",
38
38
  env_name: "SIGH_PROVISIONING_PROFILE_NAME",
39
- description: "The name of the generated certificate file"),
39
+ description: "The name of the generated certificate file",
40
+ optional: true),
40
41
  FastlaneCore::ConfigItem.new(key: :output_path,
41
42
  short_option: "-o",
42
43
  env_name: "SIGH_OUTPUT_PATH",
data/lib/sigh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sigh
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
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.4.1
4
+ version: 0.4.2
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-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core