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 +4 -4
- data/README.md +1 -1
- data/anti-captcha.gemspec +1 -1
- data/lib/anti-captcha/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc128e3eb750d5047b91a0ff9d8ff8e364fafe41
|
4
|
+
data.tar.gz: 089e1095c4d9a54a3e2cd887474cd5b24a9d2b54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
|
data/anti-captcha.gemspec
CHANGED
@@ -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($/)
|
data/lib/anti-captcha/version.rb
CHANGED
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.
|
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: {}
|