fastlane-plugin-polidea 4.0.0.pre.3 → 4.0.0
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 +4 -0
- data/lib/fastlane/plugin/polidea/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16148ca5e32380ed55cb696df4722d1f17692425705a1a457ecee71fec18ae2d
|
4
|
+
data.tar.gz: 6538bb9941484012d8881a883188b2155c8f38bad3968070c75f5423225e0524
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf3e04301c39c543817ece108bdf4f5fe441a905dfb7c015f67c7c27eb609e406a648419d21ebd3e58c5c09c60b5e86a70205f5490fa298a13e228b5634db358
|
7
|
+
data.tar.gz: d94d95510d05f9713461f2198b8445b927cbd83e70d0f72e93433803aac7ba1d596dae12cf48f6a47c81cc1265a8dabe698c5de91e226c91f65495aa605aafb7
|
data/README.md
CHANGED
@@ -39,6 +39,10 @@ Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plu
|
|
39
39
|
|
40
40
|
**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
|
41
41
|
|
42
|
+
## Migration guide
|
43
|
+
|
44
|
+
See [MIGRATION.md](./MIGRATION.md)
|
45
|
+
|
42
46
|
## Troubleshooting
|
43
47
|
|
44
48
|
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/PluginsTroubleshooting.md) doc in the main `fastlane` repo.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-polidea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotrek Dubiel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -293,9 +293,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
293
293
|
version: '0'
|
294
294
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
295
295
|
requirements:
|
296
|
-
- - "
|
296
|
+
- - ">="
|
297
297
|
- !ruby/object:Gem::Version
|
298
|
-
version:
|
298
|
+
version: '0'
|
299
299
|
requirements: []
|
300
300
|
rubygems_version: 3.0.1
|
301
301
|
signing_key:
|