fastlane-plugin-scipio 0.1.3 → 0.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6afb09998fd436c0e2589315dad13a2723a817206207b094253f83c4087eb394
|
4
|
+
data.tar.gz: 56f759a99070406826c596543f08b15698d8eca124a9460d714778e521a887c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21ac8b34f4d4f0387620a92f497484adc8851a38e518dffaf6a4a44f395ed30ee35f62cfff454f42a1b78c6ac421c3bfc5cb474565863e54f68a42c6ec163690
|
7
|
+
data.tar.gz: 3f536f7e362565378f84dc8cf4e078d152f70ec206b8a40ca5b099ca3fd9bea37988e7a680adbda9a100b18bae9d47f84721b1beca89e25507fa5cfc025c224f
|
@@ -64,6 +64,7 @@ module Fastlane
|
|
64
64
|
UI.user_error!("Please pass a valid value for verbose. Use one of the following: true, false") unless value.kind_of?(TrueClass) || value.kind_of?(FalseClass)
|
65
65
|
end),
|
66
66
|
FastlaneCore::ConfigItem.new(key: :packages,
|
67
|
+
env_name: "FL_SCIPIO_PACKAGES",
|
67
68
|
description: "Package name or names to build/upload",
|
68
69
|
default_value: [],
|
69
70
|
is_string: false,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-scipio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- evandcoleman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|