vagrant-docker-compose 0.0.5 → 0.0.6

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
  SHA1:
3
- metadata.gz: 8cfb30caa63da3bca1f00b930487582d3ca2eac2
4
- data.tar.gz: 4dae97b7eebb989d02c62f6dc7f459455de292ac
3
+ metadata.gz: 3b0ad9c2e32007e51691db771fab5bbeb04f9cdd
4
+ data.tar.gz: 5de670f69c4e3fdcf27dad723636ecdfe7328039
5
5
  SHA512:
6
- metadata.gz: d8c43fb4a51679ff160e04dc111e41e9a4ae814a6e2055dfe12bacf04eb0d6af1664eba0685f5468a27b0a1ab1467180b4d663f9487a3a0cbd51f0fbc3cf34ab
7
- data.tar.gz: 2aadba8f55a3544f937a5d17d366eb1350e4f412983a417078add5f74e710786315266e27c09e66551f83d101eeb5dfbd1b97a9bb76bcf8c8cb95fb7059efec7
6
+ metadata.gz: 8e584a42e3351050b0134bad62e1acc18714f18a18b1b69d589a8f66c60a5bed26344f9a29c88d6235471bff26b5a7b2c668dd585294d1dbc02bddbe97501d61
7
+ data.tar.gz: 4506e290a756648a6811272845a44e93feb042f5cac967a2c35984c2d161c3a15f9c79821aa28db1864a4452f2d70989f6a7fa5787b9476e6ad6beb8578fc292
data/README.md CHANGED
@@ -59,7 +59,7 @@ docker-compose -f [yml] up
59
59
 
60
60
  ### Other configs
61
61
 
62
- * `compose_version` – defaults to `1.4.0`.
62
+ * `compose_version` – defaults to `1.5.0`.
63
63
  * `project_name` – compose will default to naming the project `vagrant`.
64
64
  * `executable` – the location the executable will be stored, defaults to `/usr/local/bin/docker-compose`.
65
65
 
@@ -17,7 +17,7 @@ module VagrantPlugins
17
17
  def finalize!
18
18
  @executable = "/usr/local/bin/docker-compose" if @executable == UNSET_VALUE
19
19
  @project_name = nil if @project_name == UNSET_VALUE
20
- @compose_version = "1.4.0" if @compose_version == UNSET_VALUE
20
+ @compose_version = "1.5.0" if @compose_version == UNSET_VALUE
21
21
  end
22
22
  end
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DockerComposeProvisioner
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-docker-compose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh McCulloch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-27 00:00:00.000000000 Z
11
+ date: 2015-11-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Vagrant provisioner for docker compose.
14
14
  email: