vagrant-vbox-snapshot 0.0.7 → 0.0.8

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: 16213a5e9ee2cba54ec7d0a6cba605674b26b0cb
4
- data.tar.gz: 142f34c2bb981ada29393907138e777c73ca9e3a
3
+ metadata.gz: d3115e75d3574614e02b23bda36a439c2486d875
4
+ data.tar.gz: 23b23373765526419d0aea16bedb4d35b4d4adfc
5
5
  SHA512:
6
- metadata.gz: f8f04b167c1d1034c5faf19a4ee5e036d5998a1972c5cb8447a13a9c9caa9e0d4c7777d706e90efda61750f0c8c7a54dfce99f49e44fb7d76acd23b88ba4ad1c
7
- data.tar.gz: 7a68aeec72c54647c4cb9c542582164641fe6b74648d0409dc2f8f22caf35dfc3121d6a7f64008fdc98f52cd3f6929cde74ee7cdd7dd222598ecae5a2d233e8e
6
+ metadata.gz: 3e36f1d8a7feb526d8919b79b929af9f8402bbcf7c5c66c916857f2cfa40e03cfc64bb5438034b56fc71597d113ead3750aa7faa9fc5f5f68cab5efbc3745404
7
+ data.tar.gz: 68b9c548ca799140177a0e021e1ec298c008625cdfcd787f5b72c0ddb0daa770b11b3882b52af0c8a7cab588fa35b68ddb6e2d25b2ce47f40529bde2f2695926
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.0.7](https://github.com/dergachev/vagrant-vbox-snapshot/compare/v0.0.6...v0.0.7) (October 7, 2014)
2
+
3
+ IMPROVEMENTS:
4
+
5
+ - don't crash if vm is poweroff [#28](https://github.com/dergachev/vagrant-vbox-snapshot/issues/28)
6
+
1
7
  ## [0.0.6](https://github.com/dergachev/vagrant-vbox-snapshot/compare/v0.0.5...v0.0.6) (October 6, 2014)
2
8
 
3
9
  IMPROVEMENTS:
data/Gemfile CHANGED
@@ -3,7 +3,9 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in vagrant-snap.gemspec
4
4
  # gemspec
5
5
 
6
- gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
6
+ group :development do
7
+ gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
8
+ end
7
9
 
8
10
  group :plugins do
9
11
  gem "vagrant-vbox-snapshot", path: "."
data/Vagrantfile CHANGED
@@ -6,7 +6,7 @@ require_relative 'lib/vagrant-vbox-snapshot.rb'
6
6
 
7
7
  Vagrant.configure("2") do |config|
8
8
 
9
- TEST_MULTI_VM = true
9
+ TEST_MULTI_VM = false
10
10
  TEST_SHARED_FOLDERS = false
11
11
 
12
12
  if TEST_MULTI_VM
@@ -17,7 +17,6 @@ Vagrant.configure("2") do |config|
17
17
  web.vm.box = "precise64"
18
18
  end
19
19
  else
20
- raise "FALSE"
21
20
  config.vm.box = "precise64"
22
21
  config.vm.box_url = "http://files.vagrantup.com/precise64.box"
23
22
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VBoxSnapshot
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vbox-snapshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Dergachev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-08 00:00:00.000000000 Z
11
+ date: 2014-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler