wunderbar 0.16.14 → 0.16.15

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.
@@ -88,6 +88,7 @@ module Wunderbar
88
88
 
89
89
  # ensure that non-void elements are explicitly closed
90
90
  if not block and not VOID.include?(name)
91
+ args[0] = '' if args.length > 1 and args.first == nil
91
92
  symbol = (args.shift if args.length > 0 and Symbol === args.first)
92
93
  if args.length == 0 or (args.length == 1 and Hash === args.first)
93
94
  args.unshift ''
@@ -2,7 +2,7 @@ module Wunderbar
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 16
5
- TINY = 14
5
+ TINY = 15
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/wunderbar.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "wunderbar"
5
- s.version = "0.16.14"
5
+ s.version = "0.16.15"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sam Ruby"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wunderbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.14
4
+ version: 0.16.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: