human_detector 1.0.0.rc → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/human_detector.rb +5 -0
  2. metadata +2 -2
@@ -1,3 +1,8 @@
1
+ require 'action_view' unless defined? ActionView::Base
2
+ require 'action_controller' unless defined? ActionController::Base
3
+ require 'active_record' unless defined? ActiveRecord::Base
4
+ require 'activerecord_random'
5
+
1
6
  module HumanDetector
2
7
 
3
8
  autoload :ActionView, 'human_detector/rails_ext/action_view'
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - 0
9
- - rc
10
- version: 1.0.0.rc
9
+ - rc2
10
+ version: 1.0.0.rc2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gnomeslab, Lda.