-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✏️ revisit the project's summary and description [skip ci]
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ Gem::Specification.new do |spec| | |
spec.author = "Alexander Azarov" | ||
spec.email = "[email protected]" | ||
spec.homepage = "https://github.com/alaz/legitbot" | ||
spec.summary = %q{Validate Web request was made by legitimate search engine} | ||
spec.summary = %q{Validate requests from Web crawlers: impersonating or not?} | ||
spec.description = "A library to make sure a Web request has been "\ | ||
"made by a real search engine, not a fake" | ||
"made by a real search engine, not a malicious agent" | ||
|
||
spec.required_ruby_version = '>= 2.3.0' | ||
spec.add_dependency "irrc", ">= 0.2.1" | ||
|