Skip to content

Commit 69ba9f9

Browse files
committed
Update
1 parent 43a2b60 commit 69ba9f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

errbit_plugin.gemspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Stephen Crosby"]
99
spec.email = ["[email protected]"]
1010

11-
spec.description = "Base to create an errbit plugin"
1211
spec.summary = "Base to create an errbit plugin"
13-
spec.homepage = "https://github.com/errbit/errbit"
12+
spec.description = "Base to create an errbit plugin"
13+
spec.homepage = "https://github.com/errbit/errbit_plugin"
1414
spec.license = "MIT"
15+
spec.required_ruby_version = ">= 3.1.0"
1516

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

0 commit comments

Comments
 (0)