kaptcha 0.0.3.5 → 0.0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/core/kaptcha.rb +2 -0
  2. metadata +4 -4
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+ #
1
3
  module Captcha
2
4
 
3
5
  def self.included(base)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaptcha
3
3
  version: !ruby/object:Gem::Version
4
- hash: 73
4
+ hash: 79
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 3
10
- - 5
11
- version: 0.0.3.5
10
+ - 6
11
+ version: 0.0.3.6
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bogdan Kulbida
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-01-07 00:00:00 Z
19
+ date: 2012-01-09 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: Form protection with simple captcha calculations.