Skip to content

Commit

Permalink
updating gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Feb 28, 2020
1 parent 23e7165 commit 09aa013
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ This.ruby_gemspec do |spec|
spec.add_development_dependency( 'simplecov', '~> 0.18' )

spec.licenses = ['ISC']

spec.metadata = {
"bug_tracker_uri" => "https://github.com/copiousfreetime/launchy/issues",
"changelog_uri" => "https://github.com/copiousfreetime/launchy/blob/master/README.md",
"homepage_uri" => "https://github.com/copiousfreetime/launchy",
"source_code_uri" => "https://github.com/copiousfreetime/launchy",
}
end

load 'tasks/default.rake'
3 changes: 2 additions & 1 deletion launchy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Gem::Specification.new do |s|
s.version = "2.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/copiousfreetime/launchy/issues", "changelog_uri" => "https://github.com/copiousfreetime/launchy/blob/master/README.md", "homepage_uri" => "https://github.com/copiousfreetime/launchy", "source_code_uri" => "https://github.com/copiousfreetime/launchy" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Jeremy Hinegardner".freeze]
s.date = "2020-02-27"
s.date = "2020-02-28"
s.description = "Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external applications from within ruby programs.".freeze
s.email = "[email protected]".freeze
s.executables = ["launchy".freeze]
Expand Down

0 comments on commit 09aa013

Please sign in to comment.