vagrant-proxyconf 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b424b5c07112e6ac773ce1d53b1ffced7dd2360
4
- data.tar.gz: 45bed17d7789495f69f6b7da03b1e2c50590f002
3
+ metadata.gz: 6d859efb30525863489514b79c22bb78026039cc
4
+ data.tar.gz: de787f2cb8e3a1fb9500667e45df19f6b9e6a208
5
5
  SHA512:
6
- metadata.gz: 231af2e8b37bbb116e7b5669c63561c990703814d08ed815e2e248a25c102eaf4ffcae6046b84e1a619250c34f640ae50930bed86b65ba205d0ef007f0018f66
7
- data.tar.gz: 3f7535f2203faa712e9fd0ba8a5b6ad2486bb526d282f68d00cae5c3f1f2be6777b8456cc909c3a8538c5dd705387eda76f8a530d9096130ef256fc6d5b1b314
6
+ metadata.gz: 3d2923af76570dc3a474e437b177a12e0e3ec6ca2f523820879e1acdd1d22d694526ac3adcadd008db3dbd331c3245c8ac24346a3b7936c52675578c3d12d513
7
+ data.tar.gz: a64851d585e6cd4a83a116d66d29b8b008770e39ca1cedb22874a15db46441bc421ac901a5d6eec7a6fcb558c71c7621896fee912433221891cca7872b00c54d
@@ -1,3 +1,10 @@
1
+ # 1.5.1 / 2015-07-25
2
+
3
+ Bug fixes:
4
+
5
+ - Fix docker configuration ([GH-106][])
6
+
7
+
1
8
  # 1.5.0 / 2015-01-15
2
9
 
3
10
  Features:
@@ -206,3 +213,4 @@ Bug fixes:
206
213
  [GH-94]: https://github.com/tmatilai/vagrant-proxyconf/issues/94 "Issue 94"
207
214
  [GH-103]: https://github.com/tmatilai/vagrant-proxyconf/issues/103 "Issue 103"
208
215
  [GH-105]: https://github.com/tmatilai/vagrant-proxyconf/issues/105 "Issue 105"
216
+ [GH-106]: https://github.com/tmatilai/vagrant-proxyconf/issues/106 "Issue 106"
@@ -21,7 +21,7 @@ module VagrantPlugins
21
21
  comm.sudo("mv -f #{tmp_file} #{dst_file}")
22
22
  comm.sudo('systemctl daemon-reload')
23
23
  end
24
- comm.sudo("rm -f #{tmp}")
24
+ comm.sudo("rm -f #{tmp_file}")
25
25
  end
26
26
  '/etc/default/docker'
27
27
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ProxyConf
3
- VERSION = '1.5.0'
3
+ VERSION = '1.5.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-proxyconf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Teemu Matilainen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-15 00:00:00.000000000 Z
11
+ date: 2015-07-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Vagrant plugin that configures the virtual machine to use proxy servers
14
14
  email:
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  requirements: []
145
145
  rubyforge_project:
146
- rubygems_version: 2.2.2
146
+ rubygems_version: 2.4.5
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: A Vagrant plugin that configures the virtual machine to use proxy servers