-
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 19, 2020
1 parent
ff528fc
commit 1dd7753
Showing
1 changed file
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,12 @@ Gem::Specification.new do |spec| | |
spec.name = 'fi_seo' | ||
spec.version = FiSeo::VERSION | ||
spec.authors = ['Banura Randika'] | ||
spec.email = ['[email protected]'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
|
||
spec.summary = 'FI_SEO summary' | ||
spec.description = 'FI_SEO description' | ||
spec.homepage = 'https://bitbucket.org/fidenz/fi_seo_ror/' | ||
spec.summary = 'Flexible SEO solution for rails projects' | ||
spec.description = 'This gem provides a easier solution to search engine optimization(SEO) in a ruby project. This will give you the seo capabilities to your static pages anddynamic pages alike with few lines of code. | ||
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.' | ||
spec.homepage = 'https://github.com/fidenz-developer/fi-seo.git' | ||
spec.license = 'MIT' | ||
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0') | ||
|
||
|