Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-2captcha (1.0.2)
ruby-2captcha (1.1.5)

GEM
remote: https://rubygems.org/
Expand All @@ -20,7 +20,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
rexml (3.2.5)
rexml (3.3.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -34,7 +34,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.51.0)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand Down Expand Up @@ -64,4 +64,4 @@ DEPENDENCIES
ruby-2captcha!

BUNDLED WITH
2.4.12
2.4.22
7 changes: 2 additions & 5 deletions api_2captcha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/2captcha/2captcha-ruby/releases"
spec.metadata["github_repo"] = "ssh://github.com/2captcha/2captcha-ruby"
spec.metadata["bug_tracker_uri"] = "https://github.com/2captcha/2captcha-ruby/issues"
spec.metadata["keywords"] = [
'2captcha', 'captcha solver', 'captcha bypass', 'Ruby', 'automation',
'CAPTCHA API', 'CAPTCHA recognition', 'anti-captcha', 'reCAPTCHA', 'OCR',
'image recognition', 'human verification', 'bot protection', 'recaptcha'
]
spec.metadata["keywords"] = "2captcha, captcha solver, captcha bypass, Ruby, automation, CAPTCHA API, CAPTCHA recognition, anti-captcha, reCAPTCHA, OCR, image recognition, human verification, bot protection, recaptcha"


# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down