vagrant-export 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vagrant-export/version.rb +1 -1
- data/res/cleanup.sh +0 -0
- metadata +13 -12
- checksums.yaml +0 -7
data/res/cleanup.sh
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-export
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Georg Großberger
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-
|
12
|
+
date: 2014-10-11 00:00:00.000000000 Z
|
12
13
|
dependencies: []
|
13
14
|
description: Export boxes to .box files including the original Vagrantfile and some
|
14
15
|
cleanups inside the VM
|
@@ -17,39 +18,39 @@ executables: []
|
|
17
18
|
extensions: []
|
18
19
|
extra_rdoc_files: []
|
19
20
|
files:
|
20
|
-
- ".gitignore"
|
21
21
|
- Gemfile
|
22
|
-
- Gemfile.lock
|
23
22
|
- lib/vagrant-export.rb
|
24
|
-
- lib/vagrant-export/command.rb
|
25
23
|
- lib/vagrant-export/exporter.rb
|
26
|
-
- lib/vagrant-export/plugin.rb
|
27
24
|
- lib/vagrant-export/version.rb
|
28
|
-
-
|
25
|
+
- lib/vagrant-export/command.rb
|
26
|
+
- lib/vagrant-export/plugin.rb
|
29
27
|
- vagrant-export.gemspec
|
28
|
+
- res/cleanup.sh
|
29
|
+
- .gitignore
|
30
30
|
homepage: https://github.com/trenker/vagrant-export
|
31
31
|
licenses:
|
32
32
|
- MIT
|
33
|
-
metadata: {}
|
34
33
|
post_install_message:
|
35
34
|
rdoc_options: []
|
36
35
|
require_paths:
|
37
36
|
- lib
|
38
37
|
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
+
none: false
|
39
39
|
requirements:
|
40
|
-
- -
|
40
|
+
- - ! '>='
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: '0'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
|
+
none: false
|
44
45
|
requirements:
|
45
|
-
- -
|
46
|
+
- - ! '>='
|
46
47
|
- !ruby/object:Gem::Version
|
47
48
|
version: '0'
|
48
49
|
requirements: []
|
49
50
|
rubyforge_project:
|
50
|
-
rubygems_version:
|
51
|
+
rubygems_version: 1.8.23
|
51
52
|
signing_key:
|
52
|
-
specification_version:
|
53
|
+
specification_version: 3
|
53
54
|
summary: Export boxes to .box files including the original Vagrantfile and some cleanups
|
54
55
|
inside the VM
|
55
56
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 972a8fee7388353a022cd1e9f8e75d324bafa269
|
4
|
-
data.tar.gz: 4df09cfe8e06af3ef5511c277d218b1bc57877cf
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 51948fb3fc9df0f489eb2cbad87430e36b90c2794a03eca400c9199efe3e400e89cf33b73dbb7c6868e85c01c979e15ffd5acefc94f502aa1103908539633ce7
|
7
|
-
data.tar.gz: ca28ad5ec9b52aced5ac660c81afdf5d279ab66cdac5cba79c466fe4be79cf633d16a643f386282221745b086dcaadcf433802b3da658a1796cb85ddc1192fbf
|