pod_ident 1.1.10 → 1.1.11

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: 1b07bffb57e06959c6e7cc876b8bdb16787885fdb6e31a6369b8f05b73c25710
4
- data.tar.gz: 818d79ff6fc4f288e67f796e4f8e86550518b1f16bbaddb7fca23c074c1ab60c
3
+ metadata.gz: 658a4e82f3f800b3628bc7749f49620c92dd5929f36a62a5826dd06b434f72fe
4
+ data.tar.gz: fa1da89c41dae481456b677d2c7a4dcd3a3dca22ac8374c158012c5b62d04c58
5
5
  SHA512:
6
- metadata.gz: 33ea4c0361aae7f608718d56978d8eb2f355c8f7f32281d12f7d192e018dae1314602fb47b13a914eed5f2a1251304221948355fe5a8baaa2ee789b04b10a71d
7
- data.tar.gz: c4b7e6df6cee5ba2f8f42a2c1e31fb3a3b3b50d33a94b7120639c7151b5dd40ac57ed0f15af5786aaf71667002b91cfe675491741b890b1ebaecba822ec6978c
6
+ metadata.gz: e050e8a064af3304401eb706738b4cba3cd5eb8182e82e434861d2bfcc4b3ee5d4c4cb1da685099b9e90df34c1d2eddeb964d0eda69d27c960dfbc36d8e28024
7
+ data.tar.gz: b2f63910024e6680fd519a03105e8ee93fbc98c65bbdb872beb8ac10e26927f22b9af943cf96a4ead5f0c1c5329b6d20b3dce29429a4fb86f15182b967cd79fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.11]
4
+
5
+ - Detect Podigee's own internal HTTP clients as bots
6
+
3
7
  ## [1.1.10]
4
8
 
5
9
  - Detect `ARD Sounds` app (successor to `ARD Audiothek`)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pod_ident (1.1.10)
4
+ pod_ident (1.1.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,4 +1,13 @@
1
1
  ---
2
+ - app: Podigee internal
3
+ match:
4
+ regex: "^Podigee "
5
+ platform: bot
6
+ test:
7
+ userAgents:
8
+ - userAgent: Podigee secure downloader
9
+ - userAgent: Podigee Content Hub (https://podigee.com)
10
+ - userAgent: Podigee example client/1.0
2
11
  - app: Apache HTTPClient
3
12
  match:
4
13
  regex: "^Apache\\-HttpClient"
@@ -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"}, {:app=>"aiohttp", :match=>{"regex"=>"\\saiohttp/\\d"}, :platform=>"bot"}].freeze
3
+ CUSTOM_BOTS_RULES = [{:app=>"Podigee internal", :match=>{"regex"=>"^Podigee "}, :platform=>"bot"}, {: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.10'
4
+ VERSION = '1.1.11'
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod_ident
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Podigee GmbH
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-09-03 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: bundler
@@ -119,6 +120,7 @@ licenses: []
119
120
  metadata:
120
121
  source_code_uri: https://github.com/podigee/pod-ident.rb
121
122
  changelog_uri: https://github.com/podigee/pod-ident.rb/blob/master/CHANGELOG.md
123
+ post_install_message:
122
124
  rdoc_options: []
123
125
  require_paths:
124
126
  - lib
@@ -133,7 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
135
  - !ruby/object:Gem::Version
134
136
  version: '0'
135
137
  requirements: []
136
- rubygems_version: 3.7.1
138
+ rubygems_version: 3.5.22
139
+ signing_key:
137
140
  specification_version: 4
138
141
  summary: Identifies podcast client user agents
139
142
  test_files: []