useful_helpers 0.0.30 → 0.0.30.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -54,7 +54,7 @@ module UsefulHelpers
|
|
54
54
|
end
|
55
55
|
city_abbr = I18n.t("useful_helpers.city_abbr")
|
56
56
|
regional_suffix = @city.present? ? @city.formatted : I18n.t("useful_helpers.regional_suffix")
|
57
|
-
unless ca('welcome', 'index')
|
57
|
+
unless ca('welcome', 'index') || ca('granat_cms/welcome', 'index')
|
58
58
|
if html.include?(regional_suffix)
|
59
59
|
html << " — #{@site_name}"
|
60
60
|
elsif @city.present?
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: useful_helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.30
|
4
|
+
version: 0.0.30.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
113
|
rubyforge_project:
|
114
|
-
rubygems_version: 1.8.
|
114
|
+
rubygems_version: 1.8.23
|
115
115
|
signing_key:
|
116
116
|
specification_version: 3
|
117
117
|
summary: Useful helpers methods for Good Rails App
|