fastlane-plugin-apadmi_grout 2.9.0 → 2.10.0

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: 95821fe1a870a412aa0c5601282f804697bb19d374ceb710910c3265ccff7b98
4
- data.tar.gz: f86a1ffb208e7407269d7f692fa882ac109610877ebc16537b8c4faf0cb6061f
3
+ metadata.gz: '080aea62fc2cdba28b3ecf32db1508cd9d3cced2514e905c6dc0247154401596'
4
+ data.tar.gz: 5e0e38669931c4c48b1e8fc106fc7372cc5c38f0bf613fe80dc1d82a91fbdec6
5
5
  SHA512:
6
- metadata.gz: b923e2e8bcb0f3cb9f434b4b29398dfdce1169642a3ce3077182705526c3fc59045b669727fd6912e11642170c0d9bacb848f9e18a25bff2fc2ffd38a8ac9fcd
7
- data.tar.gz: 25058a0b16f17f467c9b6902778842762fae2047abe2cb645109d95047fc18abe3f46b3602406c45970dacea0f7691841d369ead6f55cace2e35ef410d9249b9
6
+ metadata.gz: 65aac4b75889df7e54adbf6177ea1ba01093e3cc4dc61a99625425f622577bb074e9c8c9419d62b4d5db7ed9f8f72c2f3ee45a4f6e2be9775b80d0ccf08b583c
7
+ data.tar.gz: 8efb241fd39a726c10d2f8d3ea40ee26a2a928fcc6da7b8adfc8d222c26b5a7a82d9049f14fd0d260d3453b8d10a9910c8d526761945030b1a94a2ee1b61143d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Fastlane Plugin Changelog
2
2
 
3
+ ## [2.10.0] - 2025-09-11
4
+ * Bump library version
5
+
3
6
  ## [2.9.0] - 2025-05-28
4
7
  * Add git util for getting the last tag of a given pattern which is on an ancestor commit of HEAD
5
8
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module ApadmiGrout
5
- VERSION = "2.9.0"
5
+ VERSION = "2.10.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-apadmi_grout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apadmi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-28 00:00:00.000000000 Z
11
+ date: 2025-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apadmi_grout
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description:
153
+ description:
154
154
  email:
155
155
  - samdc@apadmi.com
156
156
  executables: []
@@ -176,7 +176,7 @@ homepage: https://bitbucket.org/apadmi/apadmi-grout-ruby/
176
176
  licenses:
177
177
  - MIT
178
178
  metadata: {}
179
- post_install_message:
179
+ post_install_message:
180
180
  rdoc_options: []
181
181
  require_paths:
182
182
  - lib
@@ -191,8 +191,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  - !ruby/object:Gem::Version
192
192
  version: '0'
193
193
  requirements: []
194
- rubygems_version: 3.2.3
195
- signing_key:
194
+ rubygems_version: 3.5.22
195
+ signing_key:
196
196
  specification_version: 4
197
197
  summary: A fastlane wrapper for the apadmi build tools plugin
198
198
  test_files: []