fastlane-plugin-commit_android_version_bump 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: 96ec4df161f7abf19b87c7963a457499df22223c
4
- data.tar.gz: 53ebc3527443f91a4ebe6c110b6ef6198f577529
3
+ metadata.gz: 70a8fdc7582ace66ff637c39d6e9e3ea0e44a533
4
+ data.tar.gz: 6ed6e571a1d0556a642d6d60f9f4afb34b0e383a
5
5
  SHA512:
6
- metadata.gz: 09760030b3251ba894b42494ad7d0aaf1aaa53719ecb6f274e124605beebf311e4a3cc9bd40168fee46844b782e59f756cc80c49e90b29614a53edcde6cff3f4
7
- data.tar.gz: b9df4f477c7fc63939f72db6ef3b6046f0da27a5f2e28c1e3a37343cebdba3b91dea9f5d74f868726ee8741d6f9cdcaba3533f74eec402aa9762ec144cd724b5
6
+ metadata.gz: efb12744e4a4b4edb96fb60d0520cfb66bc34f0211ec844b97102de75f8318eb14f76378584b272427f4735b52edab3b43df603346d507291908fde52b6bca02
7
+ data.tar.gz: 3b5035b30e4764809802b13018c7a9959c489ec95803594dcd8e9c4f43515c2310e646d48ab13b376199a5b72bbd7732e96936e668fabc02294d7ad022908582
@@ -10,7 +10,7 @@ module Fastlane
10
10
  app_folder_name ||= params[:app_folder_name]
11
11
  UI.message("The commit_android_version_bump plugin is looking inside your project folder (#{app_folder_name})!")
12
12
 
13
- build_folder_paths = Dir[File.expand_path(File.join('../**/',app_folder_name))]
13
+ build_folder_paths = Dir[File.expand_path(File.join('**/',app_folder_name))]
14
14
  # no build.gradle found: error
15
15
  UI.user_error!('Could not find a build folder in the current repository\'s working directory.') if build_folder_paths.count == 0
16
16
  # too many projects found: error
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CommitAndroidVersionBump
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-commit_android_version_bump
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
  - jems