user_agent_parser 1.0.0 → 2.1.1

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.

Potentially problematic release.


This version of user_agent_parser might be problematic. Click here for more details.

metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_agent_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 2.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tim Lucas
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-06-03 00:00:00.000000000 Z
11
+ date: 2013-10-28 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A simple, comprehensive Ruby gem for parsing user agent strings with
15
14
  the help of BrowserScope's UA database
@@ -21,6 +20,7 @@ files:
21
20
  - MIT-LICENSE
22
21
  - Readme.md
23
22
  - lib/user_agent_parser.rb
23
+ - lib/user_agent_parser/device.rb
24
24
  - lib/user_agent_parser/operating_system.rb
25
25
  - lib/user_agent_parser/parser.rb
26
26
  - lib/user_agent_parser/user_agent.rb
@@ -29,30 +29,26 @@ files:
29
29
  homepage: http://github.com/toolmantim/user_agent_parser
30
30
  licenses:
31
31
  - MIT
32
+ metadata: {}
32
33
  post_install_message:
33
34
  rdoc_options: []
34
35
  require_paths:
35
36
  - lib
36
37
  required_ruby_version: !ruby/object:Gem::Requirement
37
- none: false
38
38
  requirements:
39
- - - ! '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: 1.9.2
41
+ version: 1.8.7
42
42
  required_rubygems_version: !ruby/object:Gem::Requirement
43
- none: false
44
43
  requirements:
45
- - - ! '>='
44
+ - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
- segments:
49
- - 0
50
- hash: 2550516200831264271
51
47
  requirements: []
52
48
  rubyforge_project:
53
- rubygems_version: 1.8.23
49
+ rubygems_version: 2.1.10
54
50
  signing_key:
55
- specification_version: 3
51
+ specification_version: 4
56
52
  summary: A simple, comprehensive Ruby gem for parsing user agent strings with the
57
53
  help of BrowserScope's UA database
58
54
  test_files: []