sensu-plugins-ceph 0.0.1.alpha.1 → 0.0.1

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: 1e79bf779b820c1a5167a4d3b912eb7a8df6f181
4
- data.tar.gz: 6431fce5b3cf4e02e5eb14a7721d774cf810569f
3
+ metadata.gz: 9037053cd9190aec61913079bab7f62f3951eae1
4
+ data.tar.gz: 1cdec9cdfb533b8c8d4d4b14c4b5a903643e99d4
5
5
  SHA512:
6
- metadata.gz: 9a3b9ec85572044328e6aa872951ef659dfeb215ab96828a313a9fedf18eda85087c5d3620c53b20d60df6c94b6052a901c00cdf7a0116a43227d95fab021a06
7
- data.tar.gz: c1c6e2483b68b46ee434cedc7a3385cad72ebf14d7c8eca4bbf430819bceec2664d92abe1e0d4e8f95f7caa3473be617860be798be0ec58917ad6c224c21ca20
6
+ metadata.gz: 353ba812670fab3cd098e4c4e29c1ff6b066a4ae432db8469f47360540d63fc60952d7bd739616af9851589ba7e2bb37152cdb43db4c510d1a8a52e1496e1c14
7
+ data.tar.gz: 07eba3960b51eacb6e2a20c8450278320886395de006fa9ff83a35a13b94ead4b0c6ce21258d595ed0627c459fd87f784ad438966c8feda180cdd891fa5b64e9
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,6 +1,17 @@
1
1
  Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
- #### 0.0.1.alpha.1
4
+ #Change Log
5
+ This project adheres to [Semantic Versioning](http://semver.org/).
6
+
7
+ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
8
+
9
+ ## Unreleased][unreleased]
10
+
11
+ ## 0.0.1 - 2015-04-30
12
+
13
+ ### Added
14
+ - initial release
15
+
5
16
 
6
17
  * identical functionality to the community-plugins repo
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 devops@yieldbot.com
1
+ Copyright (c) 2015 Sensu-Plugins
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-ceph.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-ceph)
8
+ [ ![Codeship Status for sensu-plugins/sensu-plugins-ceph](https://codeship.com/projects/61bdf3c0-d4df-0132-2baa-0e210ac4c62f/status?branch=master)](https://codeship.com/projects/77911)
8
9
 
9
10
  ## Functionality
10
11
 
@@ -1,7 +1,14 @@
1
+ require 'sensu-plugins-ceph/version'
2
+
3
+ # Load the defaults
4
+
1
5
  #
2
- # Set gem version
6
+ # Default class
3
7
  #
4
8
  module SensuPluginsCeph
5
- # Gem version
6
- VERSION = '0.0.1.alpha.1'
9
+ class << self
10
+ end
11
+
12
+ class << self
13
+ end
7
14
  end
@@ -0,0 +1,28 @@
1
+ require 'json'
2
+
3
+ # encoding: utf-8
4
+ module SensuPluginsCeph
5
+ # This defines the version of the gem
6
+ module Version
7
+ MAJOR = 0
8
+ MINOR = 0
9
+ PATCH = 1
10
+
11
+ VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
+
13
+ NAME = 'sensu-plugins-ceph'
14
+ BANNER = "#{NAME} v%s"
15
+
16
+ module_function
17
+
18
+ def version
19
+ format(BANNER, VER_STRING)
20
+ end
21
+
22
+ def json_version
23
+ {
24
+ 'version' => VER_STRING
25
+ }.to_json
26
+ end
27
+ end
28
+ end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-ceph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha.1
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Yieldbot, Inc. and contributors
7
+ - Sensu Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
@@ -30,7 +30,7 @@ cert_chain:
30
30
  8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
31
  HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
32
  -----END CERTIFICATE-----
33
- date: 2015-04-09 00:00:00.000000000 Z
33
+ date: 2015-05-05 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: english
@@ -106,16 +106,16 @@ dependencies:
106
106
  name: rubocop
107
107
  requirement: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - '='
109
+ - - "~>"
110
110
  - !ruby/object:Gem::Version
111
- version: 0.17.0
111
+ version: '0.30'
112
112
  type: :development
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - '='
116
+ - - "~>"
117
117
  - !ruby/object:Gem::Version
118
- version: 0.17.0
118
+ version: '0.30'
119
119
  - !ruby/object:Gem::Dependency
120
120
  name: rspec
121
121
  requirement: !ruby/object:Gem::Requirement
@@ -226,6 +226,7 @@ files:
226
226
  - bin/check-ceph.rb
227
227
  - bin/metrics-ceph-osd.rb
228
228
  - lib/sensu-plugins-ceph.rb
229
+ - lib/sensu-plugins-ceph/version.rb
229
230
  homepage: https://github.com/sensu-plugins/sensu-plugins-ceph
230
231
  licenses:
231
232
  - MIT
@@ -233,7 +234,8 @@ metadata:
233
234
  maintainer: ''
234
235
  development_status: unmaintained
235
236
  production_status: unstable - testing recommended
236
- post_install_message:
237
+ post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
238
+ in /etc/default/sensu
237
239
  rdoc_options: []
238
240
  require_paths:
239
241
  - lib
@@ -244,14 +246,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
244
246
  version: 1.9.3
245
247
  required_rubygems_version: !ruby/object:Gem::Requirement
246
248
  requirements:
247
- - - ">"
249
+ - - ">="
248
250
  - !ruby/object:Gem::Version
249
- version: 1.3.1
251
+ version: '0'
250
252
  requirements: []
251
253
  rubyforge_project:
252
- rubygems_version: 2.2.2
254
+ rubygems_version: 2.4.6
253
255
  signing_key:
254
256
  specification_version: 4
255
257
  summary: Sensu plugins for ceph
256
258
  test_files: []
257
- has_rdoc:
metadata.gz.sig CHANGED
Binary file