composify 0.3 → 0.4
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/composify.gemspec +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c532c95da9471e8a4d1a5898bf74e29b5a1553ff
|
4
|
+
data.tar.gz: 6e3d5997e284c2029ddd61bf34846a5c265e2448
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c8d4c8494554c8f07ca8898db69544f489e3d0859d896fbdfd44d9dc7ae263a55634dc5b160ac65c626caff741faf4928e7e970b2f2991efd9cb71015fe9b79
|
7
|
+
data.tar.gz: ca83357b44576fc2c1de6917d1af8638a74ff2c45a7737b54e7a93b6753ecb2f5ed238a3fd9eaf80d6e002ecc0f2bb76da07a07ece89d34288c75b723167f2d5
|
data/composify.gemspec
CHANGED
@@ -18,7 +18,7 @@ summary = <<-EOD
|
|
18
18
|
A config generation library to generate a few Dockerfiles, Makefile, and
|
19
19
|
docker-compose.yml file that will get everything setup for local docker
|
20
20
|
development driven by make. Specifically meant for use with non-trivial
|
21
|
-
multi-component development setups. Also handy for
|
21
|
+
multi-component development setups. Also handy for trivial single container
|
22
22
|
development settings.
|
23
23
|
EOD
|
24
24
|
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: composify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.4'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Nakashima
|
@@ -42,7 +42,7 @@ description: |
|
|
42
42
|
A config generation library to generate a few Dockerfiles, Makefile, and
|
43
43
|
docker-compose.yml file that will get everything setup for local docker
|
44
44
|
development driven by make. Specifically meant for use with non-trivial
|
45
|
-
multi-component development setups. Also handy for
|
45
|
+
multi-component development setups. Also handy for trivial single container
|
46
46
|
development settings.
|
47
47
|
email:
|
48
48
|
- brettnak@gmail.com
|