fastlane-plugin-json 1.1.1 → 1.1.7
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/README.md +3 -2
- data/lib/fastlane/plugin/json/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b7b1f72af407bd5f5921d824099dc896f1c3a2f219f09d3e704f02fffe3e64e
|
|
4
|
+
data.tar.gz: afbfaa887d538273a2c5a30226a79440c5a99d0f63237decf8c7436e4a9941d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c506e01e9d81a9643a656661652d79e231bf1e62373132b7f7d3919a11a25266b238892a2aa0e1bc2226143310227161cf026b8df91adf9cf68eef523e7c30c
|
|
7
|
+
data.tar.gz: 55e54800b4898f69ba6ac32550bf267b061881a4c56a642551a79e431523d8018472b466cc6b732ffab0b07b635565ab9cc929f09fb797a7dc1c03048143f5a7
|
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Fastlane Json plugin <!-- omit in toc -->
|
|
2
2
|
|
|
3
|
-
[](https://rubygems.org/gems/fastlane-plugin-json)   [](https://rubygems.org/gems/fastlane-plugin-json)   [](https://github.com/MartinGonzalez/fastlane-plugin-json/actions) 
|
|
4
|
+
|
|
4
5
|
|
|
5
6
|
- [Getting Started](#getting-started)
|
|
6
7
|
- [Actions](#actions)
|
|
@@ -192,4 +193,4 @@ For more information about how the `fastlane` plugin system works, check out the
|
|
|
192
193
|
|
|
193
194
|
## About _fastlane_
|
|
194
195
|
|
|
195
|
-
_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
|
|
196
|
+
_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-json
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Gonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|