mirror of
https://github.com/dkam/probot.git
synced 2025-12-28 09:14:53 +00:00
Gemspec adds the version, but tests also need it.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "lib/Probot/version"
|
||||
require_relative "lib/probot/version"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "Probot"
|
||||
@@ -8,14 +8,12 @@ Gem::Specification.new do |spec|
|
||||
spec.authors = ["Dan Milne"]
|
||||
spec.email = ["d@nmilne.com"]
|
||||
|
||||
spec.summary = "A Robots.txt parser."
|
||||
spec.description = "A more fully featured Robotos.txt parser."
|
||||
spec.summary = "A robots.txt parser."
|
||||
spec.description = "A fully featured robots.txt parser."
|
||||
spec.homepage = "http://github.com/dkam/probot"
|
||||
spec.license = "MIT"
|
||||
spec.required_ruby_version = ">= 3.0"
|
||||
|
||||
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = "http://github.com/dkam/probot"
|
||||
spec.metadata["changelog_uri"] = "http://github.com/dkam/probot/CHANGELOG.md"
|
||||
|
||||
Reference in New Issue
Block a user