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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/composify.gemspec +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8989d5c0c6788d81862bd3baaf7c20961ba806fd
4
- data.tar.gz: 6e87528f15a1651439b0a263b92dc1724f9b58f2
3
+ metadata.gz: c532c95da9471e8a4d1a5898bf74e29b5a1553ff
4
+ data.tar.gz: 6e3d5997e284c2029ddd61bf34846a5c265e2448
5
5
  SHA512:
6
- metadata.gz: 7a662259deeb2f352af51ba821fac1ea33eabb02276618aba49b75dfcc9500dc870bcefb0270a10134a17bf1129885ef43d550bb4b659c7dca79ce6782a3aa62
7
- data.tar.gz: 6e890dc4153ee579a7004b9b14d0bb91459c86fc9ca990eae3bb3a933b2642963ad0d7b32da92ecdd7bdddfa7f97395f33e2c1e3abf9d9dec1d69acddf63d3fb
6
+ metadata.gz: 9c8d4c8494554c8f07ca8898db69544f489e3d0859d896fbdfd44d9dc7ae263a55634dc5b160ac65c626caff741faf4928e7e970b2f2991efd9cb71015fe9b79
7
+ data.tar.gz: ca83357b44576fc2c1de6917d1af8638a74ff2c45a7737b54e7a93b6753ecb2f5ed238a3fd9eaf80d6e002ecc0f2bb76da07a07ece89d34288c75b723167f2d5
@@ -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 triviial single container
21
+ multi-component development setups. Also handy for trivial single container
22
22
  development settings.
23
23
  EOD
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Composify
2
- VERSION = "0.3"
2
+ VERSION = "0.4"
3
3
  end
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.3'
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 triviial single container
45
+ multi-component development setups. Also handy for trivial single container
46
46
  development settings.
47
47
  email:
48
48
  - brettnak@gmail.com