rails_captcha 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rails_captcha/version.rb +1 -1
- metadata +46 -46
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_captcha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-11-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -51,58 +51,58 @@ extensions: []
|
|
51
51
|
extra_rdoc_files: []
|
52
52
|
files:
|
53
53
|
- app/helpers/rails_captcha/application_helper.rb
|
54
|
-
- app/views/layouts/rails_captcha/application.html.erb
|
55
|
-
- app/views/rails_captcha/captcha/_form.html.erb
|
56
54
|
- app/views/rails_captcha/captcha/load_captcha.js.erb
|
55
|
+
- app/views/rails_captcha/captcha/_form.html.erb
|
56
|
+
- app/views/layouts/rails_captcha/application.html.erb
|
57
57
|
- app/controllers/rails_captcha/captcha_controller.rb
|
58
58
|
- app/controllers/rails_captcha/application_controller.rb
|
59
|
-
- config/routes.rb
|
60
59
|
- config/locales/ru.yml
|
61
|
-
-
|
62
|
-
- lib/rails_captcha
|
60
|
+
- config/routes.rb
|
61
|
+
- lib/rails_captcha.rb
|
63
62
|
- lib/rails_captcha/version.rb
|
64
|
-
- lib/rails_captcha/captcha/model.rb
|
65
63
|
- lib/rails_captcha/captcha/config.rb
|
64
|
+
- lib/rails_captcha/captcha/generator.rb
|
65
|
+
- lib/rails_captcha/captcha/model.rb
|
66
66
|
- lib/rails_captcha/captcha/image.rb
|
67
|
-
- lib/rails_captcha/captcha/cipher.rb
|
68
|
-
- lib/rails_captcha/captcha/action.rb
|
69
67
|
- lib/rails_captcha/captcha/railtie.rb
|
70
|
-
- lib/rails_captcha/captcha/
|
71
|
-
- lib/rails_captcha.rb
|
68
|
+
- lib/rails_captcha/captcha/action.rb
|
69
|
+
- lib/rails_captcha/captcha/cipher.rb
|
70
|
+
- lib/rails_captcha/engine.rb
|
71
|
+
- lib/tasks/rails_captcha_tasks.rake
|
72
72
|
- MIT-LICENSE
|
73
73
|
- Rakefile
|
74
74
|
- README.rdoc
|
75
|
-
- test/test_helper.rb
|
76
|
-
- test/integration/navigation_test.rb
|
77
75
|
- test/rails_captcha_test.rb
|
78
|
-
- test/
|
76
|
+
- test/test_helper.rb
|
79
77
|
- test/dummy/script/rails
|
80
|
-
- test/dummy/README.rdoc
|
81
|
-
- test/dummy/Rakefile
|
82
|
-
- test/dummy/config/application.rb
|
83
|
-
- test/dummy/config/initializers/mime_types.rb
|
84
|
-
- test/dummy/config/initializers/inflections.rb
|
85
|
-
- test/dummy/config/initializers/session_store.rb
|
86
|
-
- test/dummy/config/initializers/secret_token.rb
|
87
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
88
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
89
|
-
- test/dummy/config/routes.rb
|
90
|
-
- test/dummy/config/locales/en.yml
|
91
|
-
- test/dummy/config/boot.rb
|
92
78
|
- test/dummy/config/environments/development.rb
|
93
79
|
- test/dummy/config/environments/production.rb
|
94
80
|
- test/dummy/config/environments/test.rb
|
81
|
+
- test/dummy/config/application.rb
|
82
|
+
- test/dummy/config/boot.rb
|
83
|
+
- test/dummy/config/locales/en.yml
|
95
84
|
- test/dummy/config/environment.rb
|
85
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
86
|
+
- test/dummy/config/initializers/inflections.rb
|
87
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
88
|
+
- test/dummy/config/initializers/mime_types.rb
|
89
|
+
- test/dummy/config/initializers/secret_token.rb
|
90
|
+
- test/dummy/config/initializers/session_store.rb
|
96
91
|
- test/dummy/config/database.yml
|
92
|
+
- test/dummy/config/routes.rb
|
93
|
+
- test/dummy/README.rdoc
|
94
|
+
- test/dummy/config.ru
|
95
|
+
- test/dummy/Rakefile
|
97
96
|
- test/dummy/app/helpers/application_helper.rb
|
98
97
|
- test/dummy/app/views/layouts/application.html.erb
|
98
|
+
- test/dummy/app/controllers/application_controller.rb
|
99
99
|
- test/dummy/app/assets/stylesheets/application.css
|
100
100
|
- test/dummy/app/assets/javascripts/application.js
|
101
|
-
- test/dummy/app/controllers/application_controller.rb
|
102
101
|
- test/dummy/public/500.html
|
103
|
-
- test/dummy/public/favicon.ico
|
104
102
|
- test/dummy/public/404.html
|
105
103
|
- test/dummy/public/422.html
|
104
|
+
- test/dummy/public/favicon.ico
|
105
|
+
- test/integration/navigation_test.rb
|
106
106
|
homepage: https://github.com/vav/rails_captcha
|
107
107
|
licenses: []
|
108
108
|
post_install_message:
|
@@ -128,34 +128,34 @@ signing_key:
|
|
128
128
|
specification_version: 3
|
129
129
|
summary: Rails Captcha Engine for Rails 3 applications
|
130
130
|
test_files:
|
131
|
-
- test/test_helper.rb
|
132
|
-
- test/integration/navigation_test.rb
|
133
131
|
- test/rails_captcha_test.rb
|
134
|
-
- test/
|
132
|
+
- test/test_helper.rb
|
135
133
|
- test/dummy/script/rails
|
136
|
-
- test/dummy/README.rdoc
|
137
|
-
- test/dummy/Rakefile
|
138
|
-
- test/dummy/config/application.rb
|
139
|
-
- test/dummy/config/initializers/mime_types.rb
|
140
|
-
- test/dummy/config/initializers/inflections.rb
|
141
|
-
- test/dummy/config/initializers/session_store.rb
|
142
|
-
- test/dummy/config/initializers/secret_token.rb
|
143
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
144
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
145
|
-
- test/dummy/config/routes.rb
|
146
|
-
- test/dummy/config/locales/en.yml
|
147
|
-
- test/dummy/config/boot.rb
|
148
134
|
- test/dummy/config/environments/development.rb
|
149
135
|
- test/dummy/config/environments/production.rb
|
150
136
|
- test/dummy/config/environments/test.rb
|
137
|
+
- test/dummy/config/application.rb
|
138
|
+
- test/dummy/config/boot.rb
|
139
|
+
- test/dummy/config/locales/en.yml
|
151
140
|
- test/dummy/config/environment.rb
|
141
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
142
|
+
- test/dummy/config/initializers/inflections.rb
|
143
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
144
|
+
- test/dummy/config/initializers/mime_types.rb
|
145
|
+
- test/dummy/config/initializers/secret_token.rb
|
146
|
+
- test/dummy/config/initializers/session_store.rb
|
152
147
|
- test/dummy/config/database.yml
|
148
|
+
- test/dummy/config/routes.rb
|
149
|
+
- test/dummy/README.rdoc
|
150
|
+
- test/dummy/config.ru
|
151
|
+
- test/dummy/Rakefile
|
153
152
|
- test/dummy/app/helpers/application_helper.rb
|
154
153
|
- test/dummy/app/views/layouts/application.html.erb
|
154
|
+
- test/dummy/app/controllers/application_controller.rb
|
155
155
|
- test/dummy/app/assets/stylesheets/application.css
|
156
156
|
- test/dummy/app/assets/javascripts/application.js
|
157
|
-
- test/dummy/app/controllers/application_controller.rb
|
158
157
|
- test/dummy/public/500.html
|
159
|
-
- test/dummy/public/favicon.ico
|
160
158
|
- test/dummy/public/404.html
|
161
159
|
- test/dummy/public/422.html
|
160
|
+
- test/dummy/public/favicon.ico
|
161
|
+
- test/integration/navigation_test.rb
|