-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Banura Randika
committed
May 20, 2020
1 parent
3b84eba
commit b4a4ff8
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ require_relative 'lib/acts_as_seoable/version' | |
Gem::Specification.new do |spec| | ||
spec.name = 'fi_seo' | ||
spec.version = FiSeo::VERSION | ||
spec.authors = ['Banura Randika'] | ||
spec.email = ['[email protected]', '[email protected]', '[email protected]'] | ||
spec.authors = ['Fidenz'] | ||
spec.email = ['[email protected]'] | ||
|
||
spec.summary = 'Flexible SEO solution for rails projects' | ||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module FiSeo | ||
VERSION = "0.1.3" | ||
VERSION = "0.1.5" | ||
end |