vagrant-guests-clearlinux 1.2.2 → 1.2.3

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: e5faae4f77c23af96be0409500baccac750bbeb6190ffe4bc35fbe5e167d2916
4
- data.tar.gz: ff619c6fc79786ae0128699c045168dae3bfc5333ca8fd411a559a2a3303b672
3
+ metadata.gz: d86b96655aa8dcb0658bc478d3540151701e0026131c77c648b7276c998a7c0b
4
+ data.tar.gz: 6e8d1aece6bab625c2f210375fd01cde130af90245adad1fb3220922b4e883b8
5
5
  SHA512:
6
- metadata.gz: 3d9c8be0da64353edf8bbeded78a6e1e0047c936cbed953066b284dc23e8550dcfc6d85c1ecd0a4f96b47fefccb859657313707d850073f63fec839d218070b1
7
- data.tar.gz: a986025f005f51b2554c2599d91b0200fc92eb0ae762ce7d0a87ad41d2d2aea5d8b17f49106e76b7f674c6106244b470e3705f92fc8f6d01cbf61280431dce63
6
+ metadata.gz: 3aab4fcb0a7af8a9ea54894e315d48a1288be7ae649327562d6cf7b19409d4c57ec27749a862901bc5ef02243cc2930ad1c35bcb26aba8d25ebb956862e349e8
7
+ data.tar.gz: 6ed6d5bd6d10b3634a67427ae2aab85ee8c6be9f938bf547d29be783e57440345a12c77e302f18558b38c5456a590904524a7c391a2c28bb4d443a4d17a3d323
@@ -6,7 +6,7 @@ module VagrantPlugins
6
6
  module GuestClearLinux
7
7
  class Guest < Vagrant.plugin('2', :guest)
8
8
  def detect?(machine)
9
- machine.communicate.test("cat /usr/lib/os-release | grep 'ID=clear-linux-os'")
9
+ machine.communicate.test("cat /usr/lib/os-release | grep 'ID_LIKE=clear-linux-os'")
10
10
  end
11
11
  end
12
12
  end
@@ -3,6 +3,6 @@
3
3
  module VagrantPlugins
4
4
  # Set version for vagrant-guests-clearlinux gem.
5
5
  module GuestClearLinux
6
- VERSION = '1.2.2'.freeze
6
+ VERSION = '1.2.3'.freeze
7
7
  end
8
8
  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.2.2
4
+ version: 1.2.3
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: 2019-03-23 00:00:00.000000000 Z
11
+ date: 2019-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler