ventriloquist 0.5.1 → 0.6.0

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: 4a2a867302ee07e9fcc01687edec120ea40aa2d4
4
- data.tar.gz: 692ceb958c9ed0cadfd2db2916b6db1b9945e100
3
+ metadata.gz: 71cb4a1ce0e2c04e00fda46ceee68f7215519b65
4
+ data.tar.gz: 74d55af6d00b3ab2a869d485cb042c4a6f35f83b
5
5
  SHA512:
6
- metadata.gz: 92d46f12fbb130e0100abcb1254c17231307f82d4788cd0867ab79f127214fbdc058e94a545b7a482ab2b9d60835b63653e6486c4c82fa09cf0fc54d7501bacb
7
- data.tar.gz: d590ec2059e392305c4c6bf21877ff52b051a35354dcf19a081efa012ff9e6f918e3c6cb681f94e807712a67e6d00a34557f2b53d4dc78a1ba47d5dbc294e743
6
+ metadata.gz: 26f265c24d7ca046a2ea552fc245deeff941631154917d5e2934051565ccad6c9000a791a1dde0d182ff470b135923b53141fe82afb9749d5f3649b3a8eb6044
7
+ data.tar.gz: 56b232d75b83f2eb17bbf57a563aa1dd7fc07bb36b30022b00b251098b2c664484c0b6088aa62c7edc910cc9c643025a712ff9e67bc54e9de75fc83585610582
@@ -1,3 +1,11 @@
1
+ ## [0.6.0](https://github.com/fgrehm/ventriloquist/compare/v0.5.1...v0.6.0) (May 13, 2014)
2
+
3
+ BACKWARDS INCOMPATIBILITY:
4
+
5
+ - Support for Vagrant < 1.6 has been removed, please try to use a previous plugin
6
+ version if you can't upgrade.
7
+
8
+
1
9
  ## [0.5.1](https://github.com/fgrehm/ventriloquist/compare/v0.5.0...v0.5.1) (May 03, 2014)
2
10
 
3
11
  BUG FIXES:
data/Gemfile CHANGED
@@ -14,7 +14,7 @@ end
14
14
 
15
15
  group :development, :test do
16
16
  gem 'rake'
17
- gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.5.2'
17
+ gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.6.2'
18
18
  gem 'rspec', '3.0.0.beta2'
19
19
  gem 'simplecov', require: false
20
20
  end
@@ -18,32 +18,40 @@ GIT
18
18
 
19
19
  GIT
20
20
  remote: git://github.com/mitchellh/vagrant.git
21
- revision: d19047908cc2d20fe2b954eff5b6ef9e94f8cfbc
22
- tag: v1.5.2
21
+ revision: 970ed5068ede4f6aae4b51e2cabe872aa924cacf
22
+ tag: v1.6.2
23
23
  specs:
24
- vagrant (1.5.2)
25
- bundler (~> 1.5.2)
24
+ vagrant (1.6.2)
25
+ bundler (>= 1.5.2, < 1.7.0)
26
26
  childprocess (~> 0.5.0)
27
27
  erubis (~> 2.7.0)
28
28
  i18n (~> 0.6.0)
29
- listen (~> 2.4.0)
29
+ listen (~> 2.7.1)
30
30
  log4r (~> 1.1.9, < 1.1.11)
31
31
  net-scp (~> 1.1.0)
32
- net-ssh (>= 2.6.6, < 2.8.0)
32
+ net-ssh (>= 2.6.6, < 2.10.0)
33
33
  rb-kqueue (~> 0.2.0)
34
34
  wdm (~> 0.1.0)
35
+ winrm (~> 1.1.3)
35
36
 
36
37
  PATH
37
38
  remote: .
38
39
  specs:
39
- ventriloquist (0.5.1)
40
+ ventriloquist (0.6.0)
40
41
 
41
42
  GEM
42
43
  remote: https://rubygems.org/
43
44
  specs:
45
+ akami (1.2.2)
46
+ gyoku (>= 0.4.0)
47
+ nokogiri
48
+ builder (3.2.2)
44
49
  celluloid (0.15.2)
45
50
  timers (~> 1.1.0)
46
- childprocess (0.5.2)
51
+ celluloid-io (0.15.0)
52
+ celluloid (>= 0.15.0)
53
+ nio4r (>= 0.5.0)
54
+ childprocess (0.5.3)
47
55
  ffi (~> 1.0, >= 1.0.11)
48
56
  coderay (1.1.0)
49
57
  diff-lcs (1.2.5)
@@ -51,6 +59,8 @@ GEM
51
59
  erubis (2.7.0)
52
60
  ffi (1.9.3)
53
61
  formatador (0.2.4)
62
+ gssapi (1.0.3)
63
+ ffi (>= 1.0.1)
54
64
  guard (2.4.0)
