fastlane-plugin-appbox 1.4.0 → 1.5.0

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
  SHA256:
3
- metadata.gz: 36ce435536003b3db2012ce26ec93b47d3472b68ddc5b69e904740fb60ba8958
4
- data.tar.gz: f4798786c34ef4055c863d9b326b3cd940ff1de4da97058090f01242aa7baaa1
3
+ metadata.gz: 3425510a4b6b516998065f017c5575eae37183729a9a330b0664466bb5fd6f25
4
+ data.tar.gz: e50c4ea9c031b207e2c5087407036889b37ed17bd057cb947efc2ad803fd239c
5
5
  SHA512:
6
- metadata.gz: d35b75a2858d550b87498462cd51bb821c2098651f207f895316494fd50204a5683aca97f9ec3cf8f1a81339ae282f715b99f329eb4d912dcf9f592914d286f3
7
- data.tar.gz: 58b330fa302da4847aba424c3b0e693af083f35c3401852f745cb1004c2aaa6d4619bb143d09a542a992d14c56d49d2d38f43cad010e1f1178bf3cae37628771
6
+ metadata.gz: 47a5bdf29d6d713a1340da7a8ed1683f5e2ac1588ad5529cb35b05e9937e9014a799a896f443f6408b01cca809db1633d9feaeed5678f78d76ca9e0ecce41c54
7
+ data.tar.gz: b94c2db92add15ab26cf3d93249d54d2a3d149c270bf12261b763fdb23c6ee99794c3928c23c5c9131472ee3b5901eff50eed33205292f6b496080de32218115
@@ -5,7 +5,7 @@ require_relative '../helper/appbox_helper'
5
5
  module Fastlane
6
6
  module Actions
7
7
  module SharedValues
8
- APPBOX_IPA_URL = :APPBOX_MANIFEST_URL
8
+ APPBOX_IPA_URL = :APPBOX_IPA_URL
9
9
  APPBOX_SHARE_URL = :APPBOX_SHARE_URL
10
10
  APPBOX_MANIFEST_URL = :APPBOX_MANIFEST_URL
11
11
  APPBOX_LONG_SHARE_URL = :APPBOX_LONG_SHARE_URL
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Appbox
3
- VERSION = "1.4.0"
3
+ VERSION = "1.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vineet Choudhary
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-18 00:00:00.000000000 Z
11
+ date: 2022-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
169
  requirements: []
170
- rubygems_version: 3.0.4
170
+ rubygems_version: 3.3.19
171
171
  signing_key:
172
172
  specification_version: 4
173
173
  summary: Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly