vagrant-export 0.3.6 → 0.3.7
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/lib/vagrant-export/exporter.rb +3 -3
- data/lib/vagrant-export/version.rb +1 -1
- data/res/cleanup.sh +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 092e8d4c803b9328bc7bed261ba4c5af5ab88815
|
4
|
+
data.tar.gz: 6afa02956e79e0101e33e6022adc4e1ee6a7564e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 356aea56f25d699cdfaed23fff712f57ae50f04361810c2d3b66753c80fa5be9509775595f20ce0a94ee8f6be246b16e63be222fb6568c96e90245629596fbb1
|
7
|
+
data.tar.gz: f0a8e9528057aa7c4825cbd7dbc9b3b1749e9f632c12088be1f28b58d6aa641f0c1ff06e014420188342fa82c21de9d10936b93623625a8c3ab27d63e600c9bc
|
@@ -347,7 +347,7 @@ module VagrantPlugins
|
|
347
347
|
total_size = 0
|
348
348
|
|
349
349
|
@logger.debug('Using custom packaging command to create progress output')
|
350
|
-
@env.ui.info('Starting compression')
|
350
|
+
@env.ui.info('Starting compression', new_line: false)
|
351
351
|
|
352
352
|
files.each { |f|
|
353
353
|
total_size += File.size(f)
|
@@ -364,11 +364,11 @@ module VagrantPlugins
|
|
364
364
|
d = data.to_s
|
365
365
|
p = d.match(/\d+/).to_a
|
366
366
|
|
367
|
-
@logger.debug(io + ': ' + d)
|
367
|
+
@logger.debug(io.to_s + ': ' + d)
|
368
368
|
|
369
369
|
if p.length > 0
|
370
370
|
@env.ui.clear_line
|
371
|
-
@env.ui.info(p.pop.to_s + '%')
|
371
|
+
@env.ui.info(p.pop.to_s + '%', new_line: false)
|
372
372
|
end
|
373
373
|
|
374
374
|
}
|
data/res/cleanup.sh
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-export
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Georg Grossberger
|
@@ -28,6 +28,7 @@ files:
|
|
28
28
|
- lib/vagrant-export/version.rb
|
29
29
|
- res/cleanup.sh
|
30
30
|
- res/progress_tar.sh
|
31
|
+
- vagrant-export-0.3.6.gem
|
31
32
|
- vagrant-export.gemspec
|
32
33
|
homepage: https://github.com/trenker/vagrant-export
|
33
34
|
licenses:
|