We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a2b60 commit 69ba9f9Copy full SHA for 69ba9f9
errbit_plugin.gemspec
@@ -8,10 +8,11 @@ Gem::Specification.new do |spec|
8
spec.authors = ["Stephen Crosby"]
9
spec.email = ["[email protected]"]
10
11
- spec.description = "Base to create an errbit plugin"
12
spec.summary = "Base to create an errbit plugin"
13
- spec.homepage = "https://github.com/errbit/errbit"
+ spec.description = "Base to create an errbit plugin"
+ spec.homepage = "https://github.com/errbit/errbit_plugin"
14
spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 3.1.0"
16
17
spec.files = `git ls-files`.split($/)
18
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
0 commit comments