fastlane-plugin-nico 0.10.11 → 0.10.12

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: 673b4998240f5871bb0a205e1f82686740474a89240ce4d5ffddd81bd4fdb14c
4
- data.tar.gz: fe0b4cdda9dfbba772b43ffaa9890e2b622eb5465166ffd04e4ce2a1f0ec1a1b
3
+ metadata.gz: 50ba4598663c94712b42ba7873de750fa43b82dd8efbaf4f387a296330c41799
4
+ data.tar.gz: 2990fc6214acfeec8ad8341599372f79e98f54ff71e036c032b7b0de77f1ead4
5
5
  SHA512:
6
- metadata.gz: 1c1638a83d756234d2aaf2ec7386fd21d627cf319655e9cc0e3d97fdef2fdc01a9c09f0f9d8788807434644c61b65610aae48974d771e039a6eedc59287a9e29
7
- data.tar.gz: 74c2ab43d27cd826a7c060ca39b2075f474077af7baf904b9b71f06b634be22b7b1a3b40bec8c1a4447be24cfb9d52dc1d0d4744da35337cae993dfaceaf2a88
6
+ metadata.gz: 0a8466cf89e55c44dc717e4b79920f9851b93a3f34e506c364debff11d12ee5e2ded302fd2fc3c46cadd978642df048e06933063eea8c90e4e041a7fe266dd5e
7
+ data.tar.gz: 01ce8eb0c37768261d50ed1c7da049615d08993c48502d7bb809d32c242ab8cf68b299a1899a05bb81c408df5024cc6b05424917b3af6334439ce181ab60df32
@@ -44,6 +44,8 @@ module Fastlane
44
44
  if is_push?
45
45
  github_event_data.dig(:before)
46
46
  else
47
+ UI.message("github_event_data.dig(:commits, -1, :id): #{github_event_data.dig(:commits, -1, :id)}")
48
+ UI.message("Previous commit SHA: #{github_event_data.dig(:commits, -2, :id)}")
47
49
  github_event_data.dig(:before) || self.base_sha
48
50
  end
49
51
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Nico
3
- VERSION = "0.10.11"
3
+ VERSION = "0.10.12"
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.11
4
+ version: 0.10.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Testing