vagrant-mutate 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/lib/vagrant-mutate/box_loader.rb +1 -1
- data/lib/vagrant-mutate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9f5739877315cbc00036f84ac76e697884eff45
|
|
4
|
+
data.tar.gz: f0dfedb7bf667667c9a81b3a6a8fb0425ab2f838
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a17e8ea3d61dbca0bf7369ebf49ca273f14eaabb78930c6da9d0522cfd645c72512532995bfddb2bd119518e3ebbec6fd14671cb7bd7040d168a58b89a61f319
|
|
7
|
+
data.tar.gz: 9e6dc28b36f05489d755c7b16867d932a119ccef32b4d9e893c4584c91f8adfa466e6a1b9a4cc04e5b7110245cb9a76eedcc1fa16695df51cb790cc2bb6f8896
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -56,7 +56,7 @@ module VagrantMutate
|
|
|
56
56
|
# if it ends in .box remove that extension
|
|
57
57
|
# if not just remove leading slash
|
|
58
58
|
name = nil
|
|
59
|
-
if url.path =~ /([
|
|
59
|
+
if url.path =~ /([-.\w]+).box$/
|
|
60
60
|
name = Regexp.last_match[1]
|
|
61
61
|
else
|
|
62
62
|
name = url.path.sub(/^\//, '')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-mutate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Pitts
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|