fastlane-plugin-latest_play_store_version_code 0.1.0 → 0.1.2

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: 53e2d8bfbe2820dfd0db66b752abbb344f6e9978cf78dc04cad8311b320648ff
4
- data.tar.gz: 19ce1cf0fd1d6faa6e9c87e020d87746a21cc0dcdaa9a1321d2c384bd372f39a
3
+ metadata.gz: 4f04f7bd1be5f2eaed4f8928943577b8b82b4cf7abfb69a55b35de3d07c02349
4
+ data.tar.gz: 12fe8eda7b4cca82daf3efc314b2ad92ce5cf32c4e402153f22adb8192cf9c34
5
5
  SHA512:
6
- metadata.gz: 496275944e4049a074484c8b0cfe086e709b94176e2a7a062183c31384e4a537a9ee20c0e2fc461307237514987e4458b444d55c646c2eda013bf321714ce91a
7
- data.tar.gz: 15891ad864bc297e0035d6da0696e51fb7c00e25dab64ed00cc7256a59f4c9c987c79b78586ce202e4e405b9b77f142f1e472dddc945b8b21114bacd7e607334
6
+ metadata.gz: 97290a1d2e1c73f6343b3f9b5d07012caabb4f2e877f5364c05138d59c2b793972c60a93e98c5d7c2349a90c3852cd01be4649b1317e37de159ca6ada1cb7f8c
7
+ data.tar.gz: 7799adfdbbfa4f48a001857550b1c709a5cc00e1bcee33399a4ebbfc92526a47c5814ad691998f2c70bf5e28e17281ac6369c2a32386dbbabfcccfc7fa5f77f3
@@ -1,5 +1,4 @@
1
1
  require 'fastlane/action'
2
- require_relative '../helper/latest_play_store_version_code_helper'
3
2
 
4
3
  module Fastlane
5
4
  module Actions
@@ -75,7 +74,7 @@ module Fastlane
75
74
  require 'supply/options'
76
75
  options = Supply::Options.available_options.clone
77
76
 
78
- options_to_keep = [:package_name, :track, :json_key, :json_key_data, :root_url, :timeout]
77
+ options_to_keep = [:package_name, :track, :json_key, :json_key_data, :key, :issuer, :root_url, :timeout]
79
78
  options.delete_if { |option| options_to_keep.include?(option.key) == false }
80
79
 
81
80
  options << FastlaneCore::ConfigItem.new(key: :release_name,
@@ -83,10 +82,10 @@ module Fastlane
83
82
  description: "The release name whose latest version code we want",
84
83
  optional: true)
85
84
  options << FastlaneCore::ConfigItem.new(key: :initial_version_code,
86
- env_name: "INITIAL_VERSION_CODE",
87
- description: "sets the version code to given value if no release is found",
88
- default_value: 1,
89
- skip_type_validation: true) # allow Integer, String
85
+ env_name: "INITIAL_VERSION_CODE",
86
+ description: "sets the version code to given value if no release is found",
87
+ default_value: 1,
88
+ skip_type_validation: true) # allow Integer, String
90
89
  end
91
90
 
92
91
  def self.output
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module LatestPlayStoreVersionCode
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-latest_play_store_version_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jørgen P. Tjernø