carnac 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/carnac/check.rb CHANGED
@@ -7,7 +7,7 @@ module Carnac
7
7
  def initialize(options)
8
8
  @device = options.delete(:device) || '/dev/sda'
9
9
  @notify = options.delete(:notify) || ''
10
- @flags = options.delete(:flags) || ''
10
+ @type = options.delete(:type) || ''
11
11
  @hostname = Socket.gethostname
12
12
  end
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Carnac
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carnac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: