vagrant-export 0.2.1 → 0.2.2

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: 22ffb620520d9ce8de162db23c13534aaf2c6066
4
- data.tar.gz: 9384052c5d82e9e8a6927c660dccf4373758a13f
3
+ metadata.gz: b9fbb7323d210e138893892223c9c3d365078f26
4
+ data.tar.gz: 97d48bacd06af390438cf9b183ac82ae7881a6fc
5
5
  SHA512:
6
- metadata.gz: 9cc20fffcfe53286ff5900d86a1d17ebc6f8bed5b3263499580273f960a6b90260779c210bb888d17eae989b2a7a5fd61bd4fe42f38d8fbc85ae0749a0bd45b3
7
- data.tar.gz: 1f619a25c1733c7eca78d84bef249873ff0f5ebd31d1de98d7b3654a609bf7f4f9d3f20adcd4c8dffa515080b748aa8c45455bd0a367fa018ee4d8d33ffed526
6
+ metadata.gz: dc2946cbc143254fa0fa195fe0c6ef1eba4d4ea317371543b03ddae672a22d0b7113c03a99f1dbde532f3522653b99e2586349c3f5163ccfc99c2b8ea2cb3f20
7
+ data.tar.gz: 7348f51073cbffac5d0fe42eac50d21b041d88bb5c44c58598880ca171d719c6512dc6b2d73d932d85930f4c74d37673f2c60a7f1311caf59461d2c07a738260
@@ -131,14 +131,14 @@ module VagrantPlugins
131
131
  FileUtils.cp_r(source_include_path, @tmp_path)
132
132
  end
133
133
 
134
- original_vagrantfile = File.join(@vm.box.directory, 'include')
134
+ original_vagrantfile = File.join(@vm.box.directory, 'Vagrantfile')
135
135
  vagrantfile_exists = File.exist?(original_vagrantfile)
136
136
  vagrantfile_has_mac = false
137
137
 
138
138
  # Check the original vagrant file for a mac settings
139
139
  if vagrantfile_exists
140
140
  File.readlines(original_vagrantfile).each { |line|
141
- if line.to_s =~ /base_mac\s*=\s*("|')[a-z0-9]+("|')/i
141
+ if line.to_s =~ /base_mac\s*=\s*("|')/i
142
142
  vagrantfile_has_mac = true
143
143
  end
144
144
  }
@@ -5,6 +5,6 @@
5
5
 
6
6
  module VagrantPlugins
7
7
  module Export
8
- VERSION = '0.2.1'
8
+ VERSION = '0.2.2'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-export
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Großberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-24 00:00:00.000000000 Z
11
+ date: 2014-12-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Export boxes to .box files including the original Vagrantfile and some
14
14
  cleanups inside the VM
@@ -19,6 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
21
  - Gemfile
22
+ - Gemfile.lock
22
23
  - lib/vagrant-export.rb
23
24
  - lib/vagrant-export/command.rb
24
25
  - lib/vagrant-export/exporter.rb
@@ -46,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
47
  version: '0'
47
48
  requirements: []
48
49
  rubyforge_project:
49
- rubygems_version: 2.2.2
50
+ rubygems_version: 2.4.5
50
51
  signing_key:
51
52
  specification_version: 4
52
53
  summary: Export boxes to .box files including the original Vagrantfile and some cleanups