fastlane-plugin-get_version_code 0.1.1 → 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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d24c1039b5cc18c0e7ce312327c8de63ff1635e5
|
4
|
+
data.tar.gz: cde91ae7176e3023951496ce2764024ab551eaec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77a5af14fbe207a7f8f4b7226f9425f587cb4237e4393b22a9f9f53be8938143239a60b2170e4297f8c4dce694fa4f746f758c892216aee1418091984e0c6c48
|
7
|
+
data.tar.gz: a81f7c8ca3a1900252788e74d46f0e79633ebd5fb556b740ed2b1240214983bbf35000e1a0dd83b16095a8d4f1711d4b83fe4ba47028b926e8719963fd3b9fa1
|
@@ -7,7 +7,7 @@ module Fastlane
|
|
7
7
|
|
8
8
|
version_code = "0"
|
9
9
|
|
10
|
-
Dir.glob("
|
10
|
+
Dir.glob("**/#{app_folder_name}/build.gradle") do |path|
|
11
11
|
begin
|
12
12
|
file = File.new(path, "r")
|
13
13
|
while (line = file.gets)
|
@@ -46,7 +46,7 @@ module Fastlane
|
|
46
46
|
def self.available_options
|
47
47
|
[
|
48
48
|
FastlaneCore::ConfigItem.new(key: :app_folder_name,
|
49
|
-
env_name: "
|
49
|
+
env_name: "GETVERSIONCODE_APP_FOLDER_NAME",
|
50
50
|
description: "The name of the application source folder in the Android project (default: app)",
|
51
51
|
optional: true,
|
52
52
|
type: String,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-get_version_code
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jérémy TOUDIC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|