fastlane-plugin-docker 0.2.0.pre.alpha.pre.8 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9fbb2f2b0c54239a760dee88ed592ac6352ae18
|
4
|
+
data.tar.gz: eb75d83bf7a65a20a00e86b8f329c0f343724a8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fb133cd1a2faefefcf1c97e40de43ca3074fd1bc99abc4a671e943e26cf679aab47bec4b4cc7a53f3a04cb42e427e5e401b0dcc2e0d1e6e65f3fae3f257bab0
|
7
|
+
data.tar.gz: b106079a1c67d0f5633267f3faa2e1babbe9a56b892a65aea0f36c28420487ed33ba3a8464b0329e5d80bd187a23599f8032126d943bb2f0630617de45091ec4
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-docker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manu Wallner
|
@@ -127,14 +127,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
127
|
version: '0'
|
128
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
|
-
- - "
|
130
|
+
- - ">="
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version:
|
132
|
+
version: '0'
|
133
133
|
requirements: []
|
134
134
|
rubyforge_project:
|
135
|
-
rubygems_version: 2.
|
135
|
+
rubygems_version: 2.6.8
|
136
136
|
signing_key:
|
137
137
|
specification_version: 4
|
138
138
|
summary: fastlane Actions to support building images, logging into Docker Hub, and
|
139
139
|
pushing those images to the Hub
|
140
140
|
test_files: []
|
141
|
+
has_rdoc:
|