sniffux 0.0.2 → 0.0.3

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.
@@ -1,15 +1,12 @@
1
1
  class Sniffux
2
2
  module ActionController # :nodoc: all
3
3
  def self.included(base)
4
- base.send :helper_method, :browser
4
+ base.send :helper_method, :sniffux
5
5
  end
6
6
 
7
7
  private
8
8
  def sniffux
9
9
  @sniffux ||= Sniffux.new(
10
- #:accept_language => request.headers["Accept-Language"],
11
- #:ua => request.headers["User-Agent"]
12
-
13
10
  request.user_agent
14
11
  )
15
12
  end
@@ -1,3 +1,3 @@
1
1
  class Sniffux
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sniffux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: