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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/detection_rules_custom_bots.yml +9 -0
- data/lib/pod_ident/detection_rules_custom_bots.rb +1 -1
- data/lib/pod_ident/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 658a4e82f3f800b3628bc7749f49620c92dd5929f36a62a5826dd06b434f72fe
|
|
4
|
+
data.tar.gz: fa1da89c41dae481456b677d2c7a4dcd3a3dca22ac8374c158012c5b62d04c58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e050e8a064af3304401eb706738b4cba3cd5eb8182e82e434861d2bfcc4b3ee5d4c4cb1da685099b9e90df34c1d2eddeb964d0eda69d27c960dfbc36d8e28024
|
|
7
|
+
data.tar.gz: b2f63910024e6680fd519a03105e8ee93fbc98c65bbdb872beb8ac10e26927f22b9af943cf96a4ead5f0c1c5329b6d20b3dce29429a4fb86f15182b967cd79fd
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -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
|
data/lib/pod_ident/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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: []
|