rails_qaptcha 0.0.3.2 → 0.0.3.3
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/rails_qaptcha/version.rb +1 -1
- metadata +3 -5
- data/Gemfile.lock +0 -93
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_qaptcha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 69
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
9
|
- 3
|
|
10
|
-
-
|
|
11
|
-
version: 0.0.3.
|
|
10
|
+
- 3
|
|
11
|
+
version: 0.0.3.3
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- AlexZhang
|
|
@@ -71,11 +71,9 @@ executables: []
|
|
|
71
71
|
extensions: []
|
|
72
72
|
|
|
73
73
|
extra_rdoc_files:
|
|
74
|
-
- Gemfile.lock
|
|
75
74
|
- README.markdown
|
|
76
75
|
files:
|
|
77
76
|
- Gemfile
|
|
78
|
-
- Gemfile.lock
|
|
79
77
|
- Rakefile
|
|
80
78
|
- README.markdown
|
|
81
79
|
- app/controllers/qaptchas_controller.rb
|
data/Gemfile.lock
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
rails_qaptcha (0.0.1)
|
|
5
|
-
rails (= 3.0.8)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: http://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
abstract (1.0.0)
|
|
11
|
-
actionmailer (3.0.8)
|
|
12
|
-
actionpack (= 3.0.8)
|
|
13
|
-
mail (~> 2.2.19)
|
|
14
|
-
actionpack (3.0.8)
|
|
15
|
-
activemodel (= 3.0.8)
|
|
16
|
-
activesupport (= 3.0.8)
|
|
17
|
-
builder (~> 2.1.2)
|
|
18
|
-
erubis (~> 2.6.6)
|
|
19
|
-
i18n (~> 0.5.0)
|
|
20
|
-
rack (~> 1.2.1)
|
|
21
|
-
rack-mount (~> 0.6.14)
|
|
22
|
-
rack-test (~> 0.5.7)
|
|
23
|
-
tzinfo (~> 0.3.23)
|
|
24
|
-
activemodel (3.0.8)
|
|
25
|
-
activesupport (= 3.0.8)
|
|
26
|
-
builder (~> 2.1.2)
|
|
27
|
-
i18n (~> 0.5.0)
|
|
28
|
-
activerecord (3.0.8)
|
|
29
|
-
activemodel (= 3.0.8)
|
|
30
|
-
activesupport (= 3.0.8)
|
|
31
|
-
arel (~> 2.0.10)
|
|
32
|
-
tzinfo (~> 0.3.23)
|
|
33
|
-
activeresource (3.0.8)
|
|
34
|
-
activemodel (= 3.0.8)
|
|
35
|
-
activesupport (= 3.0.8)
|
|
36
|
-
activesupport (3.0.8)
|
|
37
|
-
arel (2.0.10)
|
|
38
|
-
builder (2.1.2)
|
|
39
|
-
diff-lcs (1.1.2)
|
|
40
|
-
erubis (2.6.6)
|
|
41
|
-
abstract (>= 1.0.0)
|
|
42
|
-
i18n (0.5.0)
|
|
43
|
-
mail (2.2.19)
|
|
44
|
-
activesupport (>= 2.3.6)
|
|
45
|
-
i18n (>= 0.4.0)
|
|
46
|
-
mime-types (~> 1.16)
|
|
47
|
-
treetop (~> 1.4.8)
|
|
48
|
-
mime-types (1.16)
|
|
49
|
-
polyglot (0.3.1)
|
|
50
|
-
rack (1.2.3)
|
|
51
|
-
rack-mount (0.6.14)
|
|
52
|
-
rack (>= 1.0.0)
|
|
53
|
-
rack-test (0.5.7)
|
|
54
|
-
rack (>= 1.0)
|
|
55
|
-
rails (3.0.8)
|
|
56
|
-
actionmailer (= 3.0.8)
|
|
57
|
-
actionpack (= 3.0.8)
|
|
58
|
-
activerecord (= 3.0.8)
|
|
59
|
-
activeresource (= 3.0.8)
|
|
60
|
-
activesupport (= 3.0.8)
|
|
61
|
-
bundler (~> 1.0)
|
|
62
|
-
railties (= 3.0.8)
|
|
63
|
-
railties (3.0.8)
|
|
64
|
-
actionpack (= 3.0.8)
|
|
65
|
-
activesupport (= 3.0.8)
|
|
66
|
-
rake (>= 0.8.7)
|
|
67
|
-
thor (~> 0.14.4)
|
|
68
|
-
rake (0.9.2)
|
|
69
|
-
rspec (2.6.0)
|
|
70
|
-
rspec-core (~> 2.6.0)
|
|
71
|
-
rspec-expectations (~> 2.6.0)
|
|
72
|
-
rspec-mocks (~> 2.6.0)
|
|
73
|
-
rspec-core (2.6.4)
|
|
74
|
-
rspec-expectations (2.6.0)
|
|
75
|
-
diff-lcs (~> 1.1.2)
|
|
76
|
-
rspec-mocks (2.6.0)
|
|
77
|
-
rspec-rails (2.6.1)
|
|
78
|
-
actionpack (~> 3.0)
|
|
79
|
-
activesupport (~> 3.0)
|
|
80
|
-
railties (~> 3.0)
|
|
81
|
-
rspec (~> 2.6.0)
|
|
82
|
-
thor (0.14.6)
|
|
83
|
-
treetop (1.4.9)
|
|
84
|
-
polyglot (>= 0.3.1)
|
|
85
|
-
tzinfo (0.3.28)
|
|
86
|
-
|
|
87
|
-
PLATFORMS
|
|
88
|
-
ruby
|
|
89
|
-
|
|
90
|
-
DEPENDENCIES
|
|
91
|
-
rails_qaptcha!
|
|
92
|
-
rspec
|
|
93
|
-
rspec-rails
|