fi_seo 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/fi_seo.gemspec +1 -1
- data/lib/acts_as_seoable/version.rb +1 -1
- data/lib/fi_seo.rb +1 -1
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dafe48f7fa03b31b7de1446395510a5699c8842a9635ad72c465dc115e89dd0a
|
|
4
|
+
data.tar.gz: 192b67cb704a702be128d618cf36705c16284dd3c103ba073f9cf7df0db1eaa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4712349ec325ab202855b96aa2cbd479067de2bf61b5778047bfa299f5b2ac1c48037e373d1eb6f3f1e836e82a283444ea0d98ea8d2d95cadd932eef5b4384a
|
|
7
|
+
data.tar.gz: 7195f54ef2f2a67f4abf05813fb82653d13765f1f46dd8ac0d808bf7dd8a0f03437464c526219fd46f7e1a36fcef20cc5d7bc7bd3ed11d0ca222085ff381a43c
|
data/LICENSE.txt
CHANGED
data/fi_seo.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
|
|
|
4
4
|
spec.name = 'fi_seo'
|
|
5
5
|
spec.version = FiSeo::VERSION
|
|
6
6
|
spec.authors = ['Fidenz']
|
|
7
|
-
spec.email = ['info@fidenz.com'
|
|
7
|
+
spec.email = ['info@fidenz.com']
|
|
8
8
|
|
|
9
9
|
spec.summary = 'Flexible SEO solution for rails projects'
|
|
10
10
|
spec.description = 'This gem provides a easier solution to search engine optimization(SEO) in a rails project. This will give you the seo capabilities to your static pages and dynamic pages alike with few lines of code.
|
data/lib/fi_seo.rb
CHANGED
|
@@ -159,7 +159,7 @@ module FiSeo
|
|
|
159
159
|
self.create_dynamic_seo_record
|
|
160
160
|
else
|
|
161
161
|
DynamicSeo.where(seoable_type: self.class.to_s).where(seoable_id: self.id)
|
|
162
|
-
.update_all(title: self.
|
|
162
|
+
.update_all(title: self.dynamic_seo.title, description: self.dynamic_seo.description, keywords: self.dynamic_seo.keywords)
|
|
163
163
|
end
|
|
164
164
|
end
|
|
165
165
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fi_seo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fidenz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -69,8 +69,6 @@ description: |-
|
|
|
69
69
|
Also site maps are essential to the SEO of your web application. So this gem gives that capabilities with a feature to integrate google analytics.
|
|
70
70
|
email:
|
|
71
71
|
- info@fidenz.com
|
|
72
|
-
- tech@fidenz.com
|
|
73
|
-
- banura.r@fidenz.com
|
|
74
72
|
executables: []
|
|
75
73
|
extensions: []
|
|
76
74
|
extra_rdoc_files: []
|