wolcanus-simple_captcha 0.1.4 → 0.1.5
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/lib/simple_captcha/simple_captcha_data.rb +1 -0
- data/lib/simple_captcha/version.rb +1 -1
- metadata +34 -49
metadata
CHANGED
|
@@ -1,45 +1,35 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wolcanus-simple_captcha
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 1
|
|
8
|
-
- 4
|
|
9
|
-
version: 0.1.4
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.5
|
|
5
|
+
prerelease:
|
|
10
6
|
platform: ruby
|
|
11
|
-
authors:
|
|
7
|
+
authors:
|
|
12
8
|
- Weverton do Couto Timoteo
|
|
13
9
|
autorequire:
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
dependencies:
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2012-01-18 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
21
15
|
name: mongoid
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
requirements:
|
|
16
|
+
requirement: &70322792340720 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
25
19
|
- - ~>
|
|
26
|
-
- !ruby/object:Gem::Version
|
|
27
|
-
segments:
|
|
28
|
-
- 2
|
|
29
|
-
- 3
|
|
30
|
-
- 4
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
31
21
|
version: 2.3.4
|
|
32
22
|
type: :runtime
|
|
33
|
-
|
|
34
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *70322792340720
|
|
25
|
+
description: SimpleCaptcha is available to be used with Rails 3 or above and also
|
|
26
|
+
it provides the backward compatibility with previous versions of Rails.
|
|
35
27
|
email: weverton@wolcan.us
|
|
36
28
|
executables: []
|
|
37
|
-
|
|
38
29
|
extensions: []
|
|
39
|
-
|
|
40
|
-
extra_rdoc_files:
|
|
30
|
+
extra_rdoc_files:
|
|
41
31
|
- README.rdoc
|
|
42
|
-
files:
|
|
32
|
+
files:
|
|
43
33
|
- lib/generators/simple_captcha_generator.rb
|
|
44
34
|
- lib/generators/templates/partial.erb
|
|
45
35
|
- lib/generators/USAGE
|
|
@@ -57,35 +47,30 @@ files:
|
|
|
57
47
|
- lib/simple_captcha.rb
|
|
58
48
|
- Rakefile
|
|
59
49
|
- README.rdoc
|
|
60
|
-
|
|
50
|
+
- test/simple_captcha_test.rb
|
|
61
51
|
homepage: http://github.com/wolcanus/simple-captcha
|
|
62
52
|
licenses: []
|
|
63
|
-
|
|
64
53
|
post_install_message:
|
|
65
54
|
rdoc_options: []
|
|
66
|
-
|
|
67
|
-
require_paths:
|
|
55
|
+
require_paths:
|
|
68
56
|
- lib
|
|
69
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
requirements:
|
|
78
|
-
- -
|
|
79
|
-
- !ruby/object:Gem::Version
|
|
80
|
-
|
|
81
|
-
- 0
|
|
82
|
-
version: "0"
|
|
57
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
|
+
none: false
|
|
59
|
+
requirements:
|
|
60
|
+
- - ! '>='
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '0'
|
|
63
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
|
+
none: false
|
|
65
|
+
requirements:
|
|
66
|
+
- - ! '>='
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0'
|
|
83
69
|
requirements: []
|
|
84
|
-
|
|
85
70
|
rubyforge_project:
|
|
86
|
-
rubygems_version: 1.
|
|
71
|
+
rubygems_version: 1.8.10
|
|
87
72
|
signing_key:
|
|
88
73
|
specification_version: 3
|
|
89
74
|
summary: A fork of galetahub SimpleCaptcha for mongoid support.
|
|
90
|
-
test_files:
|
|
75
|
+
test_files:
|
|
91
76
|
- test/simple_captcha_test.rb
|