Skip to content

Commit

Permalink
Fix copy-pasta in the gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jul 25, 2018
1 parent c2fd7ff commit 896188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixlib-versioning.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Seth Chisamore", "Christopher Maier"]
spec.description = "General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats."
spec.summary = spec.description
s.email = "info@chef.io"
spec.email = "info@chef.io"
spec.homepage = "https://github.com/chef/mixlib-versioning"
spec.license = "Apache-2.0"

Expand Down

0 comments on commit 896188d

Please sign in to comment.