fullstack-cms 0.3.21 → 0.3.22

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.21
1
+ 0.3.22
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fullstack-cms"
8
- s.version = "0.3.21"
8
+ s.version = "0.3.22"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
@@ -97,9 +97,9 @@ eos
97
97
  %q{
98
98
 
99
99
  def home_page?
100
- self.class == Site::SiteController && action_name == "home"
100
+ controller_name == "site" && action_name == "home"
101
101
  end
102
-
102
+
103
103
  }
104
104
  end
105
105
 
@@ -31,14 +31,14 @@
31
31
  :viewport => "width=device-width, initial-scale=1.0",
32
32
  :og => {:type => "website"},
33
33
  :Geography => site_address,
34
- :Copyright => ,
35
- :Designer => ,
36
- :Publisher => ,
34
+ :Copyright => copyright,
35
+ :Designer => designer,
36
+ :Publisher => publisher,
37
37
  :distribution => "Global",
38
- :city => ,
39
- :country => ,
40
- :"geo.region" => ,
41
- :"geo.placename" => ,
38
+ :city => city,
39
+ :country => country,
40
+ :"geo.region" => geo_region,
41
+ :"geo.placename" => geo_placename,
42
42
  :"geo.position" => geo_position,
43
43
  :"ICBM" => icmb
44
44
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fullstack-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.21
4
+ version: 0.3.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -345,7 +345,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
345
345
  version: '0'
346
346
  segments:
347
347
  - 0
348
- hash: -2840629209679978229
348
+ hash: 3292868043360910414
349
349
  required_rubygems_version: !ruby/object:Gem::Requirement
350
350
  none: false
351
351
  requirements: