fastlane-plugin-auth0_shipper 0.4.0 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96bdc2e8266a9d1cfbc4159ffa8961af263ea870
|
4
|
+
data.tar.gz: dbf7795950248c1c5ba6e144cd6157c23b5f79bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baf3a39ac1921b9b11747b9da91de05534eb911f7c74fa26186b03a9e5973e5e2ffa2f794eebb9e5d689ebf33b20155170012888579b6093ca4612b50b7e9a60
|
7
|
+
data.tar.gz: 1eca3ede21c6aa5e43b8de7ecd023cc26edd6f31ae3bca9097893e66dd70f0b3a80b6b3f332e98644c496ef44cf4fd2605079524e86e3695f40ad5468098473d
|
@@ -57,7 +57,7 @@ module Fastlane
|
|
57
57
|
description: "Path to the CHANGELOG file",
|
58
58
|
default_value: "CHANGELOG.md",
|
59
59
|
optional: true,
|
60
|
-
type: String)
|
60
|
+
type: String),
|
61
61
|
FastlaneCore::ConfigItem.new(key: :local_run,
|
62
62
|
env_name: "AUTH0_SHIPPER_LOCAL_RUN",
|
63
63
|
description: "Avoid pushing changes to remote repository",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-auth0_shipper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hernan Zalazar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: semantic
|