fastlane-plugin-git_commit_lzx 0.1.3 → 0.1.4

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: 51122f50128ae039d946c585c76c2f4737677876d8381474a751b84153d95dab
4
- data.tar.gz: 5fb780e5feb94c8a33f6654310cd262a98ef6f85555b663f4ce0e434d78b9e60
3
+ metadata.gz: 7f269721f724fa8a4e723315e7bed8998d69e4b32abd0338facf943399a5045b
4
+ data.tar.gz: 74f83948615e8fa8ad858b87a3500a2c3d2fc43d35ba50a87bdc4392c0ac6a66
5
5
  SHA512:
6
- metadata.gz: cf901f79b425ae9e4e134f915ecacd299cb730852319346ab55b744775f6c13e4614e30f99d86266b809700e49eb4b96c18eb2b4eb7c872845bc587712fc929c
7
- data.tar.gz: 5b80af248df45ced42e615ba634d5ee2069203d27156ca23cbeec3f0d7d5c487a91425e8f7239ed56f7307d8684f1bf8061e18c46e711c9f686bc7abd0f9c4c6
6
+ metadata.gz: 9081e9a82be5793dd6b17d20823d3a8f8fc4a41648ea089beaed4d980f681d439cbce3b47cd84b6b93a9455aa7582af9b4e73e2451f7ca405e53399cbe177a58
7
+ data.tar.gz: '0480a1e585cddaf0ef045a4e1e25664eae0f39b7e5de1ec6e2edd66d08dd96a01579880d9379b85dbec2663bf0cfe486704ae65f12ed100be491c66a006bcd98'
@@ -11,7 +11,7 @@ module Fastlane
11
11
  paths = params[:path].map(&:shellescape).join(' ')
12
12
  end
13
13
  UI.message("The git_commit_lzx plugin is working!")
14
- if params[:all] == true
14
+ if params[:all]
15
15
  result = Actions.sh("git commit -a -m #{params[:message].shellescape}")
16
16
  else
17
17
  result = Actions.sh("git commit -m #{params[:message].shellescape} #{paths}")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GitCommitLzx
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-git_commit_lzx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhenxingliu