pry-twitter 1.27.28 → 1.27.29
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/lib/pry/send_tweet/commands/easter_eggs.rb +1 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22224d711a6078da9d437144c3b7d4f0cbf156061ee7a2ece7440b8327b9d8a2
|
|
4
|
+
data.tar.gz: 226fc700e095f6305973afb560871dcc1dc868ffdbe503634e178d9777f8d563
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '088d5e1d5aa484294b4fd907c246ab60637b87ea9446d11313825c06ce10763a42d1543e7c97a0ca5ea8a49c9b84157202958d9a227c0c38e5674937a37a6722'
|
|
7
|
+
data.tar.gz: 2a3b548b8b1fce7b3c848837477e1856a3513bab22af34c7bc65337ae748a82454fc7da2a8fb1996b6f74304d703853f9772abd4b428fb569e009a4705fe2cfb
|
|
@@ -524,7 +524,7 @@ Pry.commands.instance_eval do
|
|
|
524
524
|
%q[There are 13 letters in my name, in the English language, but 14 in other languages, 13, unlucky for some, 14, lucky for some.] => %q[https://www.youtube.com/watch?v=cvvd-9azD1M],
|
|
525
525
|
%q[Against the advice of everybody i followed Howie into prison and 10 years later i think we are free] => %q[https://www.youtube.com/watch?v=VhdHwphvhxU],
|
|
526
526
|
%q[Qiyam] => %q[https://www.youtube.com/watch?v=RYKmi9VU0pM],
|
|
527
|
-
%q{In thought, mind and spirit you are another Pete Doherty.
|
|
527
|
+
%q{In thought, mind and spirit you are another Pete Doherty.} => %q(https://www.youtube.com/watch?v=79Y-EHqZNQA),
|
|
528
528
|
%q[First I wrote xpool, then I wrote zpool. First I wrote xchannel, then I wrote zchannel. That is called missing a chance.] => %q[https://www.youtube.com/watch?v=kC3hE8TvDYc],
|
|
529
529
|
%q[Adrian Ström - Pensée sur l'amour (Original Mix) /The Notebook/] => %q[https://www.youtube.com/watch?v=kH2ifMY1KXg],
|
|
530
530
|
%q[Adrian Ström - Blue And Yellow (Original Mix) /Martin Luther King & Les Brown/] => %q[https://www.youtube.com/watch?v=4tMKXygbEaM],
|
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.27.
|
|
4
|
+
version: 1.27.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,8 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: And #MaRoc #IllyBilly is back.
|
|
57
|
-
|
|
56
|
+
description: 'CodeName: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
|
|
57
|
+
living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -141,6 +141,6 @@ requirements: []
|
|
|
141
141
|
rubygems_version: 3.0.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary: 'CodeName: And #MaRoc #IllyBilly is back.
|
|
145
|
-
|
|
144
|
+
summary: 'CodeName: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
|
|
145
|
+
living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|