fastlane-plugin-auth0_shipper 0.4.0 → 0.4.1

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: ef276dd7c9b9de5ba6a1420cac2dac7cad290738
4
- data.tar.gz: 7fe3203001e5c88399cd365c2ab9b250d03b03c5
3
+ metadata.gz: 96bdc2e8266a9d1cfbc4159ffa8961af263ea870
4
+ data.tar.gz: dbf7795950248c1c5ba6e144cd6157c23b5f79bf
5
5
  SHA512:
6
- metadata.gz: 0d25717af1a29e738b0c66072a297f7ce04a583ec8b79f856e1c39de83c49eadc695816d922576eccdac6d6d5fc7d91abd9a217f166070ca7a3b6c7f93dc1074
7
- data.tar.gz: 1246058f833f458acf4f64c9cc558bb56b545c27326151dcbac77eff6ef3e4a668abbba42b04dd24f53a6f5b98cbd88adc45342dc24308cc5ad8ac0f1a326aaf
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",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Auth0Shipper
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
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.0
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-06-12 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic