vagrant-chakraos-host 0.1.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 07eb6d76de95eae1f113d6100dc0d74734395373
4
- data.tar.gz: f67ddeeb1adce7bc8fdef49db718ac2626652fe0
2
+ SHA256:
3
+ metadata.gz: 938ae3e7ecbbbc8e85350e827e2b80d85d2904544855023b7011103f5ae91a96
4
+ data.tar.gz: 5e63c0f6f9b8835bc668dd058798eef3c52f5ba1698623f9d690b3b251f25fb7
5
5
  SHA512:
6
- metadata.gz: 2a30207e128841f8abcf81ba8632e0bc706e0bd059dd503735f8d8a565d5e53a989e0f097b1d0a0177da71935d7c4c723a1fe45f6a221d7e36c872d6cb6fae84
7
- data.tar.gz: 2539a9c64b60184f164d709c838d2259d63e9fd900f2e861c2d58df1af7b18784d23903aa1d529f284f53a76a682097b4d91dba61c31f17dfa4f0eaa4df3ef21
6
+ metadata.gz: c4c5293cd9258eb73e39c00766e5a23d9bcdd30e52e6491dfc891ff75d14847600e7736d9d29c7a739cfd941c89695eeeba44c260dcf767b3f0375e61c578825
7
+ data.tar.gz: e951b003dd8b2ebac4c1eb49fdf163765823c54ede151b8ee08721f1d968bdfca4af10a9f7bf6640d1a88a3d4b70c12062976acc49174384ecb6fe6656eb8bbf
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in vagrant-chakraos-host.gemspec
4
- gemspec
4
+ #gemspec
5
5
 
6
6
  group :development do
7
7
  gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
@@ -0,0 +1,19 @@
1
+ Copyright 2016 Lionel Félicité
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to do
8
+ so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  module Vagrant
2
2
  module Chakraos
3
3
  module Host
4
- VERSION = "0.1.2"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  end
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Vagrant::Chakraos::Host::VERSION
9
9
  spec.authors = ["Lionel Félicité"]
10
10
  spec.email = ["deogracia@free.fr"]
11
+ spec.licenses = ["MIT"]
11
12
 
12
13
  spec.summary = %q{Host capabilities for Chakraos}
13
14
  spec.description = %q{Add chakraos' host capabilities to vagrant.}
@@ -18,6 +19,6 @@ Gem::Specification.new do |spec|
18
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
20
  spec.require_paths = ["lib"]
20
21
 
21
- spec.add_development_dependency "bundler", "~> 1.12"
22
- spec.add_development_dependency "rake", "~> 10.0"
22
+ spec.add_development_dependency "bundler", "~> 2.1"
23
+ spec.add_development_dependency "rake", "~> 13.0"
23
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-chakraos-host
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lionel Félicité
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-03 00:00:00.000000000 Z
11
+ date: 2020-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.12'
19
+ version: '2.1'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.12'
26
+ version: '2.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  description: Add chakraos' host capabilities to vagrant.
42
42
  email:
43
43
  - deogracia@free.fr
@@ -49,6 +49,7 @@ files:
49
49
  - ".gitignore"
50
50
  - CODE_OF_CONDUCT.md
51
51
  - Gemfile
52
+ - LICENSE.md
52
53
  - README.md
53
54
  - Rakefile
54
55
  - Vagrantfile
@@ -61,7 +62,8 @@ files:
61
62
  - lib/vagrant/chakraos/host/version.rb
62
63
  - vagrant-chakraos-host.gemspec
63
64
  homepage: https://github.com/deogracia/vagrant-chakraos-host
64
- licenses: []
65
+ licenses:
66
+ - MIT
65
67
  metadata: {}
66
68
  post_install_message:
67
69
  rdoc_options: []
@@ -78,8 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
80
  - !ruby/object:Gem::Version
79
81
  version: '0'
80
82
  requirements: []
81
- rubyforge_project:
82
- rubygems_version: 2.5.1
83
+ rubygems_version: 3.1.2
83
84
  signing_key:
84
85
  specification_version: 4
85
86
  summary: Host capabilities for Chakraos