fastlane-plugin-sapfire 1.2.0 → 1.2.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
  SHA256:
3
- metadata.gz: 88044ddcaf677c20f2d9e0b7b2a54e1f92b2b609344815c82ff3d26b2344385f
4
- data.tar.gz: 1e060c84cc0da8e87ee0f01aa8e3030745310c6cc97f89ef451a3f760371e615
3
+ metadata.gz: 1acba89a24594d75771baf331f21ee7edb48214dd46a7ac3d156a9cb69cb916d
4
+ data.tar.gz: '083e0a2bf42c6b47e5cd25498fce324ca8f148ad8731488971fca1fd105ab3f7'
5
5
  SHA512:
6
- metadata.gz: c751b85ff40459a46faee5598277794d05e5da1d679e12b4fbb8b261a893824f58bd04ef77acb4b5251288993669414bf4e0ad5ceb276cc76f65901576809f38
7
- data.tar.gz: 2cccb183366378b8987a2f709078409bc967ca2831ef34bd4e2ac56a5214c690b94a32d39d54acfdcf250b8d6207a381206208cb055c38359121727663054f03
6
+ metadata.gz: 0f6132a34df4a89c0e1d36e8a64c6fe51210741e762e9fa14f48d752e34823a2079f5a26fa1b8e77f9473bdb11c051f1d4023ed171dd5b6e64df7c35627c78ae
7
+ data.tar.gz: ea7ec418dc4687a371f58b64edfbcbc72511e801bbb26836c3d1d3590802cc557110e3e365562110642613ec62c35a2d44f440014cdfce8210a3a187f9fc873d
@@ -23,9 +23,10 @@ module Fastlane
23
23
 
24
24
  UI.message("Creating submission for app #{app_id} ...")
25
25
  pending_submission = Helper::MsDevCenterHelper.non_published_submission(app_id, auth_token, timeout)
26
- submission_id = pending_submission["id"]
27
26
 
28
27
  unless pending_submission.nil?
28
+ submission_id = pending_submission["id"]
29
+
29
30
  if params.values.include?(:remove_pending_submission) &&
30
31
  [true].include?(params[:remove_pending_submission])
31
32
  UI.message("Pending submission #{submission_id} were found and scheduled for deletion due to 'remove_pending_submission' argument set to 'true'")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Sapfire
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-sapfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CheeryLee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.4.10
179
+ rubygems_version: 3.3.26
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store