pry-twitter 1.24.3 → 1.24.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 +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ceb6661223c08a3ff4066b6a90be367c8814b4fe65ec8905e8a2d1358ec7c37d
|
|
4
|
+
data.tar.gz: fbe0a3770d9e93155fc4e386c96274f300f6a60008ea5650459feea4b9056056
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 726413ab9a9b965fc6c40cb09e6547a412e666a10cbe6135b7f9e6d785d0365782eeca568c5660920b63fb2b91178990a945c8042242f08eecf648a690d576fc
|
|
7
|
+
data.tar.gz: e94eb5344ff5a367ca9a64acce26d8d04a8b5a5a1915041f72cb7892fd753e2348f52055b1b0f091e6bc6fe190e53451b3a37c1584bd3a3d672eca306bdd664d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.24.
|
|
4
|
-
CODENAME = %q{
|
|
3
|
+
VERSION = '1.24.5'
|
|
4
|
+
CODENAME = %q{Never feel like you need proof, when you are the proof. #MeToo}
|
|
5
5
|
end
|
|
6
6
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-twitter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.24.
|
|
4
|
+
version: 1.24.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName:
|
|
57
|
-
|
|
58
|
-
and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: Never feel like you need proof, when you are the proof. #MeToo
|
|
57
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
59
58
|
email: trebor.macg8@protonmail.com
|
|
60
59
|
executables: []
|
|
61
60
|
extensions: []
|
|
@@ -142,7 +141,6 @@ requirements: []
|
|
|
142
141
|
rubygems_version: 3.0.1
|
|
143
142
|
signing_key:
|
|
144
143
|
specification_version: 4
|
|
145
|
-
summary: 'CodeName:
|
|
146
|
-
|
|
147
|
-
Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: Never feel like you need proof, when you are the proof. #MeToo
|
|
145
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
148
146
|
test_files: []
|