scrolls-minimal 0.1.3 → 0.1.4

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/scrolls.rb +1 -0
  2. metadata +1 -1
@@ -25,6 +25,7 @@ module Scrolls
25
25
  end
26
26
 
27
27
  def unparse_pair(k, v)
28
+ v = v.call if v.is_a?(Proc)
28
29
  # only quote strings if they include whitespace
29
30
  if v.is_a?(String) && v =~ /\s/
30
31
  %{#{k}="#{v}"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrolls-minimal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: