sensu 0.15.0.beta.1 → 0.15.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: 88a516bffa471cdc7a92ba7779505d5772d39ac7
4
- data.tar.gz: 742e96b264865b62258b2b582982dd260a6a925b
3
+ metadata.gz: 87a4c04d315b6fa04d1a7190a92b1930f7d200c0
4
+ data.tar.gz: 2b12c3ea9ad041aa0471f5da64e1dbf944e2842a
5
5
  SHA512:
6
- metadata.gz: e659c2e552f904b82af92f1e6f18a59fb3e72a77944a5288fb3716708b52921fcf17c686d66593d456346a9692416cfcd5780df4a837328f6bbb929a232617b0
7
- data.tar.gz: 8786e10e37c20af6de234f3110f8d96e1fc69ea0909907703ca0465c013dd3f139c576a85b998c1d8d019541e1c335420e5bf395d44b14cae541756663ac9c42
6
+ metadata.gz: 26f9b294869552068400869107fa670e6cdb7ef34e1c229f033928137f5a4b524990a97b3b97741723563883443b72fb10289f04b780dede6137027131bb8b44
7
+ data.tar.gz: 95255955e76752a41eaa54f07655d0d3d31cfab94d900056309422c17417200383f8ab37f1a766bd9b9d8403bdaa539fc428d8674f67643dc080bbf115426df4
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.15.0 - TBD
1
+ ## 0.15.0 - 2014-10-31
2
2
 
3
3
  ### Features
4
4
 
@@ -1,6 +1,6 @@
1
1
  module Sensu
2
2
  unless defined?(Sensu::VERSION)
3
- VERSION = '0.15.0.beta.1'
3
+ VERSION = '0.15.0'
4
4
 
5
5
  SEVERITIES = %w[ok warning critical unknown]
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0.beta.1
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Porter
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-30 00:00:00.000000000 Z
12
+ date: 2014-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json
@@ -279,9 +279,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
279
279
  version: '0'
280
280
  required_rubygems_version: !ruby/object:Gem::Requirement
281
281
  requirements:
282
- - - ">"
282
+ - - ">="
283
283
  - !ruby/object:Gem::Version
284
- version: 1.3.1
284
+ version: '0'
285
285
  requirements: []
286
286
  rubyforge_project:
287
287
  rubygems_version: 2.2.2
@@ -289,3 +289,4 @@ signing_key:
289
289
  specification_version: 4
290
290
  summary: A monitoring framework
291
291
  test_files: []
292
+ has_rdoc: false