browser_details 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ class BrowserDetails
58
58
  agent_details = [agent.browser]
59
59
  agent_details << 'Mobile' if agent.mobile?
60
60
  agent_details << agent.version
61
- agent_details << "(#{agent.platform})"
61
+ agent_details << "(#{agent.platform}, #{agent.os})"
62
62
 
63
63
  message << agent_details.join(' ')
64
64
  end
@@ -1,5 +1,5 @@
1
1
  class BrowserDetails
2
2
 
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browser_details
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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: 2012-12-26 00:00:00.000000000 Z
12
+ date: 2012-12-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: useragent