fastlane-plugin-android_version_manage 0.1.0 → 0.1.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: c7e055cfc05190b5135e5356a61e60043627837d7e37e5d26633ace778a42431
4
- data.tar.gz: 7e02f33629a878bd011fac093cbcbf1c0ede553f60427ed73247696c83989b78
3
+ metadata.gz: b7297728d24b29628e91530ffc080f65f2cb356643c18d14576e932a0754613a
4
+ data.tar.gz: 113b339a67f2024274c34eea334cb2367b140317e594512eef1a68d6c3b9b699
5
5
  SHA512:
6
- metadata.gz: a6dcb9f97584cf9a739000a821aed9721ee20520bdabc665cbce5227db9c0ed60da1545474d7bf2979db7ca4fc7f1133c0980ffd19ade5970dd5235698b206f1
7
- data.tar.gz: 9c5bda30eeee22b3616505ecc63b6e9e646650279e66d91d2e1dc544462d14f37d76f7738324f3faa7128a05ac1c97cf23cd5a3e8ce47e0ec13fca376cb9f37e
6
+ metadata.gz: bcaa4f9602d56ea0733f332ee4c68d36c2ef9643dbaa17ca4f3a0d63de780f9de7f8aed0ad42ca361f0d79984bfabf0670aca00e3001db4e7b13730cb1e45b39
7
+ data.tar.gz: '03807e17b5148749f70cc925cf94acba3fc71e39a075aef900386bd283c6063be4fa51de461e2a6acaded44c91f5b5f0ed33add5eb4eb16323c56238dce72148'
@@ -6,7 +6,9 @@ module Fastlane
6
6
  require 'set'
7
7
  require 'shellwords'
8
8
 
9
- gradle_file_path = File.expand_path(params[:gradle_file]).shellescape
9
+ absolute_path = File.dirname(gradle_file_path)
10
+ repo_path = Actions.sh("git -C #{absolute_path} rev-parse --show-toplevel").strip
11
+ repo_pathname = Pathname.new(repo_path)
10
12
 
11
13
  # create our list of files that we expect to have changed, they should all be relative to the project root, which should be equal to the git workdir root
12
14
  expected_changed_files = []
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidVersionManage
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - futabooo