RubyGems
npm
Organizations
Log in
Sign up
RubyGems
locale_schema
Versions diffs
0.0.3 → 0.0.4
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.
Files changed (3)
hide
show
data/lib/locale_schema/rails/action_view.rb
+1
-1
data/lib/locale_schema/version.rb
+2
-2
metadata
+1
-1
data/lib/locale_schema/rails/action_view.rb
CHANGED
Viewed
@@ -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
data/lib/locale_schema/version.rb
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
1
module LocaleSchema
2
-
VERSION = "0.0.
3
"
3
-
end
2
+
VERSION = "0.0.
4
"
3
+
end
metadata
CHANGED
Viewed
@@ -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