fastlane-plugin-json_auth 1.2.4 → 1.2.5
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 +1 -1
- data/lib/fastlane/plugin/json_auth/actions/download_json_action.rb +1 -1
- data/lib/fastlane/plugin/json_auth/actions/merge_jsons_action.rb +1 -1
- data/lib/fastlane/plugin/json_auth/actions/read_json_action.rb +1 -1
- data/lib/fastlane/plugin/json_auth/actions/write_json_action.rb +1 -1
- data/lib/fastlane/plugin/json_auth/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: 7a66e9d2581bafb76c2746b31d4f8aa1251b5fed7dbc515dd0fc8e939d72560c
|
|
4
|
+
data.tar.gz: 4146bb8a053ac855bc12ce176079efc167ab06e04ab60c392a134a8401b3ea43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
[](https://rubygems.org/gems/fastlane-plugin-
|
|
3
|
+
[](https://rubygems.org/gems/fastlane-plugin-json_auth)   [](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::
|
|
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::
|
|
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::
|
|
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::
|
|
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)
|
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
|
+
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
|
|
12
|
+
date: 2022-06-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: pry
|