fastlane-plugin-semaphore 0.1.0 → 0.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d64efcb5899b10053c6701a93d421902f19d1b9d303f4144e2dc7101e895676
|
|
4
|
+
data.tar.gz: 9219aa506e7fc5ffd66e43076ed724464ad3008dfda9537067f20ccb3e47fa3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63594c79d3178914a66f4813cfecf46d624e3510b16e2e3a3c661ba191b58cabf8ff12b25fcfa80ef22ba15612531dc469f632ad9b8bb9b7c4a4fa1d1e611745
|
|
7
|
+
data.tar.gz: ccac1cd0f94f9c41f4ace4a43a13c18b8443602273875e135c16a7d2bb36c1dba622e6766cfb7c7191ae1ae281cd27688ed9e03f419933f8c5440a224662026b
|
|
@@ -99,7 +99,7 @@ module Fastlane
|
|
|
99
99
|
# See: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
|
|
100
100
|
#
|
|
101
101
|
# [:ios, :mac, :android].include?(platform)
|
|
102
|
-
[:ios].include?(platform)
|
|
102
|
+
[:ios, :android].include?(platform)
|
|
103
103
|
end
|
|
104
104
|
end
|
|
105
105
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-semaphore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Bespalov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|
|
@@ -167,8 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
168
|
version: '0'
|
|
169
169
|
requirements: []
|
|
170
|
-
|
|
171
|
-
rubygems_version: 2.7.3
|
|
170
|
+
rubygems_version: 3.0.3
|
|
172
171
|
signing_key:
|
|
173
172
|
specification_version: 4
|
|
174
173
|
summary: Semaphore CI integration
|