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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a437ae096bcfb7cccccbba6bcf6b43f33c1cdf425e9133651899fa041ec5f6e3
4
- data.tar.gz: 87069ad91d3d5bcc2e8376e7b227c9fd384500461ba37a3b820ada2330785c0c
3
+ metadata.gz: dafe48f7fa03b31b7de1446395510a5699c8842a9635ad72c465dc115e89dd0a
4
+ data.tar.gz: 192b67cb704a702be128d618cf36705c16284dd3c103ba073f9cf7df0db1eaa2
5
5
  SHA512:
6
- metadata.gz: f06107c54997b137ed1b1bdaf07f7c231a1aa9ce45a540b90ba152d4bbbae39480ad7cfc49f97187c38c3a113b83334a1112205fc1ecb162589ce66c78bdfbde
7
- data.tar.gz: 504de94df17ee1e25ab1cdfa69051cbefa5adf662cd36393ae6166cd2408d0525886aeffb9e34d87584f3c6ef70a65943229afcb7fe67fc16f7688a3e81e9526
6
+ metadata.gz: f4712349ec325ab202855b96aa2cbd479067de2bf61b5778047bfa299f5b2ac1c48037e373d1eb6f3f1e836e82a283444ea0d98ea8d2d95cadd932eef5b4384a
7
+ data.tar.gz: 7195f54ef2f2a67f4abf05813fb82653d13765f1f46dd8ac0d808bf7dd8a0f03437464c526219fd46f7e1a36fcef20cc5d7bc7bd3ed11d0ca222085ff381a43c
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 TODO: Write your name
3
+ Copyright (c) 2020 Fidenz
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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', 'tech@fidenz.com', 'banura.r@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.
@@ -1,3 +1,3 @@
1
1
  module FiSeo
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -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.title_value, description: self.description_value, keywords: self.keywords_value)
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
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-05-20 00:00:00.000000000 Z
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: []