bad_pigeon 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/bad_pigeon/har/har_request.rb +3 -1
- data/lib/bad_pigeon/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea551a0bed0e8f7bd72563d60d2a34e1c73f118282dc83697db78bba1cc5094c
|
4
|
+
data.tar.gz: 9afa8c7a4d63f2ccfd4102ebc32d2e8210b22ec40af250cd8e89459973f80f18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c3f315de054af6e727fe3e71e7de88a4a3c635ac19660f993e722a3f8d3fd3d76b0b75fbe9e25c5410af699aed92e6459318f2fdba306d6b608a4f66c528174
|
7
|
+
data.tar.gz: e1c341456a61ad4b08c8e8f7a82bd15c9bd093a09cb5db062e041a84004ce2024fe035fddbd1da168c130b4226879b34d9fd514cced25b1abbc2dbc07dc54e00
|
data/CHANGELOG.md
CHANGED
@@ -25,7 +25,9 @@ module BadPigeon
|
|
25
25
|
end
|
26
26
|
|
27
27
|
def graphql_endpoint?
|
28
|
-
url.start_with?('https://api.twitter.com/graphql/') ||
|
28
|
+
url.start_with?('https://api.twitter.com/graphql/') ||
|
29
|
+
url.start_with?('https://twitter.com/i/api/graphql/') ||
|
30
|
+
url.start_with?('https://x.com/i/api/graphql/')
|
29
31
|
end
|
30
32
|
|
31
33
|
def includes_tweet_data?
|
data/lib/bad_pigeon/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bad_pigeon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kuba Suder
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|