sensu-plugins-springboot 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: d376800a24f522cc7f47d5ca130a78b78a94a5ee
4
- data.tar.gz: 309429d989f567818099a893734dab3097733082
3
+ metadata.gz: d4766aa72a39ef44741f0c7026a5f47e716e9eab
4
+ data.tar.gz: 2221f471e9350f8bdd4eac6ed1d315e53b1e9ff1
5
5
  SHA512:
6
- metadata.gz: 9b24944c16f390392023c4c99db8da1cb83c3d96bfa7c108e857c381683ed671b2d216fe7e6a6e1c1298cd872912e1591c06445d8d36d823302d7b5e9e0a0e89
7
- data.tar.gz: e27cb4abdbb60b415168ceed716e256ae8ef2836738035090bf561a7eadcad8a8ecd7e133aec0808323a28a9b99f38cf622ada8b769eb504196abad64d440a36
6
+ metadata.gz: 08cfdfb8b361e8f40cd6b04363fea7aeba8c5fb00da7f3e4b2dedfa4032613fcd824ff497273ea59d381b6ea169a8565ad300720b719f5903555efc5e29b2a4b
7
+ data.tar.gz: d66086e719e3cca1f31f5ada46fbde5ad1e8d6c09fbb49cf9c41d47a86196e7509e0fca2ebd0bac62058ee5f6e3e75286b41f48abe6b6617bc608020e9d07ec5
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased][unreleased]
7
7
 
8
+ ## [0.0.2] - 2015-06-03
9
+
10
+ ### Fixed
11
+ - added binstubs
12
+
13
+ ### Changed
14
+ - removed cruft from /lib
15
+
8
16
  ## 0.0.1 - 2015-05-20
9
17
 
10
18
  ### Added
data/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  ## Functionality
11
11
 
12
12
  ## Files
13
- * bin/metrics-springboot
13
+ * bin/metrics-springboot.rb
14
14
 
15
15
  ## Usage
16
16
 
@@ -1,15 +1 @@
1
-
2
1
  require 'sensu-plugins-springboot/version'
3
-
4
- # Load the defaults
5
-
6
- #
7
- # Default class
8
- #
9
- module SensuPluginsSpringboot
10
- class << self
11
- end
12
-
13
- class << self
14
- end
15
- end
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsSpringboot
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
-
13
- NAME = 'sensu-plugins-springboot'
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
8
  end
28
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-springboot
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-21 00:00:00.000000000 Z
33
+ date: 2015-06-04 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -46,20 +46,6 @@ dependencies:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
48
  version: 1.1.0
49
- - !ruby/object:Gem::Dependency
50
- name: json
51
- requirement: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - '='
54
- - !ruby/object:Gem::Version
55
- version: 1.8.2
56
- type: :runtime
57
- prerelease: false
58
- version_requirements: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - '='
61
- - !ruby/object:Gem::Version
62
- version: 1.8.2
63
49
  - !ruby/object:Gem::Dependency
64
50
  name: codeclimate-test-reporter
65
51
  requirement: !ruby/object:Gem::Requirement
@@ -186,9 +172,10 @@ dependencies:
186
172
  - - "~>"
187
173
  - !ruby/object:Gem::Version
188
174
  version: '0.10'
189
- description: Sensu plugins for working with Springboot
175
+ description: Sensu plugins for Springboot
190
176
  email: "<sensu-users@googlegroups.com>"
191
- executables: []
177
+ executables:
178
+ - metrics-springboot.rb
192
179
  extensions: []
193
180
  extra_rdoc_files: []
194
181
  files:
@@ -202,7 +189,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-springboot
202
189
  licenses:
203
190
  - MIT
204
191
  metadata:
205
- maintainer: ''
192
+ maintainer: sensu-plugin
206
193
  development_status: active
207
194
  production_status: unstable - testing recommended
208
195
  release_draft: 'false'
@@ -227,5 +214,5 @@ rubyforge_project:
227
214
  rubygems_version: 2.4.6
228
215
  signing_key:
229
216
  specification_version: 4
230
- summary: Sensu plugins for working with Springboot
217
+ summary: Sensu plugins for Springboot
231
218
  test_files: []
metadata.gz.sig CHANGED
Binary file