fastlane-plugin-appcenter 0.2.1 → 0.2.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: f3c4e3db3b2236f8fd3108af5203589747190fde6fe51bee578fade96a5d931a
4
- data.tar.gz: 6112753edc289fa6b99179ab36c853338730f6254a9953ae2748ff1d2a35b7c4
3
+ metadata.gz: 4ed345ffa12f5eb4ad5de4a627367908c22be9b9854e77f0a0149e708a4edc9a
4
+ data.tar.gz: 6574127a56bf36345e651a65d5ed69c406c4e7edaa68af8db9522afc81c45586
5
5
  SHA512:
6
- metadata.gz: 34e6f94c83a8deb8a960a27d881588b509f88d0176fa4ce0e633506dbf20fdffbf77f8b2f7765800c19aa2e095a15ecf8546186f217435d2e9a196562b9fd38b
7
- data.tar.gz: 14aced85691eb7e98fb9015eb4438f09dc5a2d41b49c93077f297c0f6061a7d40feb4da30ae1b68ead40d80e94c6a7f489938fe74de69d0d817e742d923dc2e2
6
+ metadata.gz: 0713dd1a8a2acbe4bbb30eab946cc148c1c5b101f09fc1992a9384ae438f5a252df7f07c6c756dea259fbfe6525dcc0eee60b403a5b583790cc5634643926a03
7
+ data.tar.gz: 4c18b39f4e3edd1b288dabfade13c3867b4223e50521f545746d5c27b1776782603fc8225de9c03869ba608e55a676a1c2f84c737e4c3a22f573edf62f8b836d
@@ -4,6 +4,11 @@ module Fastlane
4
4
  MAX_RELEASE_NOTES_LENGTH = 5000
5
5
  end
6
6
 
7
+ module SharedValues
8
+ APPCENTER_DOWNLOAD_LINK = :APPCENTER_DOWNLOAD_LINK
9
+ APPCENTER_BUILD_INFORMATION = :APPCENTER_BUILD_INFORMATION
10
+ end
11
+
7
12
  class AppcenterUploadAction < Action
8
13
  # run whole upload process for dSYM files
9
14
  def self.run_dsym_upload(params)
@@ -1,10 +1,5 @@
1
1
  module Fastlane
2
2
  module Helper
3
- module SharedValues
4
- APPCENTER_DOWNLOAD_LINK = :APPCENTER_DOWNLOAD_LINK
5
- APPCENTER_BUILD_INFORMATION = :APPCENTER_BUILD_INFORMATION
6
- end
7
-
8
3
  class AppcenterHelper
9
4
 
10
5
  # create request
@@ -260,8 +255,8 @@ module Fastlane
260
255
 
261
256
  UI.message("DEBUG: #{JSON.pretty_generate(release)}") if ENV['DEBUG']
262
257
 
263
- Actions.lane_context[SharedValues::APPCENTER_DOWNLOAD_LINK] = download_url
264
- Actions.lane_context[SharedValues::APPCENTER_BUILD_INFORMATION] = release
258
+ Actions.lane_context[Fastlane::Actions::SharedValues::APPCENTER_DOWNLOAD_LINK] = download_url
259
+ Actions.lane_context[Fastlane::Actions::SharedValues::APPCENTER_BUILD_INFORMATION] = release
265
260
 
266
261
  UI.message("Release #{release['short_version']} was successfully updated")
267
262
 
@@ -301,8 +296,8 @@ module Fastlane
301
296
 
302
297
  UI.message("DEBUG: received release #{JSON.pretty_generate(release)}") if ENV['DEBUG']
303
298
 
304
- Actions.lane_context[SharedValues::APPCENTER_DOWNLOAD_LINK] = download_url
305
- Actions.lane_context[SharedValues::APPCENTER_BUILD_INFORMATION] = release
299
+ Actions.lane_context[Fastlane::Actions::SharedValues::APPCENTER_DOWNLOAD_LINK] = download_url
300
+ Actions.lane_context[Fastlane::Actions::SharedValues::APPCENTER_BUILD_INFORMATION] = release
306
301
 
307
302
  UI.message("Public Download URL: #{download_url}") if download_url
308
303
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Appcenter
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-12 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler