twitter 8.1.0 โ 8.2.0
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 +5 -0
- data/LICENSE.md +1 -1
- data/README.md +6 -6
- data/lib/twitter/version.rb +1 -1
- data/twitter.gemspec +13 -30
- metadata +13 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59d807ebfc2128393a4ab392ac3a5ebd0d7f544a834f1ae08504cbe71bbde002
|
4
|
+
data.tar.gz: 9113658774b1b0d05cdba8f10a741d938a29c5a0b54ef35cf6db0d005a0dc3a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eeaff88905056ae36daf1ddc6ffe027c10163271587a81d1a09413e1c17abf51cf1e104d5239faf92654caac643ec069c278da3ee481339f2a7128cfbc91473
|
7
|
+
data.tar.gz: 8895aef36dbcf669fe49042a775634c3aef1bb3de499e158d1270b14f5463e46e82c952051883e00627c41aea55e7322f3349510f24b108a3d0cc5f47e7678e0
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
8.2.0
|
2
|
+
-----
|
3
|
+
* [Drop support for Ruby 3.1](https://github.com/sferik/twitter-ruby/commit/6e63502356711f8a614b18030ab4e9fbbcb478c1)
|
4
|
+
* [Update post-install message](https://github.com/sferik/twitter-ruby/commit/9883f870fc9c790370452349c29daadbce20be6c)
|
5
|
+
|
1
6
|
8.1.0
|
2
7
|
-----
|
3
8
|
* [Update runtime dependencies](https://github.com/sferik/twitter-ruby/commit/25e8a3c623ef7d6b67b38276ad3d2f0b7e925f07)
|
data/LICENSE.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2006-
|
1
|
+
Copyright (c) 2006-2025 Erik Berlin, John Nunemaker, Wynn Netherland, Steve Richert, Steve Agalloco
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
4
4
|
a copy of this software and associated documentation files (the
|
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
# The Twitter Ruby Gem
|
2
2
|
|
3
3
|
## ๐ฃ This gem is no longer maintained
|
4
|
-
The Twitter Ruby Gem is no longer maintained and will not support Twitter API v2.
|
4
|
+
The Twitter Ruby Gem is no longer maintained and will not support X (Twitter) API v2.
|
5
5
|
|
6
6
|
## ๐ Hereโs the good news
|
7
|
-
We recommend switching to the [X gem][x], which supports both v1.1 and v2
|
8
|
-
the transition easier. Itโs a robust, modern libary that is designed to
|
9
|
-
youโll be able to easily integrate any new changes
|
7
|
+
We recommend switching to the [X gem][x], which supports both API v1.1 and v2
|
8
|
+
to make the transition easier. Itโs a robust, modern libary that is designed to
|
9
|
+
ensure youโll be able to easily integrate any new changes X may roll out.
|
10
10
|
|
11
11
|
[x]: https://sferik.github.io/x-ruby/
|
12
12
|
|
@@ -35,10 +35,10 @@ Thanks for considering sponsorship. Together we can make the X gem even better!
|
|
35
35
|
You should [follow @gem][follow] on Twitter for announcements and updates about
|
36
36
|
this library.
|
37
37
|
|
38
|
-
[follow]: https://
|
38
|
+
[follow]: https://x.com/gem
|
39
39
|
|
40
40
|
## Copyright
|
41
|
-
Copyright (c) 2006-
|
41
|
+
Copyright (c) 2006-2025 Erik Berlin, John Nunemaker, Wynn Netherland, Steve Richert, Steve Agalloco.
|
42
42
|
See [LICENSE][] for details.
|
43
43
|
|
44
44
|
[license]: LICENSE.md
|
data/lib/twitter/version.rb
CHANGED
data/twitter.gemspec
CHANGED
@@ -19,39 +19,22 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.files = %w[.yardopts CHANGELOG.md CONTRIBUTING.md LICENSE.md README.md twitter.gemspec] + Dir["lib/**/*.rb"]
|
20
20
|
spec.homepage = "https://sferik.github.io/twitter/"
|
21
21
|
spec.licenses = %w[MIT]
|
22
|
-
spec.metadata["rubygems_mfa_required"] = "true"
|
23
|
-
spec.name = "twitter"
|
24
|
-
spec.post_install_message = "๐ฃ Attention Twitter Ruby Gem User!
|
25
|
-
If you're seeing this message, that means you're using the old Twitter Ruby gem
|
26
|
-
which is no longer maintained and will not support Twitter API v2.
|
27
|
-
|
28
|
-
๐ Here's the good news:
|
29
|
-
We recommend switching to the X gem, which supports both API v1.1 and v2. It's
|
30
|
-
a robust, modern libary that is designed to ensure you'll be able to easily
|
31
|
-
integrate forthcoming API changes.
|
32
|
-
|
33
|
-
๐ For more details, visit: https://sferik.github.io/x-ruby/
|
34
|
-
|
35
|
-
๐ค Please consider sponsoring
|
36
|
-
The X gem is free to use, but with new API pricing tiers, it actually costs
|
37
|
-
money to develop and maintain. By contributing to the project, you help:
|
38
22
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
23
|
+
spec.metadata = {
|
24
|
+
"allowed_push_host" => "https://rubygems.org",
|
25
|
+
"bug_tracker_uri" => "https://github.com/sferik/twitter-ruby/issues",
|
26
|
+
"changelog_uri" => "https://github.com/sferik/twitter-ruby/blob/master/CHANGELOG.md",
|
27
|
+
"documentation_uri" => "https://rubydoc.info/gems/twitter/",
|
28
|
+
"funding_uri" => "https://github.com/sponsors/sferik/",
|
29
|
+
"homepage_uri" => spec.homepage,
|
30
|
+
"rubygems_mfa_required" => "true",
|
31
|
+
"source_code_uri" => "https://github.com/sferik/twitter-ruby",
|
32
|
+
}
|
44
33
|
|
45
|
-
|
46
|
-
|
47
|
-
Building and maintaining an open-source project like this takes a considerable
|
48
|
-
amount of time and effort. Your sponsorship can help sustain this project. Even
|
49
|
-
a small monthly donation makes a big difference!
|
50
|
-
|
51
|
-
๐ Thanks for considering sponsorship. Together we can make the X gem even better!
|
52
|
-
"
|
34
|
+
spec.name = "twitter"
|
35
|
+
spec.post_install_message = "The `twitter` gem is deprecated and no longer maintained. Use the `x` gem instead."
|
53
36
|
spec.require_paths = %w[lib]
|
54
|
-
spec.required_ruby_version = ">= 3.
|
37
|
+
spec.required_ruby_version = ">= 3.2"
|
55
38
|
spec.summary = spec.description
|
56
39
|
spec.version = Twitter::Version
|
57
40
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Erik Berlin
|
@@ -9,10 +9,9 @@ authors:
|
|
9
9
|
- Wynn Netherland
|
10
10
|
- Steve Richert
|
11
11
|
- Steve Agalloco
|
12
|
-
autorequire:
|
13
12
|
bindir: bin
|
14
13
|
cert_chain: []
|
15
|
-
date:
|
14
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
16
15
|
dependencies:
|
17
16
|
- !ruby/object:Gem::Dependency
|
18
17
|
name: addressable
|
@@ -263,24 +262,16 @@ homepage: https://sferik.github.io/twitter/
|
|
263
262
|
licenses:
|
264
263
|
- MIT
|
265
264
|
metadata:
|
265
|
+
allowed_push_host: https://rubygems.org
|
266
|
+
bug_tracker_uri: https://github.com/sferik/twitter-ruby/issues
|
267
|
+
changelog_uri: https://github.com/sferik/twitter-ruby/blob/master/CHANGELOG.md
|
268
|
+
documentation_uri: https://rubydoc.info/gems/twitter/
|
269
|
+
funding_uri: https://github.com/sponsors/sferik/
|
270
|
+
homepage_uri: https://sferik.github.io/twitter/
|
266
271
|
rubygems_mfa_required: 'true'
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
recommend switching to the X gem, which supports both API v1.1 and v2. It's\na robust,
|
271
|
-
modern libary that is designed to ensure you'll be able to easily\nintegrate forthcoming
|
272
|
-
API changes.\n\n\U0001F517 For more details, visit: https://sferik.github.io/x-ruby/\n\n\U0001F914
|
273
|
-
Please consider sponsoring\nThe X gem is free to use, but with new API pricing tiers,
|
274
|
-
it actually costs\nmoney to develop and maintain. By contributing to the project,
|
275
|
-
you help:\n\n1. \U0001F6E0 Maintain the library: Keeping it up-to-date and secure.\n2.
|
276
|
-
\U0001F308 Add new features: Enhancements that make your life easier.\n3. \U0001F4AC
|
277
|
-
Provide support: Faster responses to issues and feature requests.\nโญ๏ธ Bonus: Sponsors
|
278
|
-
will get priority influence over the project roadmap.\nYour company's logo will
|
279
|
-
also be displayed on the project's GitHub page.\n\n\U0001F517 To sponsor, visit:
|
280
|
-
https://github.com/sponsors/sferik\n\nBuilding and maintaining an open-source project
|
281
|
-
like this takes a considerable\namount of time and effort. Your sponsorship can
|
282
|
-
help sustain this project. Even\na small monthly donation makes a big difference!\n\n\U0001F496
|
283
|
-
Thanks for considering sponsorship. Together we can make the X gem even better!\n"
|
272
|
+
source_code_uri: https://github.com/sferik/twitter-ruby
|
273
|
+
post_install_message: The `twitter` gem is deprecated and no longer maintained. Use
|
274
|
+
the `x` gem instead.
|
284
275
|
rdoc_options: []
|
285
276
|
require_paths:
|
286
277
|
- lib
|
@@ -288,15 +279,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
288
279
|
requirements:
|
289
280
|
- - ">="
|
290
281
|
- !ruby/object:Gem::Version
|
291
|
-
version: 3.
|
282
|
+
version: '3.2'
|
292
283
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
293
284
|
requirements:
|
294
285
|
- - ">="
|
295
286
|
- !ruby/object:Gem::Version
|
296
287
|
version: '0'
|
297
288
|
requirements: []
|
298
|
-
rubygems_version: 3.
|
299
|
-
signing_key:
|
289
|
+
rubygems_version: 3.6.8
|
300
290
|
specification_version: 4
|
301
291
|
summary: A Ruby interface to the Twitter API.
|
302
292
|
test_files: []
|