user_agent_parser 0.1.1 → 2.0.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_agent_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 2.0.0
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-05-02 00:00:00.000000000 Z
12
+ date: 2013-02-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A simple, comprehensive Ruby gem for parsing user agent strings with
15
15
  the help of BrowserScope's UA database
@@ -21,6 +21,7 @@ files:
21
21
  - MIT-LICENSE
22
22
  - Readme.md
23
23
  - lib/user_agent_parser.rb
24
+ - lib/user_agent_parser/device.rb
24
25
  - lib/user_agent_parser/operating_system.rb
25
26
  - lib/user_agent_parser/parser.rb
26
27
  - lib/user_agent_parser/user_agent.rb
@@ -38,16 +39,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
38
39
  requirements:
39
40
  - - ! '>='
40
41
  - !ruby/object:Gem::Version
41
- version: 1.9.2
42
+ version: 1.8.7
42
43
  required_rubygems_version: !ruby/object:Gem::Requirement
43
44
  none: false
44
45
  requirements:
45
46
  - - ! '>='
46
47
  - !ruby/object:Gem::Version
47
48
  version: '0'
48
- segments:
49
- - 0
50
- hash: 1405063737909332599
51
49
  requirements: []
52
50
  rubyforge_project:
53
51
  rubygems_version: 1.8.23