easy_captcha 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION +1 -1
  3. data/easy_captcha.gemspec +1 -1
  4. metadata +2 -2
data/README.rdoc CHANGED
@@ -59,7 +59,7 @@ You can write this in "config/initializers/easy_captcha.rb", if you want to cust
59
59
  <% end %>
60
60
 
61
61
  == Example
62
- You find a sample app under: http://github.com/traxanos/easy_captcha_sample
62
+ You find an example app under: http://github.com/traxanos/easy_captcha_example
63
63
 
64
64
  == Maintainers
65
65
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
data/easy_captcha.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{easy_captcha}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marco Scholl"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Marco Scholl