vagrant-guest-cygwin 0.1.0 → 0.1.1

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: 037bef301ae967da1cf5d21154a3f0e03427fa0d57865d886fddef7b3bc76736
4
- data.tar.gz: ad5e9dc42b31c93a72299934e0e0b60a5684b50a367a81d1f5a60f97d172bacb
3
+ metadata.gz: eb473f50ccfba87623a45d95270de2bdb2a7295c3dcbc5faa2377e9da556def9
4
+ data.tar.gz: 073017dbe4b31b05ec784fc95867d75a30ce2bcb4c1ae5fbdbc354471c195c54
5
5
  SHA512:
6
- metadata.gz: 73e1c0fd3a1c8966e6dec8204e1d67a4056f3463b7b69123c21a2eeeb1819c35cc02583f3dedc17beb2e41bd527bd023c1ffee1177dda774325154b3da64587e
7
- data.tar.gz: 87dd8057e3150e00995bfec6f7dcdaf636b9017a369c6d7f718ae5bc9707eb774f56083e0cab3b0fe1e70275fbbf0552aad31272feadfd512a3727e1f3096af5
6
+ metadata.gz: db15a72825c7ddbe879125230ca667e87291c4cc49a29c5e30edac3d3198ed1c4b8c20d416572af77bd9699547e74bcb777c7dd1e2d153a38986bcee9c781c1a
7
+ data.tar.gz: 21c5a1748a5637c99e2f3e2bf5f95d2e980ffce99536ab3062feac9386f77561ec341fd80f85b348adaa184655d7433f5d85eb1933c4cd6ff10b1a29b559dc47
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Zdeněk Žamberský
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module GuestCygwin
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-guest-cygwin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zdenek Zambersky
@@ -19,6 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
21
  - Gemfile
22
+ - LICENSE
22
23
  - README.md
23
24
  - Rakefile
24
25
  - lib/vagrant-guest-cygwin.rb