vagrant-parallels 2.4.5 → 2.4.6
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 +6 -0
- data/README.md +11 -3
- data/lib/vagrant-parallels/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3807a707245414fc1a6419373c68c65b5a3f9c905c0164240dd83143bc6821bc
|
4
|
+
data.tar.gz: 3ddce5b9cccb67a558d6fdb87b49419d143f7793fc59bb081d18530e132625b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f21f6c48d73daa7a95e190e94f6748c6392739c9c0e9064ce2f8bd600285cc57c0ed6494b79a8362f10f553122636b3bc59c8a3fcd7758c3a7c64c339283aa19
|
7
|
+
data.tar.gz: 7b0ca4b343421f1a2bc4a78d5074edb8de93485ab8c966196747c15232d33e6994005f8759c90e9cde050ea7a8a7617e1849bef6cb9755a254eab535d4c9a1a4
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -25,10 +25,18 @@ read the official [Vagrant documentation](https://docs.vagrantup.com/v2/) first.
|
|
25
25
|
|
26
26
|
## Installation
|
27
27
|
Make sure that you have [Parallels Desktop for Mac](https://www.parallels.com/products/desktop/)
|
28
|
-
and [Vagrant](https://www.vagrantup.com/downloads.html) properly installed.
|
29
|
-
|
28
|
+
and [Vagrant](https://www.vagrantup.com/downloads.html) properly installed. We recommend
|
29
|
+
that you use the latest versions of these products.
|
30
30
|
|
31
|
-
|
31
|
+
Additionally, you'll need the command line software development tools provided as a part of Xcode
|
32
|
+
to be able to build the plugin on your machine. To install these, run this command:
|
33
|
+
|
34
|
+
```
|
35
|
+
$ xcode-select --install
|
36
|
+
```
|
37
|
+
|
38
|
+
|
39
|
+
You can then install the Parallels provider plugin for Vagrant. Run this command to install it:
|
32
40
|
|
33
41
|
```
|
34
42
|
$ vagrant plugin install vagrant-parallels
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-parallels
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mikhail Zholobov
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|