vagrant-docker-compose 0.0.9 → 0.0.10

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: cc49169ca96df9dafab14dc0bfebccee5a6f8d5e
4
- data.tar.gz: 403a29721cdc20c3e3a317a1f37e222af87e102b
3
+ metadata.gz: 254585f0b464de97c3d138b60ef21b63fff9ed45
4
+ data.tar.gz: 81883d4b6a972a2b6d7833c9793783c8019edb2e
5
5
  SHA512:
6
- metadata.gz: 741a3bdf7937076377412532d06137d88fcd17e7f8210984212d38de2549c07c3233e9a82e25f1261b58040ba7720d6e46f915f460ea37880e4ed390d9b63521
7
- data.tar.gz: c7b17dcb7dc4f8077011c3f65ec71c77acdbb581b991d359da11f52bcd30334c6c0e04404e2337f042985e25a1eee97baf2a93d7c0f861c1f7b0893d25e2d415
6
+ metadata.gz: 61c0d722cdaf596102f40dda174bc6264fc650c6475ab95f010dfaa55253a5f29e1e24a89b83eb47f860af2075a96271a5bc400792909ae1f3c42b06b3a522c4
7
+ data.tar.gz: ed619049b0f6554e53179191202067c49a11f53cfecfc5022a20e82235f5c382ead638ebb49b70d8d89883bd8f68a012b09b87b175f4dd641ebe0e7fa4a1bfb3
@@ -27,7 +27,7 @@ module VagrantPlugins
27
27
  def finalize!
28
28
  @executable = "/usr/local/bin/docker-compose" if @executable == UNSET_VALUE
29
29
  @project_name = nil if @project_name == UNSET_VALUE
30
- @compose_version = "1.5.0" if @compose_version == UNSET_VALUE
30
+ @compose_version = "1.6.2" if @compose_version == UNSET_VALUE
31
31
  @options = nil if @options == UNSET_VALUE
32
32
  @command_options = {} if @command_options == UNSET_VALUE
33
33
  @command_options = DEFAULT_COMMAND_OPTIONS.merge(@command_options)
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DockerComposeProvisioner
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh McCulloch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-17 00:00:00.000000000 Z
11
+ date: 2016-04-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Vagrant provisioner for docker compose.
14
14
  email: