pry-twitter 1.24.1 → 1.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 118990d653d6e510fdcaea54a57fb560f10e75addce662032e880972dcf5f1b4
|
4
|
+
data.tar.gz: ddb29a1454b76ecb6afaa403de7f2c0410a066771f3675a1e43128009fb37ca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f49cfa5657459324276ee1aabe06e366425115bd1a7abde29369a94c131864859745b3e9dab0da24bd90a84448c061f2796012bbe2755f310508d0add66e0f6
|
7
|
+
data.tar.gz: c634cc8492dc77d31ee5b3626b1ae729cb5eda182ec17496057d9a7012cc75c439f92a8c55d74c9ebe706183037a880e9852c8888936ea81afe02cf0a331a8df
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
## v1.24.1 (
|
3
|
+
## v1.24.1-2 (William Gleeson should be taken to a pedophile clinic, to see if curable @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{
|
3
|
+
VERSION = '1.24.2'
|
4
|
+
CODENAME = %q{William Gleeson should be taken to a pedophile clinic, to see if curable @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.2
|
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:
|
57
|
-
|
58
|
-
REPLs.'
|
56
|
+
description: 'CodeName: William Gleeson should be taken to a pedophile clinic, to
|
57
|
+
see if curable @gleesonpowers ... An extensible Twitter client living inside the
|
58
|
+
Fry and Pry REPLs.'
|
59
59
|
email: trebor.macg8@protonmail.com
|
60
60
|
executables: []
|
61
61
|
extensions: []
|
@@ -142,6 +142,7 @@ requirements: []
|
|
142
142
|
rubygems_version: 3.0.1
|
143
143
|
signing_key:
|
144
144
|
specification_version: 4
|
145
|
-
summary: 'CodeName:
|
146
|
-
@gleesonpowers ... An extensible Twitter client living inside the Fry
|
145
|
+
summary: 'CodeName: William Gleeson should be taken to a pedophile clinic, to see
|
146
|
+
if curable @gleesonpowers ... An extensible Twitter client living inside the Fry
|
147
|
+
and Pry REPLs.'
|
147
148
|
test_files: []
|