vagrant-lxc 1.2.2 → 1.2.3

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: d84ceba1d5fb8d5d083ade786cbacccc062dafe0
4
- data.tar.gz: 433489fcf70ecd5ae43094c8470c025f4040d59b
3
+ metadata.gz: b633ab22ce6deadea3b2b3d25a2a74052c02acf9
4
+ data.tar.gz: 94b3ccfec12f25d33dc0e14bcd95fce6ae5b8399
5
5
  SHA512:
6
- metadata.gz: 840b7e84fad95f8585486a8b5dea5a86ce292a2c8edbb02a45fe6f99071480f4fd469db462783717418b8a48a49df59bc561425dd8ac69090d7327d1c1fd345e
7
- data.tar.gz: 56c4c1fe8a20e36f45f0edbb6e587de557f67ceb8bd7d78beeacc47497833228e2fbb038e9d1d514456d01208e6746016d7f1995c8cb6ba1e9a80937e1c35629
6
+ metadata.gz: d8630c4edd319dcc1220b3c9cd051f1f6fdaa665acf0083a7b414b71a85650b3c53419a32da4aa6ef792325c1e8c066e3a48db760e9c36111f246fc3a6a4e963
7
+ data.tar.gz: 7a2214f974b67cde3fb876ddf29c459677299941792978e025102ae42b03ad736222f0f7655f8e57a3809d65e073d61996d13241877f7dbc576ae3088a06841d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.2.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.2...v1.2.3) (Dec 20, 2016)
2
+
3
+ - Fix bug in Gemfile.lock
4
+
1
5
  ## [1.2.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.1...v1.2.2) (Dec 20, 2016)
2
6
 
3
7
  - Make the timeout for fetching container IP's configurable [[GH-426]]
data/Gemfile.lock CHANGED
@@ -2,7 +2,7 @@ GIT
2
2
  remote: https://github.com/fgrehm/vagrant-cachier.git
3
3
  revision: 40dddfb368526948e769492a00a7937c5a044a4d
4
4
  specs:
5
- vagrant-cachier (1.2.2)
5
+ vagrant-cachier (1.2.1)
6
6
 
7
7
  GIT
8
8
  remote: https://github.com/fgrehm/vagrant-pristine.git
@@ -46,7 +46,7 @@ GIT
46
46
  PATH
47
47
  remote: .
48
48
  specs:
49
- vagrant-lxc (1.2.1)
49
+ vagrant-lxc (1.2.3)
50
50
 
51
51
  GEM
52
52
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module LXC
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rehm