Skip to content

Commit 2281879

Browse files
committed
Cleanup
1 parent 1f65f28 commit 2281879

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

errbit_github_plugin.gemspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# frozen_string_literal: true
22

3-
lib = File.expand_path("../lib", __FILE__)
4-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5-
require "errbit_github_plugin/version"
3+
require_relative "lib/errbit_github_plugin/version"
64

75
Gem::Specification.new do |spec|
86
spec.name = "errbit_github_plugin"
97
spec.version = ErrbitGithubPlugin::VERSION
108
spec.authors = ["Stephen Crosby"]
119
spec.email = ["[email protected]"]
1210

13-
spec.description = "GitHub integration for Errbit"
1411
spec.summary = "GitHub integration for Errbit"
12+
spec.description = "GitHub integration for Errbit"
1513
spec.homepage = "https://github.com/errbit/errbit_github_plugin"
1614
spec.license = "MIT"
15+
spec.required_ruby_version = ">= 3.1.0"
16+
17+
spec.metadata["homepage_uri"] = spec.homepage
18+
spec.metadata["source_code_uri"] = spec.homepage
1719

1820
spec.files = `git ls-files`.split($/)
1921
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)