anti-captcha 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7acc57f8283abe3e78ae0676cca6047664801c7b
4
- data.tar.gz: cf7ceb453f2902c1ba469ece475115545a3ba1f4
3
+ metadata.gz: cc128e3eb750d5047b91a0ff9d8ff8e364fafe41
4
+ data.tar.gz: 089e1095c4d9a54a3e2cd887474cd5b24a9d2b54
5
5
  SHA512:
6
- metadata.gz: 34be9f7cf054d3cf46fbb5776ea599ce6a6480df5332eb62ac0b992d85a7ef79a4404dce790d6f1c3e0bb6f734c2070ade04c12d681d90e6452bcdd06e096112
7
- data.tar.gz: 10f1469f7fefa511aa5d9740db1c39586e6a6506f364bb52f88ef1669851d70a928380d89fe1f773f66cf0dd2a087e36c01ff19bfd7652c6c34cb089ff756f49
6
+ metadata.gz: b357f0af5d93890610a7a6aa691aaf3c692ce4c2c8a96bd2b5a2845b82fe3771843de3c868a7bc75ed1e7d3a19feadb625ece2dcc616a49ca0a7e8a0b4b31578
7
+ data.tar.gz: 3252b988828504969027403e5f419cebd00519ec7626b3e0c3a4dd7be721f1f05a3531841657eadf99fa76f4a5ee0506fa0e62f26877cf9f18ae57f946549a19
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # AntiCaptcha [![Build Status](https://secure.travis-ci.org/pomnikita/antigate_rb.png)](http://travis-ci.org/pomnikita/antigate_rb)
1
+ # AntiCaptcha [![Build Status](https://secure.travis-ci.org/debbbbie/anti-captcha.png)](http://travis-ci.org/debbbbie/anti-captcha)
2
2
 
3
3
  anti-captcha.com ruby api wrapper
4
4
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["debbbbie@163.com"]
11
11
  spec.summary = "AntiCaptcha api ruby wrapper"
12
12
  spec.description = "AntiCaptcha api ruby wrapper"
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/debbbbie/anti-captcha"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module AntiCaptcha
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anti-captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - debbbbie
@@ -100,7 +100,7 @@ files:
100
100
  - lib/anti-captcha/error.rb
101
101
  - lib/anti-captcha/version.rb
102
102
  - test/anti-captcha_test.rb
103
- homepage: ''
103
+ homepage: https://github.com/debbbbie/anti-captcha
104
104
  licenses:
105
105
  - MIT
106
106
  metadata: {}