vagrant-guests-clearlinux 1.0.7 → 1.0.8

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
2
  SHA256:
3
- metadata.gz: 53cf896359f256881f334be83c34dd1507151e2ec67af8d1e32c97810f8161b7
4
- data.tar.gz: 72ab9653eb962657575a4f4a69fe8d3d1d54fd6b0637b0c66a5c28276ceefa5f
3
+ metadata.gz: 9d3f6e6fe4ce1e991ec20b57d2a83f5361037c7000db0952d79f35b498a0a0e7
4
+ data.tar.gz: 6c21b603f0a51184c828ec818c0981959b67b555895e6dc5984a519c6e412b17
5
5
  SHA512:
6
- metadata.gz: e0e6c261a39ac3a11dad6b73d04516bfb633f7f698d92c770317e4b289dee6c913622f37dcd30bfe33a5d025d6525cf8ecc50f6faf0a1e06cdea978de9da1f6a
7
- data.tar.gz: ce809250327b1386f832613f01d71d20fe10cc0f418685f9d6b8415fceaab7e3e6effca5f168e021fe7ba88c265e60ab0bba56ad27e0407142973e864072dd64
6
+ metadata.gz: 6c93544745076376b72d1364f3c77ba7fcdfbe4b41b1d4ff24ac8e746e6d56b32b106b77818c775c420641412fc8a604a669d129f817301da5cc732c22f9ba64
7
+ data.tar.gz: 0c145e98a6d87bf0d7a3ceb29c5a6dd61f5a98f125b749b34690510cf8987a2d9e36c9a25fa975e1be26fd84393fdf6eeddd6883128785938ef325789d1abdce
data/Gemfile CHANGED
@@ -6,6 +6,6 @@ source 'https://rubygems.org'
6
6
  gemspec
7
7
 
8
8
  group :development do
9
- gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git'
9
+ gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v2.0.3'
10
10
  gem 'coveralls', require: false
11
11
  end
data/README.md CHANGED
@@ -17,7 +17,7 @@ To build and install the plugin directly from this repo:
17
17
  ```
18
18
  $ bundle install
19
19
  $ bundle exec rake build
20
- $ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.7.gem
20
+ $ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.8.gem
21
21
  ```
22
22
 
23
23
  You can run RSpec with:
@@ -4,6 +4,6 @@
4
4
  module VagrantPlugins
5
5
  # Set version for vagrant-guests-clearlinux gem.
6
6
  module GuestClearLinux
7
- VERSION = '1.0.7'
7
+ VERSION = '1.0.8'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-guests-clearlinux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - António Meireles
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-06 00:00:00.000000000 Z
11
+ date: 2018-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler