locale_schema 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module LocaleSchema
9
9
  :scope => "#{controller_path}/#{action_name}"
10
10
  )
11
11
  s = translation.to_s
12
- s = s.html_safe if translation.html_safe? && s.respond_to(:html_safe)
12
+ s = s.html_safe if translation.html_safe? && s.respond_to?(:html_safe)
13
13
  s
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module LocaleSchema
2
- VERSION = "0.0.3"
3
- end
2
+ VERSION = "0.0.4"
3
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: locale_schema
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christopher Dell