minimal 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ class Minimal::Template
5
5
  module TranslatedTags
6
6
  TRANSLATED_TAGS.each do |name|
7
7
  define_method(name) do |*args, &block|
8
- args[0] = t(args[0]) if args[0].is_a?(Symbol)
8
+ args[0] = t(args[0]).html_safe if args[0].is_a?(Symbol)
9
9
  super(*args, &block)
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Minimal
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 18
10
- version: 0.0.18
9
+ - 19
10
+ version: 0.0.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-12 00:00:00 +02:00
18
+ date: 2010-09-15 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency