fastlane-plugin-applivery 2.3.0 → 2.3.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: 0fd0bdf41179980b2bf1e90ab299a0561b5cfcca53edee34116003368a10bd6f
4
- data.tar.gz: 46144762e5ac411df9fafb672908ab59446a9fba8b536831543a40b1ffc20253
3
+ metadata.gz: 436103a3505d33e9a3ff1fb96ed32954609757a8366ea7b11bd7f3debbb2d972
4
+ data.tar.gz: eae1246f846441ddf1c695d182817e3a43c8230a5e39d41e3adf9ce2b9a1883f
5
5
  SHA512:
6
- metadata.gz: ffbc3c30f0c7814efdb5b17d1f71b4e62cb47deeb7fac86a059b6f5bf21d2a8249bbfaaa402b06f0cd1839891f3565680f16d919d18fc74133b063b1c0581506
7
- data.tar.gz: 16d91e7953acc50a1d7ce7c62b41189e893dc857636020acff91154fe2cf1f6f8374e4b535d86feeba34db09409a2447ccdf8d1d5ee80072fc4c88dd1801dfc4
6
+ metadata.gz: 23f11d55cd3cdb74b3224ccd1c624825935b4a66daea147b649a521c8e3ea1356dd7536fc34a5be0ec9374ed6a39a39fd6f95252946e35166a7f8dbd2bc1f6cb
7
+ data.tar.gz: 5d003362961ec1599fba77f0dd7002b77667fb69ade1ae46918cd6a0063ba89731ab1d835992a378a630774ed7d6c4f24b01bee94d433a18efc5baa09cad3f87
@@ -63,7 +63,7 @@ module Fastlane
63
63
 
64
64
  def self.git_tag
65
65
  gitTag = `git describe --abbrev=0 --tags`
66
- gitTagCommit = `git rev-list -n 1 --abbrev-commit #{gitTag}`
66
+ gitTagCommit = `git rev-list -n 1 --abbrev-commit '#{gitTag.strip}'`
67
67
  gitCommit = `git rev-parse --short HEAD`
68
68
  return gitTag if gitTagCommit == gitCommit
69
69
  return ""
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Applivery
3
- VERSION = "2.3.0"
3
+ VERSION = "2.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-applivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Jimenez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-27 00:00:00.000000000 Z
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry