Skip to content

Commit

Permalink
Add metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 14, 2019
1 parent ba09b30 commit fd73466
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion strings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ Gem::Specification.new do |spec|
spec.email = ["me@piotrmurach.com"]
spec.summary = %q{A set of useful functions for transforming strings.}
spec.description = %q{A set of useful functions such as fold, truncate, wrap and more for transoforming strings.}
spec.homepage = ""
spec.homepage = "https://github.com/piotrmurach/strings"
spec.license = "MIT"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/piotrmurach/strings/blob/master/CHANGELOG.md"
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/strings"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/piotrmurach/strings"

spec.files = Dir['{lib,spec}/**/*.rb', '{bin,tasks}/*', 'strings.gemspec']
spec.files += Dir['README.md', 'CHANGELOG.md', 'LICENSE.txt', 'Rakefile']
spec.bindir = "exe"
Expand Down

0 comments on commit fd73466

Please sign in to comment.