fastlane-plugin-android_version_manage 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
  SHA256:
3
- metadata.gz: b7297728d24b29628e91530ffc080f65f2cb356643c18d14576e932a0754613a
4
- data.tar.gz: 113b339a67f2024274c34eea334cb2367b140317e594512eef1a68d6c3b9b699
3
+ metadata.gz: d23fb5a3b0482df6390e9bd7e7286ccb8e8253d470b5679353f5768c178999ee
4
+ data.tar.gz: 6257347c215ec2d62bc4cdb53c1e4d05daf832ad40d4daf8d62ec18c92d9803d
5
5
  SHA512:
6
- metadata.gz: bcaa4f9602d56ea0733f332ee4c68d36c2ef9643dbaa17ca4f3a0d63de780f9de7f8aed0ad42ca361f0d79984bfabf0670aca00e3001db4e7b13730cb1e45b39
7
- data.tar.gz: '03807e17b5148749f70cc925cf94acba3fc71e39a075aef900386bd283c6063be4fa51de461e2a6acaded44c91f5b5f0ed33add5eb4eb16323c56238dce72148'
6
+ metadata.gz: a2fe5d3cce397fe4d0c806e48b1c67d9efdcc42b2b6fe2e00cf36e439debb1b7cc638ac1d7d382756e8e4abbc241c4cfaad4cafc7661e9f7f78af48b847e13c9
7
+ data.tar.gz: 55330ccf17fcadb9a242873e7a5af715cfe1dfe09c4d3efbec37651ea87c644564ad70fc3a18704eeff35dc57593d97203c5beaf794373ebcd35609e64f51229
@@ -6,6 +6,7 @@ module Fastlane
6
6
  require 'set'
7
7
  require 'shellwords'
8
8
 
9
+ gradle_file_path = File.expand_path(params[:gradle_file]).shellescape
9
10
  absolute_path = File.dirname(gradle_file_path)
10
11
  repo_path = Actions.sh("git -C #{absolute_path} rev-parse --show-toplevel").strip
11
12
  repo_pathname = Pathname.new(repo_path)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidVersionManage
3
- VERSION = "0.1.1"
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-android_version_manage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - futabooo