pry-send_tweet.rb 1.11.9 → 1.11.10

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: 7e84a0954209a500ebaa6e08952a5e9e2cba687f4aa02820a3a35550cd61a04c
4
- data.tar.gz: bf3975b95f28c520dd2ffd61a3011abe3b14342c2d3dbfb7fd5d31504ef552ac
3
+ metadata.gz: b1b8377afabd5338569af795c74f9596a0d0b532fc2c99feb3c50118cca15a98
4
+ data.tar.gz: 70208685249be5954ae92ff02d3043224bbf2a432892c3c6ce1271a53765db96
5
5
  SHA512:
6
- metadata.gz: 4b1632ab058fdaa6e88eeaadbffc02903aa8a64d157ae3f84a048d912299340f1d7b7fc8c54a00a7def6a624bfab39d0b63349d784d9a01729aa2f7de1b8006f
7
- data.tar.gz: f21c7463736e02111e73c068432e3853f3cc969fde50903782d0777b27cd5457f967d4b6c1fa1944b54c3281bd7feb0cffbd959bffe8bd177e20d5189da96bce
6
+ metadata.gz: b02a2b6dcde6162c05ad0c4412a6bb07743f37cf71184c3848cb2dcf840ba5f95a0bd79411140d61f65ed791933531e54265e21cdab556389f3617f93a39b579
7
+ data.tar.gz: 59ead8e9b19f9eb872b81abb1509b103874a4407c1f4cebb0905bd9d4fdc0a95dd45835fc9c4b765855c7141caafded6a38187d7641d386a13532cb0b8475f00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.11.10 (ChairmanKim)
4
+
5
+ * Add disco biscuit(s).
6
+
3
7
  ## v1.11.9 (ChairmanKim)
4
8
 
5
9
  * Add art.
@@ -411,7 +411,12 @@ Pry.commands.instance_eval do
411
411
  'Highlights: Liverpool Legends 5-5 FC Bayern Legends | Alonso, Gerrard, Kuyt and more' => 'https://www.youtube.com/watch?v=njiW0R1W8GI',
412
412
  'Ronald Regan Patriotic Speech' => 'https://www.youtube.com/watch?v=4hGQ97tCTOs',
413
413
  'Kid CuDi Mr Rager Lyrics' => 'https://www.youtube.com/watch?v=PMPC2jY27rw',
414
- 'Mr. Rager-Kid Cudi' => 'https://www.youtube.com/watch?v=rCLBGY0huVE'
414
+ 'Mr. Rager-Kid Cudi' => 'https://www.youtube.com/watch?v=rCLBGY0huVE',
415
+ 'Fast and furious [rollin rollin] R.I.P Paul Walker' => 'https://www.youtube.com/watch?v=BgEHsif2yQ0',
416
+ 'DaBaby - Walker Texas Ranger (OFFICIAL VIDEO)' => 'https://www.youtube.com/watch?v=nXld3i2B8Zk',
417
+ 'Walker Texas Ranger S8 Opening G.I.Joe Style' => 'https://www.youtube.com/watch?v=qORcsHf8t1M',
418
+ 'Breaking Bad: Huell - Reasonably' => 'https://www.youtube.com/watch?v=T7rXeDArhg0',
419
+ 'Oz Gangs - The Irish' => 'https://www.youtube.com/watch?v=2FoGMaqkDV8'
415
420
  }
416
421
  command '🎧', '' do
417
422
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.9'
3
+ VERSION = '1.11.10'
4
4
  CODENAME = 'ChairmanKim'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-send_tweet.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.9
4
+ version: 1.11.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers