fastlane-plugin-json_auth 1.2.4 → 1.2.5

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: f6469b9dfb73efec55fb738b52e312b328e7ce75bc7d1b46c8cc014e224416ef
4
- data.tar.gz: 85b9216604000b2db974d569b6036427221842cbae7ec4eda0debf0fcb250a93
3
+ metadata.gz: 7a66e9d2581bafb76c2746b31d4f8aa1251b5fed7dbc515dd0fc8e939d72560c
4
+ data.tar.gz: 4146bb8a053ac855bc12ce176079efc167ab06e04ab60c392a134a8401b3ea43
5
5
  SHA512:
6
- metadata.gz: b523bc16b1470bc7e04ea82a5623f314800192d227c233fe7a0d434717654aaf9f07539567fc4f7e2b7ffeb3c992d5b924b6c72488c67d1bcb5ce3c5afd439c7
7
- data.tar.gz: 628e664acaf12cc72fcd4588237ff65ff1e59857df06269a8a2ca1a399dd877d5c09651df13c1ff623ba92cad65778c7efb34e658e3ec78ba0cdb04f5cdefd36
6
+ metadata.gz: 84a799c3490c8ba5fe8edb16b3e19460368db0b4ff034de5ff038d3660c9f53f12f327721b88227565a68f00d02297e0d6573e954e4730c42e1720292de4dd28
7
+ data.tar.gz: d77e6c7a1f1f58b8be675a2f2bf6536997962b5d985d3645ebf4a0084878527a7aa939aee961dfa3bbfe07f612e26a62d1d1b2da611881a6b6a3b4bcbb100de1
data/README.md CHANGED
@@ -1,6 +1,6 @@
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_auth) ![Gem Version](https://badge.fury.io/rb/fastlane-plugin-json_auth.svg) ![](https://ruby-gem-downloads-badge.herokuapp.com/fastlane-plugin-json_auth) [![CircleCI](https://circleci.com/gh/thangnc/fastlane-plugin-json_auth.svg?style=shield)](https://circleci.com/gh/thangnc/fastlane-plugin-json_auth)
4
4
 
5
5
  - [Getting Started](#getting-started)
6
6
  - [Actions](#actions)
@@ -79,7 +79,7 @@ module Fastlane
79
79
  end
80
80
 
81
81
  def self.print_params(options)
82
- table_title = "Params for download_json #{Fastlane::Json::VERSION}"
82
+ table_title = "Params for download_json #{Fastlane::JsonAuth::VERSION}"
83
83
  FastlaneCore::PrintTable.print_values(config: options,
84
84
  hide_keys: [],
85
85
  title: table_title)
@@ -78,7 +78,7 @@ module Fastlane
78
78
  end
79
79
 
80
80
  def self.print_params(options)
81
- table_title = "Params for merge_json #{Fastlane::Json::VERSION}"
81
+ table_title = "Params for merge_json #{Fastlane::JsonAuth::VERSION}"
82
82
  FastlaneCore::PrintTable.print_values(config: options,
83
83
  hide_keys: [],
84
84
  title: table_title)
@@ -67,7 +67,7 @@ module Fastlane
67
67
  end
68
68
 
69
69
  def self.print_params(options)
70
- table_title = "Params for read_json #{Fastlane::Json::VERSION}"
70
+ table_title = "Params for read_json #{Fastlane::JsonAuth::VERSION}"
71
71
  FastlaneCore::PrintTable.print_values(config: options,
72
72
  hide_keys: [],
73
73
  title: table_title)
@@ -64,7 +64,7 @@ module Fastlane
64
64
  end
65
65
 
66
66
  def self.print_params(options)
67
- table_title = "Params for write_json #{Fastlane::Json::VERSION}"
67
+ table_title = "Params for write_json #{Fastlane::JsonAuth::VERSION}"
68
68
  FastlaneCore::PrintTable.print_values(config: options,
69
69
  hide_keys: [],
70
70
  title: table_title)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module JsonAuth
3
- VERSION = "1.2.4"
3
+ VERSION = "1.2.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-json_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Gonzalez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-05-30 00:00:00.000000000 Z
12
+ date: 2022-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry