fastlane-plugin-apadmi_grout 2.9.0 → 2.11.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/fastlane/plugin/apadmi_grout/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 461257c46a07bd15f6b61a1f8d52c9dbcd9091062e2a9503a1ca5979b0dd0838
|
4
|
+
data.tar.gz: c66c2702f1984f931813f34c572f5f92c50aa99f3431718d74a9ad1fb8ce22b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f38c2e073c8602e2c9d33b05949e84f0b021257a51fb57bbc23ea7a1d64d3b068a5a7ee0a86b19c8232a92c05d4a1fab9ce656ad7ce4972f7782f9ca9cbc5a4
|
7
|
+
data.tar.gz: 9359a8863afe0fecab700e234cd5d2000ad25fb09482ada693fffc5f6e5f2309576547369fc63c88ce3abcbf1addfabfdd0db89af7a731f0d81415e1ea2cbe17
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Fastlane Plugin Changelog
|
2
2
|
|
3
|
+
## [2.11.0] - 2025-09-16
|
4
|
+
* Bump library version
|
5
|
+
|
6
|
+
## [2.10.0] - 2025-09-11
|
7
|
+
* Bump library version
|
8
|
+
|
3
9
|
## [2.9.0] - 2025-05-28
|
4
10
|
* Add git util for getting the last tag of a given pattern which is on an ancestor commit of HEAD
|
5
11
|
|
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.
|
4
|
+
version: 2.11.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-
|
11
|
+
date: 2025-09-16 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.
|
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: []
|