textcaptchasolver 0.0.0 → 0.0.1
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.
- data/textcaptchasolver-0.0.0.gem +0 -0
- data/textcaptchasolver.gemspec +2 -2
- metadata +2 -2
Binary file
|
data/textcaptchasolver.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'textcaptchasolver'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.1'
|
4
4
|
s.date = '2011-12-03'
|
5
5
|
s.summary = "Gem to beat questions served up by the TextCaptcha service."
|
6
6
|
s.description = "Gem to beat questions served up by the TextCaptcha service."
|
7
|
-
s.authors = ["Jake
|
7
|
+
s.authors = ["Jake Austwick"]
|
8
8
|
s.email = 'contact@mumbodesign.com'
|
9
9
|
s.files = `git ls-files`.split("\n")
|
10
10
|
s.homepage =
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: textcaptchasolver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Jake
|
8
|
+
- Jake Austwick
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|