simple_captcha 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/simple_captcha.rb +7 -0
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- joloudov
|
@@ -36,6 +36,7 @@ files:
|
|
36
36
|
- assets/views/simple_captcha/_simple_captcha.erb
|
37
37
|
- init.rb
|
38
38
|
- install.rb
|
39
|
+
- lib/simple_captcha.rb
|
39
40
|
- lib/simple_captcha_action_controller.rb
|
40
41
|
- lib/simple_captcha_action_view.rb
|
41
42
|
- lib/simple_captcha_active_record.rb
|