fullstack-cms 0.3.21 → 0.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.22
|
data/fullstack-cms.gemspec
CHANGED
|
@@ -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.
|
|
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:
|
|
348
|
+
hash: 3292868043360910414
|
|
349
349
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
350
350
|
none: false
|
|
351
351
|
requirements:
|