anti-captcha 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f84fee14d600df9262d135fde340a8fc5b3943c
4
- data.tar.gz: 09627a5810cd2c188f7f2536f57b7fcbd53899b9
3
+ metadata.gz: 7acc57f8283abe3e78ae0676cca6047664801c7b
4
+ data.tar.gz: cf7ceb453f2902c1ba469ece475115545a3ba1f4
5
5
  SHA512:
6
- metadata.gz: 05c54a53eff0b1593125e3ae21b5fa2eafc0fc3ab734274fe128943dad46726193bc3add3df0fb96931a41ab61e608f740ccd047e4e9d226666186ff54ff0cf8
7
- data.tar.gz: 51a374ba80791ab2f056246215e72ac981e9a4c93d9c8d3bf7e251be61913f5eb8e2f41bcca88e5f2f6aae044b259f015092e523ed315fce045c44d6bb08fe17
6
+ metadata.gz: 34be9f7cf054d3cf46fbb5776ea599ce6a6480df5332eb62ac0b992d85a7ef79a4404dce790d6f1c3e0bb6f734c2070ade04c12d681d90e6452bcdd06e096112
7
+ data.tar.gz: 10f1469f7fefa511aa5d9740db1c39586e6a6506f364bb52f88ef1669851d70a928380d89fe1f773f66cf0dd2a087e36c01ff19bfd7652c6c34cb089ff756f49
data/anti-captcha.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'anti-captcha/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "anti-captcha"
8
8
  spec.version = AntiCaptcha::VERSION
9
- spec.authors = ["Nikita Pomiashchii"]
10
- spec.email = ["pomnikita@gmail.com"]
9
+ spec.authors = ["debbbbie"]
10
+ spec.email = ["debbbbie@163.com"]
11
11
  spec.summary = "AntiCaptcha api ruby wrapper"
12
12
  spec.description = "AntiCaptcha api ruby wrapper"
13
13
  spec.homepage = ""
@@ -1,3 +1,3 @@
1
1
  module AntiCaptcha
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anti-captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Nikita Pomiashchii
7
+ - debbbbie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: AntiCaptcha api ruby wrapper
84
84
  email:
85
- - pomnikita@gmail.com
85
+ - debbbbie@163.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []