user_agent_parser 1.0.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.

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.2
5
- prerelease:
4
+ version: 2.1.3
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-11-10 00:00:00.000000000 Z
11
+ date: 2014-03-13 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
@@ -20,7 +19,10 @@ extra_rdoc_files: []
20
19
  files:
21
20
  - MIT-LICENSE
22
21
  - Readme.md
22
+ - bin/user_agent_parser
23
23
  - lib/user_agent_parser.rb
24
+ - lib/user_agent_parser/cli.rb
25
+ - lib/user_agent_parser/device.rb
24
26
  - lib/user_agent_parser/operating_system.rb
25
27
  - lib/user_agent_parser/parser.rb
26
28
  - lib/user_agent_parser/user_agent.rb
@@ -29,27 +31,26 @@ files:
29
31
  homepage: http://github.com/toolmantim/user_agent_parser
30
32
  licenses:
31
33
  - MIT
34
+ metadata: {}
32
35
  post_install_message:
33
36
  rdoc_options: []
34
37
  require_paths:
35
38
  - lib
36
39
  required_ruby_version: !ruby/object:Gem::Requirement
37
- none: false
38
40
  requirements:
39
- - - ! '>='
41
+ - - ">="
40
42
  - !ruby/object:Gem::Version
41
- version: 1.9.2
43
+ version: 1.8.7
42
44
  required_rubygems_version: !ruby/object:Gem::Requirement
43
- none: false
44
45
  requirements:
45
- - - ! '>='
46
+ - - ">="
46
47
  - !ruby/object:Gem::Version
47
48
  version: '0'
48
49
  requirements: []
49
50
  rubyforge_project:
50
- rubygems_version: 1.8.23
51
+ rubygems_version: 2.2.2
51
52
  signing_key:
52
- specification_version: 3
53
+ specification_version: 4
53
54
  summary: A simple, comprehensive Ruby gem for parsing user agent strings with the
54
55
  help of BrowserScope's UA database
55
56
  test_files: []