invisible_captcha 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "invisible_captcha"
8
- s.version = "0.6.0"
8
+ s.version = "0.6.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marc Anguera Insa"]
12
- s.date = "2013-09-03"
12
+ s.date = "2013-10-02"
13
13
  s.description = "Simple spam protection for Rails applications using honeypot strategy for better user experience."
14
14
  s.email = "srmarc.ai@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -1,8 +1,7 @@
1
- GEM_PATH = File.dirname(__FILE__) + "/invisible_captcha"
2
- require "#{GEM_PATH}/controller_helpers.rb"
3
- require "#{GEM_PATH}/view_helpers.rb"
4
- require "#{GEM_PATH}/form_helpers.rb"
5
- require "#{GEM_PATH}/validator.rb"
1
+ require 'invisible_captcha/controller_helpers.rb'
2
+ require 'invisible_captcha/view_helpers.rb'
3
+ require 'invisible_captcha/form_helpers.rb'
4
+ require 'invisible_captcha/validator.rb'
6
5
 
7
6
  module InvisibleCaptcha
8
7
  # Default sentence for humans if text field is visible
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: invisible_captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
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-09-03 00:00:00.000000000 Z
12
+ date: 2013-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 260613869
111
+ hash: -4204514257362035398
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements: