fastlane-plugin-branch 0.7.1 → 0.7.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
  SHA256:
3
- metadata.gz: bd39c6f8cb3e01574ccc02701f047933f76df66273197104320eee428b1297a6
4
- data.tar.gz: 6706e1b2c1622a5bc4c2432980eb0e021026eca92f6999203de170b5fb6bac41
3
+ metadata.gz: bd7832dada7bafc5f835e46ad4d1e0c0c7dd80b8e2c0922d38fd3d3654914e5e
4
+ data.tar.gz: 2d7d4984f13d213bfcd9323e348e2f3b4d9c968e2ec17032f4c7c00db19d1c29
5
5
  SHA512:
6
- metadata.gz: d0e5391291ca46d5b49bf08448b6aad80eb86487a3dcbe6982495a125bdf93164a8c64cf85c9980462f205f191608872962ace401d61111210a3cf6a596b9f2e
7
- data.tar.gz: 9b34dd74d591dd9b87e421442cebbc9e907f188cae8a811949e004ce68d97e47f79656f877c1308d83a2767ec2b23a191500f758d4e2036788cf5e30ce148975
6
+ metadata.gz: fb23965662dd76e788bc1b4b772c64c25a77a8855cf89ea62515e0ba139ed11210ea49bd3432c48f79a1453a313674b0b180ef8913105005ca4e7296f2dd743e
7
+ data.tar.gz: 99decd40419463d24ff542674a94b0db994adc9821fe241cd067cf8eb172370e96998c5494bdb1b29db26ae9e5dbbd0d7e6ad1210b319a7209bd93fb2de0578f
@@ -11,7 +11,7 @@ module Fastlane
11
11
  params.load_configuration_file "Branchfile"
12
12
  # second arg false: Don't add default values or env. vars. Let Fastlane
13
13
  # handle that. This is necessary to work with the Branchfile.
14
- config = BranchIOCLI::Configuration::Configuration.wrapper params, false
14
+ config = BranchIOCLI::Configuration::SetupConfiguration.wrapper params, false
15
15
  BranchIOCLI::Command::SetupCommand.new(config).run!
16
16
  rescue StandardError => e
17
17
  UI.user_error! "Error in SetupBranchAction: #{e.message}\n#{e.backtrace}"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Branch
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branch