ayah_integration 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,78 +1,73 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: ayah_integration
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.6.1
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
|
-
authors:
|
7
|
+
authors:
|
7
8
|
- Andrew S Herron
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2011-12-13 00:00:00.000000000Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
16
15
|
name: rest-client
|
16
|
+
requirement: &2156430540 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
17
22
|
type: :runtime
|
18
|
-
|
19
|
-
version_requirements:
|
20
|
-
|
21
|
-
- - ">="
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: "0"
|
24
|
-
version:
|
25
|
-
- !ruby/object:Gem::Dependency
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *2156430540
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
26
|
name: json
|
27
|
+
requirement: &2156429900 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - ! '>='
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
27
33
|
type: :runtime
|
28
|
-
|
29
|
-
version_requirements:
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
version: "0"
|
34
|
-
version:
|
35
|
-
description: Integrate the AreYouAHuman.com CAPTCHA alternative human verification into your Ruby/Rails application
|
36
|
-
email: andrew@areyouahuman.com
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: *2156429900
|
36
|
+
description: Integrate the AreYouAHuman.com CAPTCHA alternative human verification
|
37
|
+
into your Ruby/Rails application
|
38
|
+
email: plugins@areyouahuman.com
|
37
39
|
executables: []
|
38
|
-
|
39
40
|
extensions: []
|
40
|
-
|
41
41
|
extra_rdoc_files: []
|
42
|
-
|
43
|
-
files:
|
42
|
+
files:
|
44
43
|
- Gemfile
|
45
44
|
- Rakefile
|
46
45
|
- README.md
|
47
46
|
- lib/ayah_integration.rb
|
48
47
|
- test/test_ayah_integration.rb
|
49
|
-
has_rdoc: true
|
50
48
|
homepage: http://rubygems.org/gems/ayah_integration
|
51
49
|
licenses: []
|
52
|
-
|
53
50
|
post_install_message:
|
54
51
|
rdoc_options: []
|
55
|
-
|
56
|
-
require_paths:
|
52
|
+
require_paths:
|
57
53
|
- lib
|
58
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
54
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
56
|
+
requirements:
|
57
|
+
- - ! '>='
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '0'
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
70
66
|
requirements: []
|
71
|
-
|
72
67
|
rubyforge_project:
|
73
|
-
rubygems_version: 1.
|
68
|
+
rubygems_version: 1.8.10
|
74
69
|
signing_key:
|
75
70
|
specification_version: 3
|
76
71
|
summary: AreYouAHuman.com CAPTCHA alternative integration library
|
77
72
|
test_files: []
|
78
|
-
|
73
|
+
has_rdoc:
|