Skip to content

Commit

Permalink
remove check-fs-writable
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Feb 16, 2015
1 parent 7abae38 commit 889ca5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 145 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
* refactored check-disk to use sys-filesystem gem instead of df, it is not 100% backwards compatible dur to the new use of objects vs, plain text
* depreciated check-disk in favor of check-disk-usage, it will be removed in the first stable release
* add pry as a development dependency
* updated README with more detailed installation instructions
* updated README with more detailed installation instructions

#### 0.0.1.alpha.5

* remove check-fs-writable and place it in sensu-plugins-filesystem-checks
143 changes: 0 additions & 143 deletions bin/check-fs-writable.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/sensu-plugins-disk-checks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#
module SensuPluginsDiskChecks
# Gem version
VERSION = '0.0.1.alpha.4'
VERSION = '0.0.1.alpha.5'
end

0 comments on commit 889ca5b

Please sign in to comment.