antigate_api 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/antigate_api.gemspec CHANGED
@@ -5,6 +5,7 @@ require 'antigate_api/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "antigate_api"
8
+ gem.license = "MIT"
8
9
  gem.version = AntigateApi::VERSION
9
10
  gem.authors = ["Tam Vo"]
10
11
  gem.email = ["vo.mita.ov@gmail.com"]
@@ -16,5 +17,7 @@ Gem::Specification.new do |gem|
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
19
  gem.require_paths = ["lib"]
20
+
21
+ gem.add_dependency("multipart-post", ">= 3.0.0")
19
22
  end
20
23
 
@@ -1,3 +1,3 @@
1
1
  module AntigateApi
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: antigate_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-05 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2013-07-10 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: multipart-post
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.0.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.0.0
14
30
  description: Antigate (Decode captcha service) wrapper for Ruby
15
31
  email:
16
32
  - vo.mita.ov@gmail.com
@@ -29,7 +45,8 @@ files:
29
45
  - lib/antigate_api/errors.rb
30
46
  - lib/antigate_api/version.rb
31
47
  homepage: http://github.com/tamvo/antigate_api
32
- licenses: []
48
+ licenses:
49
+ - MIT
33
50
  post_install_message:
34
51
  rdoc_options: []
35
52
  require_paths: