simple_captcha 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. metadata +17 -4
data/Rakefile CHANGED
@@ -10,6 +10,7 @@ begin
10
10
  gem.email = "joloudov@gmail.com"
11
11
  gem.homepage = "http://github.com/joloudov/simple_captcha"
12
12
  gem.authors = ["joloudov"]
13
+ gem.add_development_dependency "rails", ">= 2.3.7"
13
14
  gem.files = [
14
15
  '[A-Z]*',
15
16
  '*.rb',
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - joloudov
@@ -16,8 +16,21 @@ cert_chain: []
16
16
 
17
17
  date: 2010-07-14 00:00:00 +04:00
18
18
  default_executable:
19
- dependencies: []
20
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: rails
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 2
29
+ - 3
30
+ - 7
31
+ version: 2.3.7
32
+ type: :development
33
+ version_requirements: *id001
21
34
  description: SimpleCaptcha is the simplest and a robust captcha. Its implementation requires adding up a single line in views and in controllers/models. SimpleCaptcha is available to be used with Rails2.0 or above and also it provides the backward compatibility with previous versions of Rails.
22
35
  email: joloudov@gmail.com
23
36
  executables: []