Skip to content

Commit

Permalink
Gemspec issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Banura Randika committed May 20, 2020
1 parent 3b84eba commit b4a4ff8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fi_seo (0.1.3)
fi_seo (0.1.4)
activerecord (>= 5.0, < 6.1)
meta-tags (~> 2.13)
xml-sitemap (~> 1.3, >= 1.3.3)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 TODO: Write your name
Copyright (c) 2020 Fidenz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions fi_seo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_seoable/version.rb
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

0 comments on commit b4a4ff8

Please sign in to comment.