wordnik_ruby_helpers 0.0.7 → 0.0.8

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.
@@ -1,3 +1,3 @@
1
1
  module WordnikRubyHelpers
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -17,7 +17,7 @@ module WordnikRubyHelpers
17
17
  def info_pair(label, value)
18
18
  value = content_tag(:span, "None", :class => "blank") if value.blank?
19
19
  label = content_tag(:span, "#{label}:", :class => "label")
20
- content_tag(:span, [label, value].join(" "), :class => "info_pair")
20
+ content_tag(:span, [label, value].join(" ").html_safe, :class => "info_pair")
21
21
  end
22
22
 
23
23
  # Give this helper an array, and get back a string of <li> elements.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Zeke Sikelianos
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-25 00:00:00 -08:00
18
+ date: 2011-01-28 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency