Skip to content

Commit

Permalink
Gemspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Banura Randika committed May 19, 2020
1 parent ff528fc commit 1dd7753
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions fi_seo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 1dd7753

Please sign in to comment.