fastlane-plugin-nico 0.10.10 → 0.10.11

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: 6347572f2fdfaeba6ec6d524f7bd3051511bcb38ce0c021e6c392d2043a56b0e
4
- data.tar.gz: 245810190dd65dd4410219ee070f14261e41021d89cd5f1146a25fd95f756fb6
3
+ metadata.gz: 673b4998240f5871bb0a205e1f82686740474a89240ce4d5ffddd81bd4fdb14c
4
+ data.tar.gz: fe0b4cdda9dfbba772b43ffaa9890e2b622eb5465166ffd04e4ce2a1f0ec1a1b
5
5
  SHA512:
6
- metadata.gz: c9bdddc1ffbe317f7026ae04cb1d15a4bbf063bc5c15090f24f24b9d1d9f00f8dd3a0499e02ecbaaa30337e7584250cbe07878cbe52ee36fc89c9f563192e4f2
7
- data.tar.gz: 8646f586e5bb6f272f0f176874f8cedaf77804c63cfafc18758eac50dfe84984b83725b0e071c6296c949f9731a475eab8b40357c623caccae3627ffa6a01e46
6
+ metadata.gz: 1c1638a83d756234d2aaf2ec7386fd21d627cf319655e9cc0e3d97fdef2fdc01a9c09f0f9d8788807434644c61b65610aae48974d771e039a6eedc59287a9e29
7
+ data.tar.gz: 74c2ab43d27cd826a7c060ca39b2075f474077af7baf904b9b71f06b634be22b7b1a3b40bec8c1a4447be24cfb9d52dc1d0d4744da35337cae993dfaceaf2a88
@@ -44,16 +44,7 @@ module Fastlane
44
44
  if is_push?
45
45
  github_event_data.dig(:before)
46
46
  else
47
- github_event_data.dig(:before)
48
- # shell_command = "git rev-parse HEAD^"
49
- # stdout, stderr, status = Open3.capture3(shell_command)
50
- # UI.message("Previous SHA command output: #{stdout.strip}")
51
- # if status.success?
52
- # stdout.strip
53
- # else
54
- # UI.error("Failed to get previous SHA: #{stderr}")
55
- # nil
56
- # end
47
+ github_event_data.dig(:before) || self.base_sha
57
48
  end
58
49
  end
59
50
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Nico
3
- VERSION = "0.10.10"
3
+ VERSION = "0.10.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-nico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.10
4
+ version: 0.10.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Testing