55
65
  formatador (>= 0.2.4)
56
66
  listen (~> 2.1)
@@ -60,25 +70,41 @@ GEM
60
70
  guard-rspec (4.2.8)
61
71
  guard (~> 2.1)
62
72
  rspec (>= 2.14, < 4.0)
73
+ gyoku (1.1.1)
74
+ builder (>= 2.1.2)
75
+ httpclient (2.3.4.1)
76
+ httpi (0.9.7)
77
+ rack
63
78
  i18n (0.6.9)
64
- listen (2.4.1)
79
+ listen (2.7.4)
65
80
  celluloid (>= 0.15.2)
81
+ celluloid-io (>= 0.15.0)
66
82
  rb-fsevent (>= 0.9.3)
67
83
  rb-inotify (>= 0.9)
84
+ little-plugger (1.1.3)
68
85
  log4r (1.1.10)
86
+ logging (1.8.2)
87
+ little-plugger (>= 1.1.3)
88
+ multi_json (>= 1.8.4)
69
89
  lumberjack (1.0.5)
70
90
  method_source (0.8.2)
91
+ mini_portile (0.5.3)
71
92
  multi_json (1.9.2)
72
93
  net-scp (1.1.2)
73
94
  net-ssh (>= 2.6.5)
74
- net-ssh (2.7.0)
95
+ net-ssh (2.9.0)
96
+ nio4r (1.0.0)
97
+ nokogiri (1.6.2)
98
+ mini_portile (~> 0.5.2)
99
+ nori (1.1.5)
75
100
  pry (0.9.12.6)
76
101
  coderay (~> 1.0)
77
102
  method_source (~> 0.8)
78
103
  slop (~> 3.4)
104
+ rack (1.5.2)
79
105
  rake (10.2.2)
80
106
  rb-fsevent (0.9.4)
81
- rb-inotify (0.9.3)
107
+ rb-inotify (0.9.4)
82
108
  ffi (>= 0.5.0)
83
109
  rb-kqueue (0.2.2)
84
110
  ffi (>= 0.5.0)
@@ -94,6 +120,15 @@ GEM
94
120
  rspec-mocks (3.0.0.beta2)
95
121
  rspec-support (= 3.0.0.beta2)
96
122
  rspec-support (3.0.0.beta2)
123
+ rubyntlm (0.1.1)
124
+ savon (0.9.5)
125
+ akami (~> 1.0)
126
+ builder (>= 2.1.2)
127
+ gyoku (>= 0.4.0)
128
+ httpi (~> 0.9)
129
+ nokogiri (>= 1.4.0)
130
+ nori (~> 1.0)
131
+ wasabi (~> 1.0)
97
132
  simplecov (0.8.2)
98
133
  docile (~> 1.1.0)
99
134
  multi_json
@@ -102,7 +137,18 @@ GEM
102
137
  slop (3.5.0)
103
138
  thor (0.19.1)
104
139
  timers (1.1.0)
140
+ uuidtools (2.1.4)
141
+ wasabi (1.0.0)
142
+ nokogiri (>= 1.4.0)
105
143
  wdm (0.1.0)
144
+ winrm (1.1.3)
145
+ gssapi (~> 1.0.0)
146
+ httpclient (~> 2.2, >= 2.2.0.2)
147
+ logging (~> 1.6, >= 1.6.1)
148
+ nokogiri (~> 1.5)
149
+ rubyntlm (~> 0.1.1)
150
+ savon (= 0.9.5)
151
+ uuidtools (~> 2.1.2)
106
152
 
107
153
  PLATFORMS
108
154
  ruby
data/README.md CHANGED
@@ -44,7 +44,7 @@ end
44
44
 
45
45
  ## Installation
46
46
 
47
- Make sure you have Vagrant 1.5+ and run:
47
+ Make sure you have Vagrant 1.6+ and run:
48
48
 
49
49
  ```
50
50
  vagrant plugin install ventriloquist
@@ -12,8 +12,8 @@ module VagrantPlugins
12
12
  class Provisioner < Vagrant.plugin("2", :provisioner)
13
13
  def initialize(machine, config, installer = nil, client = nil)
14
14
  super(machine, config)
15
- @installer = installer || Docker::Installer.new(@machine, config.docker_version)
16
- @client = client || Docker::Client.new(@machine)
15
+ @installer = installer || DockerProvisioner::Installer.new(@machine, config.docker_version)
16
+ @client = client || DockerProvisioner::Client.new(@machine)
17
17
  end
18
18
 
19
19
  def provision
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Ventriloquist
3
- VERSION = "0.5.1"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ventriloquist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rehm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-03 00:00:00.000000000 Z
11
+ date: 2014-05-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Vagrant development environments made easy
14
14
  email: