glebtv-simple_captcha 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/lib/glebtv-simple_captcha.rb +1 -0
- data/lib/simple_captcha/version.rb +1 -1
- metadata +4 -3
data/README.rdoc
CHANGED
@@ -35,11 +35,11 @@ in your model, besides usual AR instructions
|
|
35
35
|
|
36
36
|
==Installation
|
37
37
|
|
38
|
-
gem "glebtv-simple_captcha"
|
38
|
+
gem "glebtv-simple_captcha"
|
39
39
|
|
40
40
|
or
|
41
41
|
|
42
|
-
gem 'glebtv-simple_captcha', :
|
42
|
+
gem 'glebtv-simple_captcha', github: 'glebtv/simple-captcha'
|
43
43
|
|
44
44
|
==Setup
|
45
45
|
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'simple_captcha'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glebtv-simple_captcha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
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-
|
12
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -35,6 +35,7 @@ extra_rdoc_files:
|
|
35
35
|
- README.rdoc
|
36
36
|
files:
|
37
37
|
- lib/simple_captcha.rb
|
38
|
+
- lib/glebtv-simple_captcha.rb
|
38
39
|
- lib/generators/simple_captcha_generator.rb
|
39
40
|
- lib/generators/templates/partial.erb
|
40
41
|
- lib/generators/templates/migration.rb
|
@@ -75,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
76
|
version: '0'
|
76
77
|
requirements: []
|
77
78
|
rubyforge_project:
|
78
|
-
rubygems_version: 1.8.
|
79
|
+
rubygems_version: 1.8.25
|
79
80
|
signing_key:
|
80
81
|
specification_version: 3
|
81
82
|
summary: A fork of a fork of a fork of simple_captcha.
|