vagrant-parallels 0.0.1 → 0.0.2.dev
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 +15 -0
- data/README.md +2 -2
- data/lib/vagrant-parallels/version.rb +1 -1
- data/vagrant-parallels.gemspec +3 -3
- metadata +8 -19
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NTM3MGYyODI0YTMwNjNjNTgxM2Y4ODBhNGJmOWY4ZjExM2QyZWQ0Mg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZjM0NWViNzdiOGRhZmYyZjA2MmZlZjc5YjBkMWRlOTlhNmFiYzliNQ==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YzIzMWJjZWM0YzU2ZmNkODZkZTJkZjZkZmNiMWE1MmYwYjA5MzRmNGMzYjFh
|
|
10
|
+
MDE1OWUyZGNiZTc1N2Y4MDRmNDhhM2E1NzI1NTQ0ZWQzOWE5NGI5MTE5NWQx
|
|
11
|
+
ZTZkY2FkYzQ1ZGZjMjFlYjMwMDZhNTAyMDYwZGMxMzFkNWMxODY=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MWFmYzNlYzU5MDY1ZWZlYzZmNmFjMjdiZmVlNzAwYzk0MzgzZTU5Yjg1MmU1
|
|
14
|
+
YjVjNzRmYTZhZTYwNWQxZDRlYmRkNjQxYmUyMzQ4NDc1ZDcyMzc4MGQyNWQ5
|
|
15
|
+
ODBjN2JmOWE3YjU5N2M5NTA2OGFkNDY5NDJjNDM0MTAwYThkOGU=
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ provider to Vagrant, allowing Vagrant to control and provision machines using Pa
|
|
|
6
6
|
## Note
|
|
7
7
|
|
|
8
8
|
This project is still in active development and not all vagrant features have been developed, please report any issues you might find.
|
|
9
|
-
Almost all features are available except for exporting/packaging VM's this will be available soon
|
|
9
|
+
Almost all features are available except for exporting/packaging VM's this will be available soon isA (ان شاء الله)
|
|
10
10
|
|
|
11
11
|
We look forward to hearing from you with any issues or features, Thank you
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ Install using standard Vagrant 1.1+ plugin installation methods. After
|
|
|
16
16
|
installing, then do a `vagrant up` and specify the `parallels` provider. An example is shown below.
|
|
17
17
|
|
|
18
18
|
```
|
|
19
|
-
$ vagrant plugin install vagrant-parallels
|
|
19
|
+
$ vagrant plugin install vagrant-parallels
|
|
20
20
|
...
|
|
21
21
|
$ vagrant init
|
|
22
22
|
$ vagrant up --provider=parallels
|
data/vagrant-parallels.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.version = VagrantPlugins::Parallels::VERSION
|
|
8
8
|
spec.platform = Gem::Platform::RUBY
|
|
9
9
|
spec.authors = ["Youssef Shahin", "Kevin Kaland"]
|
|
10
|
-
spec.email = ["yshahin@gmail.com", "
|
|
10
|
+
spec.email = ["yshahin@gmail.com", "admin@wizonesolutions.com"]
|
|
11
11
|
spec.description = %q{Enables Vagrant to manage Parallels machines.}
|
|
12
12
|
spec.summary = %q{Enables Vagrant to manage Parallels machines.}
|
|
13
13
|
spec.homepage = "http://github.com/yshahin/vagrant-parallels"
|
|
@@ -55,5 +55,5 @@ Gem::Specification.new do |spec|
|
|
|
55
55
|
|
|
56
56
|
spec.files = unignored_files
|
|
57
57
|
spec.executables = unignored_files.map { |f| f[/^bin\/(.*)/, 1] }.compact
|
|
58
|
-
spec.require_path = "lib"
|
|
59
|
-
end
|
|
58
|
+
spec.require_path = ["lib"]
|
|
59
|
+
end
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-parallels
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.2.dev
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Youssef Shahin
|
|
@@ -10,12 +9,11 @@ authors:
|
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date: 2013-09-
|
|
12
|
+
date: 2013-09-20 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: bundler
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
18
|
- - ~>
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
@@ -23,7 +21,6 @@ dependencies:
|
|
|
23
21
|
type: :development
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
25
|
- - ~>
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
@@ -31,7 +28,6 @@ dependencies:
|
|
|
31
28
|
- !ruby/object:Gem::Dependency
|
|
32
29
|
name: rake
|
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
31
|
requirements:
|
|
36
32
|
- - ! '>='
|
|
37
33
|
- !ruby/object:Gem::Version
|
|
@@ -39,7 +35,6 @@ dependencies:
|
|
|
39
35
|
type: :development
|
|
40
36
|
prerelease: false
|
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
38
|
requirements:
|
|
44
39
|
- - ! '>='
|
|
45
40
|
- !ruby/object:Gem::Version
|
|
@@ -47,7 +42,6 @@ dependencies:
|
|
|
47
42
|
- !ruby/object:Gem::Dependency
|
|
48
43
|
name: rspec-core
|
|
49
44
|
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
45
|
requirements:
|
|
52
46
|
- - ~>
|
|
53
47
|
- !ruby/object:Gem::Version
|
|
@@ -55,7 +49,6 @@ dependencies:
|
|
|
55
49
|
type: :development
|
|
56
50
|
prerelease: false
|
|
57
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
52
|
requirements:
|
|
60
53
|
- - ~>
|
|
61
54
|
- !ruby/object:Gem::Version
|
|
@@ -63,7 +56,6 @@ dependencies:
|
|
|
63
56
|
- !ruby/object:Gem::Dependency
|
|
64
57
|
name: rspec-expectations
|
|
65
58
|
requirement: !ruby/object:Gem::Requirement
|
|
66
|
-
none: false
|
|
67
59
|
requirements:
|
|
68
60
|
- - ~>
|
|
69
61
|
- !ruby/object:Gem::Version
|
|
@@ -71,7 +63,6 @@ dependencies:
|
|
|
71
63
|
type: :development
|
|
72
64
|
prerelease: false
|
|
73
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
74
|
-
none: false
|
|
75
66
|
requirements:
|
|
76
67
|
- - ~>
|
|
77
68
|
- !ruby/object:Gem::Version
|
|
@@ -79,7 +70,6 @@ dependencies:
|
|
|
79
70
|
- !ruby/object:Gem::Dependency
|
|
80
71
|
name: rspec-mocks
|
|
81
72
|
requirement: !ruby/object:Gem::Requirement
|
|
82
|
-
none: false
|
|
83
73
|
requirements:
|
|
84
74
|
- - ~>
|
|
85
75
|
- !ruby/object:Gem::Version
|
|
@@ -87,7 +77,6 @@ dependencies:
|
|
|
87
77
|
type: :development
|
|
88
78
|
prerelease: false
|
|
89
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
90
|
-
none: false
|
|
91
80
|
requirements:
|
|
92
81
|
- - ~>
|
|
93
82
|
- !ruby/object:Gem::Version
|
|
@@ -95,7 +84,7 @@ dependencies:
|
|
|
95
84
|
description: Enables Vagrant to manage Parallels machines.
|
|
96
85
|
email:
|
|
97
86
|
- yshahin@gmail.com
|
|
98
|
-
-
|
|
87
|
+
- admin@wizonesolutions.com
|
|
99
88
|
executables: []
|
|
100
89
|
extensions: []
|
|
101
90
|
extra_rdoc_files: []
|
|
@@ -146,26 +135,26 @@ files:
|
|
|
146
135
|
homepage: http://github.com/yshahin/vagrant-parallels
|
|
147
136
|
licenses:
|
|
148
137
|
- MIT
|
|
138
|
+
metadata: {}
|
|
149
139
|
post_install_message:
|
|
150
140
|
rdoc_options: []
|
|
151
141
|
require_paths:
|
|
152
|
-
- lib
|
|
142
|
+
- - lib
|
|
153
143
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
154
|
-
none: false
|
|
155
144
|
requirements:
|
|
156
145
|
- - ! '>='
|
|
157
146
|
- !ruby/object:Gem::Version
|
|
158
147
|
version: '0'
|
|
159
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
|
-
none: false
|
|
161
149
|
requirements:
|
|
162
150
|
- - ! '>='
|
|
163
151
|
- !ruby/object:Gem::Version
|
|
164
152
|
version: 1.3.6
|
|
165
153
|
requirements: []
|
|
166
154
|
rubyforge_project: vagrant-parallels
|
|
167
|
-
rubygems_version: 1.
|
|
155
|
+
rubygems_version: 2.1.4
|
|
168
156
|
signing_key:
|
|
169
|
-
specification_version:
|
|
157
|
+
specification_version: 4
|
|
170
158
|
summary: Enables Vagrant to manage Parallels machines.
|
|
171
159
|
test_files: []
|
|
160
|
+
has_rdoc:
|