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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/simple_captcha.rb +7 -0
  3. metadata +3 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,7 @@
1
+ require 'simple_captcha_setup'
2
+ require 'simple_captcha_config'
3
+ require 'simple_captcha_image'
4
+ require 'simple_captcha_action_view'
5
+ require 'simple_captcha_action_controller'
6
+ require 'simple_captcha_active_record'
7
+ require 'simple_captcha_controller'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
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