fastlane-plugin-rustore_developer 0.3.0 → 0.3.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: 53144470a71b21979fa3d285a238a4bf012e75adf2478522f0d11673222101a0
4
- data.tar.gz: aa28c2818008cecbe35eaacdfeeae9819bed0dbfbea30edfaacee200ae6040b9
3
+ metadata.gz: 4c395b2d1c3bc9975ac41c1c3af329160363d0cc14da5b134d76bc81c1323685
4
+ data.tar.gz: afeee1b001b6819b0c0bc84e6bca475ee0b2cac2c5c80f8e2d523981a523477e
5
5
  SHA512:
6
- metadata.gz: 59ef5487b15dcb403401925f073417b323f5cd09bc1689db078fa0c7ab41d0cc31acf9b3d88d04c2cb337bd065f966e552a99a3f5a21a183c79819f12a66361c
7
- data.tar.gz: b2ed13df9417768795bced7903c3619979ea2628aeec8d0248dcad38911d59fc42bda174ba6102ac442b51c087b065bef390ee5ed6f08c34638f023999a44bb6
6
+ metadata.gz: f31b22723ed762ee134f45e2c340ad4d66a21ae331705f5c0dac9cde6d585e30815029d16d40e78fbc90b0799491b39260ad7ecac9ada41f2b9a6d2fba753738
7
+ data.tar.gz: ce59893ce3d290f2d7e5d52497bc7a7ce6e0b876647ded311dcc7b2b7d5e8da53795dd7a569a560357ca2f3a4fcdf174f499e48c49005d5a666295e70a353a01
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
@@ -6,11 +6,11 @@ module Fastlane
6
6
  class RustoreDeveloperUploadAction < Action
7
7
 
8
8
  def self.run(params)
9
- return Helper::RustoreDeveloperHelper.uploadAPK(params[:token], params[:package], params[:version], params[:file_path])
9
+ return Helper::RustoreDeveloperHelper.uploadAPK(params[:token], params[:package], params[:version], params[:apk_path])
10
10
  end
11
11
 
12
12
  def self.description
13
- "RUSTORE: Upload an APK package"
13
+ "RUSTORE: Upload an APK package for version"
14
14
  end
15
15
 
16
16
  def self.authors
@@ -47,7 +47,8 @@ module Fastlane
47
47
  optional: true,
48
48
  type: String,
49
49
  default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_DRAFT_VERSION]),
50
- FastlaneCore::ConfigItem.new(key: :file_path,
50
+ FastlaneCore::ConfigItem.new(key: :apk_path,
51
+ env_name: "RUSTORE_APK_PATH",
51
52
  description: "File path of APK artifact",
52
53
  optional: false ,
53
54
  type: String)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module RustoreDeveloper
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-rustore_developer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RimiX2
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.3.15
190
+ rubygems_version: 3.4.19
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: RUSTORE beta API integration plugin