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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03f9114e1ce20849f5383be6f83986473948c69bd9a22d8584ed19d78b900e09
4
- data.tar.gz: faafff74c3dc005eb111e7bffc99dd5f796e3135f93c4235bfecc6c29ab711fb
3
+ metadata.gz: 3807a707245414fc1a6419373c68c65b5a3f9c905c0164240dd83143bc6821bc
4
+ data.tar.gz: 3ddce5b9cccb67a558d6fdb87b49419d143f7793fc59bb081d18530e132625b7
5
5
  SHA512:
6
- metadata.gz: 48a5dc378ccfe4e4f4b3e726c6e2a31824d9753a0b788577d86738decbc72b221679fca127295e1cdc8733f82798420550ab5ef0641077188776675bd48bf0de
7
- data.tar.gz: cafca624eaa6824208fb5293c06b215148f3ee2f540e2eb46d8c39111116505e62b9c9d4fe5738029864f44fa8b649cfeb7bb465e1556fff550bfda4c24c227c
6
+ metadata.gz: f21f6c48d73daa7a95e190e94f6748c6392739c9c0e9064ce2f8bd600285cc57c0ed6494b79a8362f10f553122636b3bc59c8a3fcd7758c3a7c64c339283aa19
7
+ data.tar.gz: 7b0ca4b343421f1a2bc4a78d5074edb8de93485ab8c966196747c15232d33e6994005f8759c90e9cde050ea7a8a7617e1849bef6cb9755a254eab535d4c9a1a4
data/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ ## 2.4.6 (Apr 9, 2025)
3
+
4
+ IMPROVEMENTS:
5
+
6
+ - minor fixes
7
+
2
8
  ## 2.4.4 (Feb 27, 2025)
3
9
 
4
10
  IMPROVEMENTS:
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
- We recommend that you use the latest versions of these products.
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
- Parallels provider is a plugin for Vagrant. Run this command to install it:
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
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '2.4.5'
3
+ VERSION = '2.4.6'
4
4
  end
5
5
  end
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.5
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-03-11 00:00:00.000000000 Z
12
+ date: 2025-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri