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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac732f6ce5f06a917716c62e3d21a750b62ef3a8a91fc90f219c545f5e5af14b
4
- data.tar.gz: 2126cbd1d957c5cd43da7ada28afcf44cd3dba3e9f7a56c547d8817d3fd29ece
3
+ metadata.gz: 2b7b1f72af407bd5f5921d824099dc896f1c3a2f219f09d3e704f02fffe3e64e
4
+ data.tar.gz: afbfaa887d538273a2c5a30226a79440c5a99d0f63237decf8c7436e4a9941d2
5
5
  SHA512:
6
- metadata.gz: e4fe285eaa1a2b93598ccb41110a63d0820bbd74cc1f7188feb1a0d0a28706947e4c338ddaabc648270d5419b279f3579e8e447a70e3b9e93285ec86039deb74
7
- data.tar.gz: ce4dd28458d0de6232ba7606247975b1c45969b94e18ffbfd4c43274561e2380bc878d5c906dcf6b317d25f8ae03923f3635236ab760c02470a9bf366f04ae8e
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
- [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-json) ![Gem Version](https://badge.fury.io/rb/fastlane-plugin-json.svg) ![](https://ruby-gem-downloads-badge.herokuapp.com/fastlane-plugin-json) [![YourActionName Actions Status](https://github.com/MartinGonzalez/fastlane-plugin-json/workflows/Test-Build-Publish/badge.svg)](https://github.com/MartinGonzalez/fastlane-plugin-json/actions)
3
+ [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-json) ![Gem Version](https://badge.fury.io/rb/fastlane-plugin-json.svg) ![](https://ruby-gem-downloads-badge.herokuapp.com/fastlane-plugin-json) [![YourActionName Actions Status](https://github.com/MartinGonzalez/fastlane-plugin-json/workflows/Release/badge.svg)](https://github.com/MartinGonzalez/fastlane-plugin-json/actions) ![Gem Total Downloads](https://img.shields.io/gem/dtv/fastlane-plugin-json)
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).
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Json
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.7"
4
4
  end
5
5
  end
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.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-05-29 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry