fastlane-plugin-json 0.1.4 → 1.0.0

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: 8e5909b7bfad2af730c65240d5950b4c12d6b1ea8f7401253389168a3db91be7
4
- data.tar.gz: e3c28f6c140c41647f3a0786d52331a5d52bf83eb760cd0b02de46e36c8db0f8
3
+ metadata.gz: 0e3e4f9fabac49b37c5b1f74f2c13a5437fea429e87d719d8ab7485ab65b62c3
4
+ data.tar.gz: fa1d7b43aa5e7d2a1a78cc7af77e3298a359a0ac4e52d18150fa2d53f7252956
5
5
  SHA512:
6
- metadata.gz: b799ce4e3d0764eec789a46f3b5646dc4f4b8f3d7fba8a94fde0c0248d16d789010c5929fb778e2c53f7b0d9815110dda6de80e905bba2e1795f7e531d10ab94
7
- data.tar.gz: 3b4a1d42f610efaffee8909fafc3d3a7463fb44638bc12d8f0caf95d5ed13977a90fdef04af2e16e0226fd8a88ac0e410e12d266c5f30ae3132789c7b1cbdcff
6
+ metadata.gz: 8a84bd2ddd28c7585de28581904c4329c3102e837c9bf52f03cdf696dbac501151f62a8e47232e65922c65addb8cb03891e0e2cfdb6facbe4e612fba8b697eb9
7
+ data.tar.gz: ed7d46a059efea8ea5b3a0325a4d29f9054a732f4697a73c5f873896940bf8aa257c18a165a06384989a932e28099a737da4e2dd36d37cda9ad581316beb3d05
data/README.md CHANGED
@@ -1,7 +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)
4
-
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)
5
4
 
6
5
  - [Getting Started](#getting-started)
7
6
  - [Actions](#actions)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Json
3
- VERSION = "0.1.4"
3
+ VERSION = "1.0.0"
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: 0.1.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Gonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-21 00:00:00.000000000 Z
11
+ date: 2020-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -151,7 +151,7 @@ files:
151
151
  - lib/fastlane/plugin/json/actions/write_json_action.rb
152
152
  - lib/fastlane/plugin/json/helper/json_helper.rb
153
153
  - lib/fastlane/plugin/json/version.rb
154
- homepage:
154
+ homepage: https://github.com/martingonzalez/fastlane-plugin-json
155
155
  licenses:
156
156
  - MIT
157
157
  metadata: {}