bad_pigeon 0.1.4 → 0.1.5

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: f61588b2b5fe681fc476d917a97f4aa034472577d7f522726eb1da3f52fea5ba
4
- data.tar.gz: 00f842e06596ba7272c8ceebcaca18db7d05f405d461469b4aa87eb0a73fae73
3
+ metadata.gz: ea551a0bed0e8f7bd72563d60d2a34e1c73f118282dc83697db78bba1cc5094c
4
+ data.tar.gz: 9afa8c7a4d63f2ccfd4102ebc32d2e8210b22ec40af250cd8e89459973f80f18
5
5
  SHA512:
6
- metadata.gz: 8e27114293d1265fc4e0fb8efa51755c5f362665e138ebb074068073b45aa5fb2a227b92a2a5b707fd45e25c81f683634b49debb965dab1750444aff4c56b9c2
7
- data.tar.gz: 66a40d6e5e6725a50f3d50157b856d751e5fa0c6b7e44b81dde9ab6ee9e70e0c00f364ce7d1e0e7323e2d1b7e877dd959ef9728b8c5ffad41665579c7424084c
6
+ metadata.gz: 0c3f315de054af6e727fe3e71e7de88a4a3c635ac19660f993e722a3f8d3fd3d76b0b75fbe9e25c5410af699aed92e6459318f2fdba306d6b608a4f66c528174
7
+ data.tar.gz: e1c341456a61ad4b08c8e8f7a82bd15c9bd093a09cb5db062e041a84004ce2024fe035fddbd1da168c130b4226879b34d9fd514cced25b1abbc2dbc07dc54e00
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.5] - 2024-06-16
2
+
3
+ - compatibility fixes (new "x.com" hostname in URLs)
4
+
1
5
  ## [0.1.4] - 2023-09-17
2
6
 
3
7
  - compatibility fixes
@@ -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/') || url.start_with?('https://twitter.com/i/api/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?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BadPigeon
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
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
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: 2023-10-17 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable