aua 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed65dbc5b074572f12ba6f6e7151c2e251bf598c7a3e089670d4411b996a351a
4
- data.tar.gz: 9f6cd77585e459b23bc79e6ea6e94f6693af40477acbe46492a8005cbb604838
3
+ metadata.gz: 33204404b125f9d2e59019fb1526b6ce535c7c8636a112d78d18b9a4d64daf37
4
+ data.tar.gz: d41eae4a2a53c1acdb0a309f7dc4b4b084dcd1e7109a685a1dee6bade847014f
5
5
  SHA512:
6
- metadata.gz: 99f7f87c0b69e2c31a49cbcc39cf4307216a021abba964b80dd711714f4446a4173793b73a01460db80ccb5c680f3ea63c6e54e8df68789d2a67b1eb11b746e7
7
- data.tar.gz: a21690e1eeac97fe0af0bc6690ab1dc95accc17a01620ee78b29812dc7778809e13ff18ea0c5ecf7576fcda40afbe7f0818173479482d095646d6b97fc172b26
6
+ metadata.gz: 8466a797c13044f64e21cb1f39a646a4fa1a1fe0bd116b31630760d21f13cd5fe92fb89803490ecc149e6a6d4e63e35a4c04577b5ae7e8eb88229e9923cd306d
7
+ data.tar.gz: 395b4ad416c5801e02c1b21a1af2b9ca3fa4c43a272752c0b1c43b1f58067eaee27731397608b666df26cb89d925a45d28b905d7bc349290c41d2688c8ba7cea
@@ -6,6 +6,9 @@ module Aua::Agents::Msie
6
6
 
7
7
  PATTERN = /(MSIE |Trident\/)([\d.]+)/
8
8
  TRIDENT_VERSION_MAP = {
9
+ "4.0" => "8.0",
10
+ "5.0" => "9.0",
11
+ "6.0" => "10.0",
9
12
  "7.0" => "11.0"
10
13
  }
11
14
 
data/lib/aua/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Aua
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aua
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Munz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-21 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -55,9 +55,7 @@ dependencies:
55
55
  description: aua = a user agent (parser).
56
56
  email:
57
57
  - sebastian@yo.lk
58
- executables:
59
- - _guard-core
60
- - guard
58
+ executables: []
61
59
  extensions: []
62
60
  extra_rdoc_files: []
63
61
  files:
@@ -70,8 +68,6 @@ files:
70
68
  - README.md
71
69
  - Rakefile
72
70
  - aua.gemspec
73
- - bin/_guard-core
74
- - bin/guard
75
71
  - lib/aua.rb
76
72
  - lib/aua/agents.rb
77
73
  - lib/aua/agents/api_clients.rb
@@ -119,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
115
  - !ruby/object:Gem::Version
120
116
  version: '0'
121
117
  requirements: []
122
- rubygems_version: 3.0.3
118
+ rubygems_version: 3.1.6
123
119
  signing_key:
124
120
  specification_version: 4
125
121
  summary: aua = a user agent (parser).
data/bin/_guard-core DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application '_guard-core' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("guard", "_guard-core")
data/bin/guard DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'guard' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("guard", "guard")