pry-send_tweet.rb 1.17.4 → 1.17.5

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: e7ede14028f4a2f0c4e356519fbcb7b3062351291689c00e9133f59b0a52d44d
4
- data.tar.gz: 0e530188c8d506db532f45c668c70ecf86a3b36fc923642f5992d95768f88e59
3
+ metadata.gz: ac19872b311073917435c76318668acf3c888b2016e75fd03b538fc44591dafe
4
+ data.tar.gz: ca71e7757190aeaa0dc091fe4e668d38bb93fbbbfcb00497d495b05582a17732
5
5
  SHA512:
6
- metadata.gz: c89835a0c8d0a456a5a31b861ca7ebc2adbe95006fb51c99ced0e970c52816cf64a3d4023e8b99319ba131464008a1af446b838ab1cc0eb964d097847b1ada26
7
- data.tar.gz: ac820ad37ad6aac0429b65a4b64e80bc4d808d07b4b4990d059d3fe1089754426be94eec2371591a64783e8fb24b6da3c7281df16f633fcd1a6aab16b3716e35
6
+ metadata.gz: 309e8a3f13e3e2dd63ac250fda868e4468dd2370b57ac7a700c64711608ff781d5594062bd1bdda7072a8e5dd085fdc2f62e7f3f53871dfbf7761b24964d206b
7
+ data.tar.gz: 2967ecd74a57d1c3d52d8a93503fa5642b8f400f095cd619195c35f3d9990e1060309d42838b9ab719b529563c2c38c0de8ad3a624da239032f6056b6d12acfb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.17.1 - v1.17.5
4
+
5
+ * 50 Cent In Da Club
6
+
3
7
  ## v1.17.0
4
8
 
5
9
  * Add a disco biscuit for Virtus.
@@ -475,7 +475,8 @@ Pry.commands.instance_eval do
475
475
  'Central African Republic: The way of the warlord' => 'https://www.youtube.com/watch?v=3Y3u3bqx28A',
476
476
  'United in Hate: The Fight for Control in CAR' => 'https://www.youtube.com/watch?v=VoZvdCvq2iQ',
477
477
  'The Simpsons: USSR Returns' => 'https://www.youtube.com/watch?v=z77JFw2D6f8',
478
- 'Get ready to die William Declan Gleeson' => 'https://www.youtube.com/watch?v=cRwjO1RjOEE'
478
+ 'Get ready to die William Declan Gleeson' => 'https://www.youtube.com/watch?v=cRwjO1RjOEE',
479
+ %q[50 Cent - In Da Club (Int'l Version)] => 'https://www.youtube.com/watch?v=5qm8PH4xAss'
479
480
  }
480
481
  command '🎧', '' do
481
482
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.4'
3
+ VERSION = '1.17.5'
4
4
  CODENAME = 'Virtus'
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.17.4
4
+ version: 1.17.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers