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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/vagrant-proxyconf/cap/coreos/docker_proxy_conf.rb +1 -1
- data/lib/vagrant-proxyconf/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d859efb30525863489514b79c22bb78026039cc
|
4
|
+
data.tar.gz: de787f2cb8e3a1fb9500667e45df19f6b9e6a208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d2923af76570dc3a474e437b177a12e0e3ec6ca2f523820879e1acdd1d22d694526ac3adcadd008db3dbd331c3245c8ac24346a3b7936c52675578c3d12d513
|
7
|
+
data.tar.gz: a64851d585e6cd4a83a116d66d29b8b008770e39ca1cedb22874a15db46441bc421ac901a5d6eec7a6fcb558c71c7621896fee912433221891cca7872b00c54d
|
data/CHANGELOG.md
CHANGED
@@ -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"
|
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.
|
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-
|
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.
|
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
|