vagrant-persistent-storage 0.0.19 → 0.0.20

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: eb7e7788d7c9160a18ceca9bff73497aa9f41049
4
- data.tar.gz: a54e71dd81696b13508401f8902cf5e94815f2b9
3
+ metadata.gz: c44aa27915bb837bd9cda1ad7a4632012599bf92
4
+ data.tar.gz: 8585bc05e15e66711b291fa706d3cd718ea44edd
5
5
  SHA512:
6
- metadata.gz: 8db5d5a316cad972099701e4e9267292784c50d280ac476d8f7860563ba11bf0008b33cd3f73a7d13773381957531242433df5a1f53a2c07bb86c018a3b5c087
7
- data.tar.gz: a5ee5c3bbfe199c340ef7a7b2c522ec74e9c697543c850e36c27b9c222e3182128c49ef1bdbba008f4973ceb010339213c5ecb20529fe89bcc7bbfd19e82c4ec
6
+ metadata.gz: 6a5613594cc74e5d87ce728b888766a382fb59c52aaa6a6ef3120d512d0b8dff444a242625c447a53c841c0364627e879cb5d512dde62d75e31ab68b116da7f8
7
+ data.tar.gz: 79748544455ad50434386beb50264cc5c8173d23cd492bf7e5628f316f4cdbf5bd2bb42e709a89717a03522e47747b55cececa8675e11241755fb2ff14192536
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014 Sebastian Kusnier
3
+ Copyright (c) 2016 Sebastian Kusnier
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
data/README.md CHANGED
@@ -74,6 +74,7 @@ If your box are not using LVM you must set `config.persistent_storage.use_lvm =
74
74
  * [Marsup](https://github.com/Marsup)
75
75
  * [k2s](https://github.com/k2s)
76
76
  * [vvavrychuk](https://github.com/vvavrychuk)
77
+ * [Lars Hupfeldt Nielsen](https://github.com/lhupfeldt)
77
78
 
78
79
  ## TODO
79
80
 
@@ -58,7 +58,7 @@ module VagrantPlugins
58
58
  disk_operations_template = ERB.new <<-EOF
59
59
  #!/bin/bash
60
60
  # fdisk the disk if it's not a block device already:
61
- [[ $("sfdisk" --version) =~ ([0-9][.][0-9.]*[.][0-9.]*) ]] && version="${BASH_REMATCH[1]}"
61
+ [[ $("sfdisk" --version) =~ ([0-9][.][0-9.]*[0-9.]*) ]] && version="${BASH_REMATCH[1]}"
62
62
  if ! awk -v ver="$version" 'BEGIN { if (ver < 2.26 ) exit 1; }'; then
63
63
  [ -b #{disk_dev}1 ] || echo 0,,8e | sfdisk #{disk_dev}
64
64
  else
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PersistentStorage
3
- VERSION = "0.0.19"
3
+ VERSION = "0.0.20"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-persistent-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Kusnier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2016-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake