useragent 0.4.14 → 0.4.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,6 +86,8 @@ class UserAgent
86
86
  'webOS'
87
87
  elsif application.comment[0] =~ /Windows/
88
88
  'Windows'
89
+ elsif application.comment[0] == 'BB10'
90
+ 'BlackBerry'
89
91
  else
90
92
  application.comment[0]
91
93
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: useragent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.14
4
+ version: 0.4.15
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-11-27 00:00:00.000000000 Z
12
+ date: 2012-12-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -89,3 +89,4 @@ signing_key:
89
89
  specification_version: 3
90
90
  summary: HTTP User Agent parser
91
91
  test_files: []
92
+ has_rdoc: