clean-my-vomit 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/clean-my-vomit.rb +1 -1
  2. metadata +1 -1
@@ -12,7 +12,7 @@ module CleanMyVomit
12
12
  polish(key, depth + 3)
13
13
  puts " "*depth + " }"
14
14
  elsif value
15
- puts " "*depth + key + " => #{value}"
15
+ puts " "*depth + key + " => #{value.to_s}"
16
16
  else
17
17
  puts " "*depth + key.to_s + ""
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clean-my-vomit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: