sensu-plugins-lxc 0.0.1 → 0.0.2

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: e0fd0647fbf4f32adbc3212f52e1a76a998074b7
4
- data.tar.gz: 912b530eb2cb93173ffa1d8095cc1a4a085a999b
3
+ metadata.gz: 4e8dd86e8a100d98449d67ce5adb3fdac8bc0483
4
+ data.tar.gz: 6dfe59ed65e8a774498e9730dd4e0076a11cd31c
5
5
  SHA512:
6
- metadata.gz: 3e87585fad31a198f38fd8205c4ebeabd159ff5ca59bac787868de2b357caf87d2c8a8f26ab1d93167abc58c1dcc1f22276eb19bf56522e8e3192bc64f28f50e
7
- data.tar.gz: 7ba253d5e24c9de0ad8cfbd912e43808bf6407dede2b1058db05d62226d243906fb4b1f243d3db0910304fd9c8aab9f3927fdeca75e71c9435071968074bec88
6
+ metadata.gz: 728ce8f8913bce6b5d0176ec92c446b8b8125bbc574f4ffaa77d98a8eddd2fa901278eba1f612bfea5634995476aa9963eda0a16bf2bd9fbbfc08489ee476210
7
+ data.tar.gz: bf2d1b3c6b19d2179d634c9d63cbd1b968c36782dd0d8ae0a82567424b1ceaa97e4a5716c4d5ef90a5e2ed2024e13e0a02103ed24b1eb6edec34c82f0f814345
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -9,3 +9,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9
9
 
10
10
  ### Added
11
11
  - initial release
12
+
13
+ ## [0.0.2] - 2015-06-03
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
@@ -1,12 +1,8 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsLxc
5
- # This defines the version of the gem
6
2
  module Version
7
3
  MAJOR = 0
8
4
  MINOR = 0
9
- PATCH = 1
5
+ PATCH = 2
10
6
 
11
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
8
  end
@@ -1,2 +1 @@
1
-
2
1
  require 'sensu-plugins-lxc/version'
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors
@@ -30,7 +30,7 @@ cert_chain:
30
30
  8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
31
  HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
32
  -----END CERTIFICATE-----
33
- date: 2015-05-30 00:00:00.000000000 Z
33
+ date: 2015-06-03 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -186,9 +186,11 @@ dependencies:
186
186
  - - "~>"
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0.10'
189
- description: Sensu plugins for working with lxc
189
+ description: Sensu plugins for lxc
190
190
  email: "<sensu-users@googlegroups.com>"
191
- executables: []
191
+ executables:
192
+ - check-lxc-status.rb
193
+ - check-lxc-memstat.rb
192
194
  extensions: []
193
195
  extra_rdoc_files: []
194
196
  files:
@@ -203,7 +205,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-lxc
203
205
  licenses:
204
206
  - MIT
205
207
  metadata:
206
- maintainer: ''
208
+ maintainer: sensu-plugin
207
209
  development_status: active
208
210
  production_status: unstable - testing recommended
209
211
  release_draft: 'false'
@@ -228,5 +230,5 @@ rubyforge_project:
228
230
  rubygems_version: 2.4.6
229
231
  signing_key:
230
232
  specification_version: 4
231
- summary: Sensu plugins for working with lxc
233
+ summary: Sensu plugins for lxc
232
234
  test_files: []
metadata.gz.sig CHANGED
Binary file