pry-twitter 1.22.3 → 1.22.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55c1bbd7151c00dc4dfa4ddc474faab3c5697ccd6cb32c4391fc80dd5c24ffcf
|
4
|
+
data.tar.gz: f1a66ca4dd692c05e9438927646f00e405b89eefe47e701594e40220f5736330
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cd437247c58c4cfa54b98c8ef845bcc8d0f90d6a0bdf89f3e9011d0d7f88fb9a15ca4fbe7f805b34e8435b4a40570325791b12bade62138677cd5598b9252de
|
7
|
+
data.tar.gz: 2f154a31622a739ff477c161e64ce66aee9aed553a7a3b3db12bfaa69c13ea8b3d367fbf410595a4ea13c5ba5e7ecb92966e6fcb3683c6e9574b5ce816c23604
|
data/CHANGELOG.md
CHANGED
@@ -523,7 +523,8 @@ Pry.commands.instance_eval do
|
|
523
523
|
%q[@rubygems removed my voice, i cant sign up anymore, well fuck you, you're not living on my glory anymore, i'll own all of you ] => %q[https://www.youtube.com/watch?v=-LdYXYNtPJI],
|
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
|
-
%q[Qiyam] => %q[https://www.youtube.com/watch?v=RYKmi9VU0pM]
|
526
|
+
%q[Qiyam] => %q[https://www.youtube.com/watch?v=RYKmi9VU0pM],
|
527
|
+
%q{In thought, mind and spirit you are another Pete Doherty. Dont settle for spoiled riches.} => %q(https://www.youtube.com/watch?v=79Y-EHqZNQA)
|
527
528
|
}
|
528
529
|
command '🎧', '' do
|
529
530
|
args = arg_string.split(' ')
|
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.22.
|
4
|
+
version: 1.22.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: "#
|
56
|
+
description: "#PeteDoherty"
|
57
57
|
email: trebor.macg8@protonmail.com
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
@@ -140,5 +140,5 @@ requirements: []
|
|
140
140
|
rubygems_version: 3.0.1
|
141
141
|
signing_key:
|
142
142
|
specification_version: 4
|
143
|
-
summary: "#
|
143
|
+
summary: "#PeteDoherty"
|
144
144
|
test_files: []
|