confparser 0.0.1 → 0.0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/confparser.rb +1 -0
  2. metadata +2 -1
data/lib/confparser.rb CHANGED
@@ -62,6 +62,7 @@ class ConfParser < Hash
62
62
 
63
63
  case line
64
64
  when /^\s*[;#]/ then next
65
+ when /^\s*$/ then next
65
66
  when /^\s*(.+?)\s*[=:]\s*(.*)$/
66
67
  if section
67
68
  self[section] = Section.new(self) unless self[section]
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- version: 0.0.1
9
+ - 1
10
+ version: 0.0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - shura