spob_browser_detector 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'spob_browser_detector/detector'
|
|
5
5
|
require 'spob_browser_detector/rails/view_helpers'
|
6
6
|
|
7
7
|
module SpobBrowserDetector
|
8
|
-
VERSION = '1.0.
|
8
|
+
VERSION = '1.0.2'
|
9
9
|
end
|
10
10
|
|
11
11
|
ActionView::Base.send( :include, SpobBrowserDetector::Rails::ViewHelpers ) if defined?( ActionView )
|