sensu-plugins-windows 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1585766cf7f2f5649ae6958bd4f98ea53e06563
4
- data.tar.gz: 79190644e127daba3a7fb66a6a883db18a1fc58f
3
+ metadata.gz: 204f86ed952d2fabc7a2c0b7499af5144fb2abd2
4
+ data.tar.gz: 17973c51333eab7e39ad39d4173888a9f6d23f71
5
5
  SHA512:
6
- metadata.gz: 8d07bbf44b5f855202cdfb3e52933e3ebe73565c136edc0bc8afba71290f0a1ac50b66ee03ff5d9481352b1765c9a6f4e9e82659321881eb5f7baf44a7c8dc65
7
- data.tar.gz: 94d379608f2cc63046098a8f6d7b5934b5069c6e3164d1cbe4a542637197a1a9c4b4c7b8233f1106dc37cd06cc030b5371fc3e019b293fd3ee2ed6bfd00b69be
6
+ metadata.gz: eae5e434b14f3e07b37e2c35c5ce3517eb03e8ab3f87093bd02e3a5e570492799e983e15ffc20b8dbe70bebda7e568a7c90d3765a3e081608e59507092e17fb9
7
+ data.tar.gz: 3251655b3ba5c937d9d198347f53dfebdaebe5dc1a96dea4764c54f731dcc14bbd163a328c555aa61e6567d5bc703fb21b16c28eaad80a0570bdebdbe4fc5739
data/CHANGELOG.md CHANGED
@@ -1,9 +1,14 @@
1
- #Change Log
1
+ # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/).
5
5
 
6
6
  ## [Unreleased]
7
+
8
+ ### [1.0.0] 2017-06-26
9
+ ### Fixed
10
+ - fix PR template with correct spelling of Compatibility. The big reason to make this a 1.x is to allow an upcoming breaking change and protecting users from it.
11
+
7
12
  ## [0.1.0] 2017-06-2017
8
13
  ### Fixed
9
14
  - Check-Windows-disk.rb added CSV formatting for WMIC.
@@ -1,7 +1,7 @@
1
1
  module SensuPluginsWindows
2
2
  module Version
3
- MAJOR = 0
4
- MINOR = 1
3
+ MAJOR = 1
4
+ MINOR = 0
5
5
  PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-windows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-08 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin