fastlane-plugin-json 1.1.0 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 171f876162ae4aa8045970d6375243fcb2a4f05c8effb677806ca5634e3ca359
4
- data.tar.gz: 499dea3eb82ee7cd6390260d13d0218eb347c467f9c6f0544b36aa5b8a12e0be
3
+ metadata.gz: 2b7b1f72af407bd5f5921d824099dc896f1c3a2f219f09d3e704f02fffe3e64e
4
+ data.tar.gz: afbfaa887d538273a2c5a30226a79440c5a99d0f63237decf8c7436e4a9941d2
5
5
  SHA512:
6
- metadata.gz: bc2c2ac056904781c571dbdd3f5c92bc0d50d0f6d46556efd3e8d4491b5fb86148debee6400fbd7df3c9a26e1d8250e15588d193054e0cc0bba04e757b209ba9
7
- data.tar.gz: 84c7f37783ee3933209c546ff64df6e08df0517879813c199895899fbb93a30d48c9067edfcb252fbad74ef7aa19cd0b7eb9ed61ed1e3b18d4826361386b52fe
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.0"
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.0
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: 2022-02-04 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
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  - !ruby/object:Gem::Version
171
171
  version: '0'
172
172
  requirements: []
173
- rubygems_version: 3.0.3.1
173
+ rubygems_version: 3.2.3
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: actions related to json files