kamalx 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eae17ac0233dd904ec5431c0b02ad96ad1e95344c10f2a9fdadb69334bf75c55
|
4
|
+
data.tar.gz: ecc0e91fef2749e224305f4a1f821e2ff921c3536c790d5414c90441a6da335a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 981e39e52fc40fec8dfbbdf13bbb5f323df595d46bc6bfb5368d47c022fc829d97ebd1bf3b41548ae4e39331eeca03fdc31a8aa28bdb3b38f32e011e5bf2097f
|
7
|
+
data.tar.gz: 172cdd2c5d36907cdabb231874ff3598382dd3712b651e2702edaf11a66be7af14c45d2a102a7521fe7369bb0be4cf00cf8b3df408478c76eb59f52f8f65187a
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kamalx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucas Carlson
|
@@ -52,8 +52,8 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: kamalx
|
56
|
-
and understand
|
55
|
+
description: kamalx wraps the kamal deploy tool to make it more user-friendly and
|
56
|
+
easier to watch and understand
|
57
57
|
email:
|
58
58
|
- lucas@carlson.net
|
59
59
|
executables:
|
@@ -91,6 +91,5 @@ requirements: []
|
|
91
91
|
rubygems_version: 3.5.17
|
92
92
|
signing_key:
|
93
93
|
specification_version: 4
|
94
|
-
summary: A wrapper for the
|
95
|
-
make it easier to watch and understand the deployment process.
|
94
|
+
summary: A wrapper for the Kamal Docker deployment tool from Basecamp to make it prettier
|
96
95
|
test_files: []
|