pry-twitter 1.24.2 → 1.24.3
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 +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70dea1b5d3d047dcef0c8c68433c6738630d1b2be8d7119dd9fd133139afe683
|
|
4
|
+
data.tar.gz: e0d595ccdd703eeb38a978f82777bf9d5c98b5ccbf40b0908cfce101322f6c0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f5427f0a819d85d9c4ff74da7d59d0ba93a121c771705c814c0ba09542736266d911f43d2bb00d5ce24062529f22f455879536cced6400017fdfd107951d44e
|
|
7
|
+
data.tar.gz: a41021ba47bc10dbd25cc865db9b4b82eb27273bde45cac4e4d2e261f9c11d606b726be2a5162405a1f76d7b5449a43d7f4c498fef86a4c9df83401c4c81e7fb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.24.1-
|
|
3
|
+
## v1.24.1-3 (William said wheres your proof,i said its in my childhood, wheres yours @gleesonpowers)
|
|
4
4
|
|
|
5
5
|
- Sober, and ready to tell the truth on your dirty family.
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.24.
|
|
4
|
-
CODENAME = %q{William
|
|
3
|
+
VERSION = '1.24.3'
|
|
4
|
+
CODENAME = %q{William said wheres your proof,i said its in my childhood, wheres yours @gleesonpowers}
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: William
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
description: 'CodeName: William said wheres your proof,i said its in my childhood,
|
|
57
|
+
wheres yours @gleesonpowers ... An extensible Twitter client living inside the Fry
|
|
58
|
+
and Pry REPLs.'
|
|
59
59
|
email: trebor.macg8@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -142,7 +142,7 @@ requirements: []
|
|
|
142
142
|
rubygems_version: 3.0.1
|
|
143
143
|
signing_key:
|
|
144
144
|
specification_version: 4
|
|
145
|
-
summary: 'CodeName: William
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
summary: 'CodeName: William said wheres your proof,i said its in my childhood, wheres
|
|
146
|
+
yours @gleesonpowers ... An extensible Twitter client living inside the Fry and
|
|
147
|
+
Pry REPLs.'
|
|
148
148
|
test_files: []
|