File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
75Gem ::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 ) }
You can’t perform that action at this time.
0 commit comments