glebtv-simple_captcha 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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", :require => "simple_captcha"
38
+ gem "glebtv-simple_captcha"
39
39
 
40
40
  or
41
41
 
42
- gem 'glebtv-simple_captcha', :require => 'simple_captcha', :git => 'git://github.com/glebtv/simple-captcha.git'
42
+ gem 'glebtv-simple_captcha', github: 'glebtv/simple-captcha'
43
43
 
44
44
  ==Setup
45
45
 
@@ -0,0 +1 @@
1
+ require 'simple_captcha'
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module SimpleCaptcha
3
- VERSION = "0.4.5".freeze
3
+ VERSION = "0.4.6".freeze
4
4
  end
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.5
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-03-22 00:00:00.000000000 Z
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.24
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.