fastlane-plugin-get_android_version 0.3.4 → 0.3.5

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: 4c1b9211edf1c5b965dad3299a261daf9727e6b6
4
- data.tar.gz: b9f371fda56ffa41a9244cb3a0553e94fe53c26a
3
+ metadata.gz: '08fcac83a8c66323b668243a08a3d4bcb085ae89'
4
+ data.tar.gz: 6b98e5bfbd69668030b1ae8c1f3064e5030e279e
5
5
  SHA512:
6
- metadata.gz: 511c97299e12cb695ebe66a7a235b055c82aaa3d1e47eb9445e49cb2359ef5f1768521bc69cb055cc4618e6a179484fb0468011bc2f6d4f939ac32e973e5fe69
7
- data.tar.gz: 5486f9e6b13398a4add9837d662ab94d037e9a158c244ba1b275261628a04d637659d84c34608010d1ef359ea9f7c824a88c337ec1ca14e91933a79a0c57935e
6
+ metadata.gz: 432724973c6837f30c7dcbe6309dca14887f5c52ef6a00a6176ebb23715a25dadbc1159fe5650076118c0b702dd9735e559a342ac05031fc2249a572a5a6d701
7
+ data.tar.gz: f6ea44e0c30cffdb4a35bf4405e72dbef291fe08e43d6c72398ebf042877b01088e1fb80035c0a5d082e6565b238194988afc3ef171ab0ed2ee78111f6869875
@@ -35,7 +35,7 @@ module Fastlane
35
35
  elsif element.name == "application"
36
36
  element.attributes.each do |attr|
37
37
  if attr.name == "label"
38
- appName == attr.value
38
+ appName = attr.value
39
39
  end
40
40
  end
41
41
  end
@@ -49,6 +49,7 @@ module Fastlane
49
49
  Actions.lane_context[SharedValues::GET_ANDROID_VERSION_CODE] = "#{versionCode}"
50
50
  Actions.lane_context[SharedValues::GET_ANDROID_VERSION_APP_NAME] = "#{appName}"
51
51
 
52
+ UI.message("Data pulled from: #{apk_file}")
52
53
  UI.message("extracted versionName: #{versionName} & versionCode: #{versionCode} & appName: #{appName}")
53
54
  end
54
55
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GetAndroidVersion
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-get_android_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MaximusMcCann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-05 00:00:00.000000000 Z
11
+ date: 2017-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apktools
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.6.7
143
+ rubygems_version: 2.6.8
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: gets the android versionName and versionCode from the `AndroidManifest.xml`