fastlane-plugin-goyuyun 0.1.0 → 0.1.2

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: efe7d8afd39e1d8e23c6979d1bc1a1e250b2424fb8546379da736a14fd38ce90
4
- data.tar.gz: d1083e57f6758a041dffb5ca20e053843252e02788498be96e2f678ff4c68a73
3
+ metadata.gz: 86ed3be121e0e65dd8bbae45dd5cdd390042d4280e8ba355349187425c9fb465
4
+ data.tar.gz: d492727fa9d747b85d514b10dbd505e411ce1c58f733fa464542f8b246449837
5
5
  SHA512:
6
- metadata.gz: c08a6dcddcfb3f7b78e88f81cc6a2b37fd48616dbae39d02cce1dead2c691c21b393a37a8107e44b664d7e85a8818af0f5a9438ee1ae2ca5c2b57eafabc5b56a
7
- data.tar.gz: ba2392d6e9cc981eeb21441e70af56f66d96661b81e8e23286b83bb8b2e40237670e7fc6b2d2a6d118b9733ecaeb1a3b1cb3c62dcde575c21bf7b8b137b0bcea
6
+ metadata.gz: dab76e17203b9379e0b0591ebf21f022f3f874bb269e71e9cb3dd7d6ebfdbdeee96ce1d7c1acd8d41151142f096b21118423fa5e955ee4fc74dc5150da32a07f
7
+ data.tar.gz: 9aec2256b3b4a540da57c38286838f6416ccb55bcb7a83185652f6ac70e01c9d11aae13e16705f683cb63d1d06723d73ff4087823ed59d5293be7208693fc185
@@ -1,5 +1,5 @@
1
- require 'fastlane/action'
2
- require_relative '../helper/goyuyun_helper'
1
+ require 'faraday'
2
+ require 'faraday_middleware'
3
3
 
4
4
  module Fastlane
5
5
  module Actions
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Goyuyun
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-goyuyun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - vincentwu08
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-14 00:00:00.000000000 Z
11
+ date: 2019-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry