sensu-plugins-zfs 0.1.0 → 0.2.0

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
  SHA1:
3
- metadata.gz: ddc3cc0d13fd2b3d12db16c59ca87e5f7797aa96
4
- data.tar.gz: d49f8e49429d77a62f301dceaaddfc5ea422ca7f
3
+ metadata.gz: 75099d0d49813e9f02299006c073b45eb09333de
4
+ data.tar.gz: 2825ef35fe4d24f17206a33fc57e705e52061430
5
5
  SHA512:
6
- metadata.gz: b86cddd7b20be24457a1e3ab6192cb6ecbc299fc8156455fe819cc138bf6243e4f560858e1e8358ca08642e04fe4ff786e6954fc12805202d01d089c968995b5
7
- data.tar.gz: 3a22310644104dcb3f508819509b1ab8117a588b625e2e170ec735d9070bdf4a5c8165318ced4e193289baae2e9dbd6fba1ef5c8631fe3821098aa4eab93f0e5
6
+ metadata.gz: 58388bb2e8d140aa988f9680e73335e0305a1ed48a311079f7e39c94d354970675629c807b1916fa07ab0e8ed878a8b61a955151de09d1bb0fda2d8c5578e906
7
+ data.tar.gz: e8acbc08e9e2f88e743e43969c40125d772a8bf4263375f196a33dca9de2f8751958ae6e4bd239afdd6a2936bbdc9467fcdeae22a8347b89b74336c6ebab08a6
File without changes
@@ -1,3 +1,3 @@
1
1
  module SensuPluginsZFS
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-zfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Nørgaard
@@ -70,13 +70,13 @@ description: Sensu plugin for zfs
70
70
  email:
71
71
  - b@noergaard.dk
72
72
  executables:
73
- - check_zpool.rb
73
+ - check-zpool.rb
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
77
  - LICENSE
78
78
  - README.md
79
- - bin/check_zpool.rb
79
+ - bin/check-zpool.rb
80
80
  - lib/sensu-plugins-zfs.rb
81
81
  - lib/sensu-plugins-zfs/version.rb
82
82
  - lib/sensu-plugins-zfs/zpool.rb