what 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,8 @@ module What
5
5
  @config.each do |name, config|
6
6
  if config.is_a?(Hash)
7
7
  @config[name] = {
8
- 'warning' => @config['warning'].to_i,
9
- 'alert' => @config['alert'].to_i
8
+ 'warning' => config['warning'].to_i,
9
+ 'alert' => config['alert'].to_i
10
10
  }
11
11
  else
12
12
  @config[name] = {
data/lib/what/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module What
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Fitzgerald