pod_ident 1.1.8 → 1.1.9

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: d2ebeba126b22bb25124b057669af7accc8a3577904801d5f7427700a8d412c3
4
- data.tar.gz: b3bd3e5a8977cc9744840e0d2e901c7674033123c5f31a317a456e9b9a9f316b
3
+ metadata.gz: bef42705ea3824a842f8adb6a6912b15c7c1b56fde5f3a222ea00d537a26147a
4
+ data.tar.gz: be094ce576532879ebf651b1b05593453457ce82ced0e345fb2c989fc276f40b
5
5
  SHA512:
6
- metadata.gz: 84b11814eda3717886aaa9d960e1195da6160458973f447d1acc6d01f609758898ded80aa9ae0085266ad7577e9a37bb970fb57e1c50c4bc6b4f30ca9fd9e2ea
7
- data.tar.gz: 7ae5ddd729b0cde11c63146d892eb635a50bdd86bbc6c017a6b07ddb6a93489b489694b9fbd4be1ea794ea1666a9c21d49875b7f6eefbb4329e7549cb45e8d45
6
+ metadata.gz: 0e32098409203f63269b56410b975a9b813da5712cf0627c594bbce6559a6b7cff9ac7b3594cd1ba5cd3108754be0038ca99f89f780402eab1472d1a3423c638
7
+ data.tar.gz: e5b5340c0e520f4dc2819456466e7779c3c944b14b2d673658f33eb9eee14a56cd01089e85bae1bbf8cdc4369e89bb4a8c49947ea0a60945790d1503b6b6cebb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.9]
4
+
5
+ - Detect `aiohttp` app
6
+
3
7
  ## [1.1.8]
4
8
 
5
9
  - Detect `Campfire` app
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pod_ident (1.1.8)
4
+ pod_ident (1.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -21,3 +21,10 @@
21
21
  test:
22
22
  userAgents:
23
23
  - userAgent: Faraday for Podigee (like curl)
24
+ - app: aiohttp
25
+ match:
26
+ regex: '\saiohttp/\d'
27
+ platform: bot
28
+ test:
29
+ userAgents:
30
+ - userAgent: Python/3.10 aiohttp/3.9.5
@@ -1,3 +1,3 @@
1
1
  # DO NOT EDIT THIS FILE - it gets automatically generated by running "bin/parse-rules"
2
2
 
3
- CUSTOM_BOTS_RULES = [{:app=>"Apache HTTPClient", :match=>{"regex"=>"^Apache\\-HttpClient"}, :platform=>"bot"}, {:app=>"curl", :match=>{"regex"=>"^Faraday"}, :platform=>"bot"}, {:app=>"curl", :match=>{"regex"=>"like curl"}, :platform=>"bot"}].freeze
3
+ CUSTOM_BOTS_RULES = [{:app=>"Apache HTTPClient", :match=>{"regex"=>"^Apache\\-HttpClient"}, :platform=>"bot"}, {:app=>"curl", :match=>{"regex"=>"^Faraday"}, :platform=>"bot"}, {:app=>"curl", :match=>{"regex"=>"like curl"}, :platform=>"bot"}, {:app=>"aiohttp", :match=>{"regex"=>"\\saiohttp/\\d"}, :platform=>"bot"}].freeze
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PodIdent
4
- VERSION = '1.1.8'
4
+ VERSION = '1.1.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod_ident
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Podigee GmbH
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-27 00:00:00.000000000 Z
11
+ date: 2025-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler