fastlane-plugin-android_version_manage 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82faafd98b21161393d905d2bdcb060c5bb0367f836f9564c027f0e73a07dc4a
4
- data.tar.gz: 28b0164a716faaaa807173485626e34ba88a95c369e4842b8e2eff404c198932
3
+ metadata.gz: 3ee8083ef411aad703075bb3248bbec37c3430ec22928192fec8d7a9e2751877
4
+ data.tar.gz: 915ca26c91c49d7f5ff8187f88beded8a3fe9c5073a156bed31964665ebbcfeb
5
5
  SHA512:
6
- metadata.gz: dcb7c7f042460da69975cb8087ecd11c30b60a71e49df36b4f5fe6f997a2527fa61e3a7d554cf03461a570e7b82769143d7a1c2e71168633b7dba100ef807201
7
- data.tar.gz: 98064e60c4799ad9967729cfeb589c884be1a2124d5609fdf89ffdfa5306ff87a8a2f081ee0a0f07a4eeb14711f0427cbd9ca298f3eb3d5f0cc3ec1d26cb64cf
6
+ metadata.gz: ae456898c4013ba67227ca113b8c7dec582bc2a6de8ea5f99758db2bd630944630c8586f7c7db2f6c7385f4cf14fb1a756ff5351e64cc84c97487072f6a38572
7
+ data.tar.gz: 5b8edecde98bca9ab7531ac3470efbb05c79a5141647ccfdcd0866474398407daa526f754d1c283dca5a79116022d8ee1de119f15d479b0b04b2f17a620366d4
@@ -51,7 +51,7 @@ module Fastlane
51
51
  Actions.sh(command_add)
52
52
 
53
53
  begin
54
- command_commit = build_git_command(params, repo_path)
54
+ command_commit = build_git_command_commit(params, repo_path)
55
55
  Actions.sh(command_commit)
56
56
  UI.success("Committed \"#{params[:message]}\" 💾.")
57
57
  rescue => ex
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidVersionManage
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - futabooo