Skip to content

Commit

Permalink
📰 update description in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Jun 25, 2024
1 parent f380d45 commit 3565337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions legitbot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Gem::Specification.new do |spec|
spec.author = 'Alexander Azarov'
spec.email = '[email protected]'
spec.homepage = 'https://github.com/alaz/legitbot'
spec.summary = 'Validate requests from Web crawlers: impersonating or not?'
spec.description = 'Does Web request come from a real search engine or from an impersonating agent?'
spec.summary = 'Web crawler request validation'
spec.description = 'Is this Web request from a real search engine or from an impersonating agent?'
spec.metadata = {
'rubygems_mfa_required' => 'true'
}

spec.required_ruby_version = '>= 2.6.0'
spec.required_ruby_version = '>= 3.0.0'
spec.add_dependency 'fast_interval_tree', '~> 0.2', '>= 0.2.2'
spec.add_dependency 'irrc', '~> 0.2', '>= 0.2.1'

Expand Down

0 comments on commit 3565337

Please sign in to comment.