wxianfeng_simple_captcha 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -19,6 +19,10 @@ captcha for Rails
19
19
  Rails >=3.1
20
20
 
21
21
  gem 'wxianfeng_simple_captcha', '0.2.0', require: 'simple_captcha'
22
+
23
+ Rails >=4.0
24
+
25
+ gem 'wxianfeng_simple_captcha', '0.4.0', require: 'simple_captcha'
22
26
 
23
27
  ## Setup
24
28
 
@@ -3,7 +3,7 @@ module SimpleCaptcha
3
3
  # set_table_name "simple_captcha_data"
4
4
  self.table_name = "simple_captcha_data"
5
5
 
6
- attr_accessible :key, :value
6
+ # attr_accessible :key, :value
7
7
 
8
8
  class << self
9
9
  def get_data(key)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wxianfeng_simple_captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
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: 2013-05-06 00:00:00.000000000 Z
12
+ date: 2013-05-07 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! ' wxianfeng_simple_captcha is captcha for rails,modified from simple_captcha
15
15
  .'