pry-twitter 1.27.32 → 1.27.33

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4b1f33739047c9fc2ee12832fe92d7263330f6825df43e463c5c67d8accc4de
4
- data.tar.gz: b3dcec185e1b6eccdf28663c5f15b0309b7db50a27c205706865b9bc5b9b5fcc
3
+ metadata.gz: 8281822a0babd7d72c37cef589f76040fa70a0243ab8e71a4252beaea0052449
4
+ data.tar.gz: 2f2b164edc31856ba6dc383c1ee8028350242c784797bd3aa7d417571d0b31da
5
5
  SHA512:
6
- metadata.gz: c05c2b04ccaf04180a9da4717f749d6bbad2ba641602efcb4d61c3aedadd97363d0011f6531c90f3f1e70001bfaf12034f9b1d47e09110d44c0f3518e6f026c8
7
- data.tar.gz: 1e1601d251b514873443659815501baa4323e0ba81e64504e70544ab0eae3c164c37c094ebaf78af8bd5b6b8efa386ddc7bb314e2cef180ade09545576024133
6
+ metadata.gz: 9e6f95b174cd940ee521eb75bbab58099037a91fbed3bba96f554d3ad0b929640d43cf6ba5a95bfa347e527d33939c4cf7569bc101419d2ca84d7d438680935c
7
+ data.tar.gz: b028eea107e67d0f3084e32b4fab5ebd79c92a9b65ce7dae57a149ddea12eee539f2cf4668e32995ce5446a97731c4d03c99ad3571fd5af4a35530bf05e5b4f2
data/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.27.31+ (#ChiefKeef)
4
-
3
+ ## v1.27.31+ (#ChiefKeef #TuPac #Eminem #KillShot #Billy)
4
+
5
5
  - Add easter egg(s)
6
6
 
7
7
  ## v1.27.14+ (And #MaRoc #IllyBilly is back. #BloodDiamond)
@@ -578,7 +578,12 @@ Pry.commands.instance_eval do
578
578
  %q[Portugal the man : Modern Jesus (version acoustique HD)] => %q[https://www.youtube.com/watch?v=u5cxod7p_ug],
579
579
  %q[Eminem - Like Toy Soldiers] => %q[https://www.youtube.com/watch?v=lexLAjh8fPA],
580
580
  %q[Chief Keef - Hate Being Sober ft. 50 Cent & Wiz Khalifa (Music Video)] => %q[https://www.youtube.com/watch?v=9n0Q1tURIsw],
581
- %q[Tupac - Krazy (HQ)] => %q[https://www.youtube.com/watch?v=30Irj4b4uzo]
581
+ %q[Tupac - Krazy (HQ)] => %q[https://www.youtube.com/watch?v=30Irj4b4uzo],
582
+ %q[2pac- It Ain't Easy] => %q[https://www.youtube.com/watch?v=PMgkIqaVDCU],
583
+ %q[Damo & Ivor LIVE in The Academy 21st January] => %q[https://www.youtube.com/watch?v=XzTAUWVaMXg],
584
+ %q[Chief Keef - I Don't Like (feat.) Lil Reese (Explicit)] => %q[https://www.youtube.com/watch?v=FCesTBJFBwE],
585
+ %q(KILLSHOT [Official Audio]) => %q[https://www.youtube.com/watch?v=FxQTY-W6GIo],
586
+ %q(6IX9INE "Billy" (WSHH Exclusive - Official Music Video)) => %q(https://www.youtube.com/watch?v=LJjsm6CVsG8)
582
587
  }
583
588
  command '🎧', '' do
584
589
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.32'
4
- CODENAME = %q{#ChiefKeef #TuPac}
3
+ VERSION = '1.27.33'
4
+ CODENAME = %q{#ChiefKeef #TuPac #Eminem #KillShot #Billy}
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.27.32
4
+ version: 1.27.33
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: #ChiefKeef #TuPac ... An extensible Twitter client living
57
- inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ChiefKeef #TuPac #Eminem #KillShot #Billy ... An extensible
57
+ Twitter client 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: #ChiefKeef #TuPac ... An extensible Twitter client living inside
145
- the Fry and Pry REPLs.'
144
+ summary: 'CodeName: #ChiefKeef #TuPac #Eminem #KillShot #Billy ... An extensible Twitter
145
+ client living inside the Fry and Pry REPLs.'
146
146
  test_files: []