pry-send_tweet.rb 1.20.5 → 1.20.6

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: 0d9806377a24766f74ef7dff73717e331b933c7c1af26974603401cb6620ec70
4
- data.tar.gz: e7bab13a306c79474be15948d7f28dc2b4ad9218b4ccc88b57d0fa029654ecb3
3
+ metadata.gz: 5311a765d32a3519a1ce334b1d375177dd671fcc84f90e13cbb558fa79001dd5
4
+ data.tar.gz: 348c0e8332b6bca3dc166b91a74a7154f5d68ebe895e2efc9328bbc66ec69d11
5
5
  SHA512:
6
- metadata.gz: ec37a92d99a783410a211d083611833260f4ca40ec095d863f4dfef4e44d1393b2ab79b757de1727e6ef20c7d96e3b05d2a4ace2c278e4fafe8ffbd6ab6943af
7
- data.tar.gz: fd781977c3d8c4a10b5c3abc17c67e5f12174f79b3dc3a4e58bfae73c8812794bafa06c6504271affb9b51dac365cdec0bd7f61de0d10307c758f20b4b28c97c
6
+ metadata.gz: 60a67a11cf46f33f9df8a9049015cd2cbc61c4b378200642f3c2984f0577bffb165edfdbcd4f0488e4101cf74fa21e449becc740dfe029a777013e2ca5d01ff2
7
+ data.tar.gz: 88208488cb3e542d9c8270a75dd0d2de5da064fdb6f9241244fb018e246c26eb0170f11967582f0d5220e2f44905be9acbb49f233f9d6cd084126b3c30efc146
data/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
- # CHANGELO
1
+ # CHANGELOG
2
+
3
+ ## v1.20.6 (TerryDavis)
4
+
5
+ * Ole ole ole Brazil.
2
6
 
3
7
  ## v1.20.5 (TerryDavis)
4
8
 
5
9
  * Stay away Mexico, stay away Diana, you're not welcome, and you won't ever have
6
10
  my eyes, and no, you did not come here to save me, other way - bitch.
7
-
11
+
8
12
  ## v1.20.4 (TerryDavis)
9
13
 
10
14
  * Add disco biscuit for Terry Davis.
@@ -463,7 +463,8 @@ Pry.commands.instance_eval do
463
463
  %q|The Prodigy - Firestarter (Official Video)| => %q|https://www.youtube.com/watch?v=wmin5WkOuPw|,
464
464
  %q[Uncle Murda | 50 Cent | 6ix9ine | Casanova - "Get The Strap" (Official Music Video)] => %q|https://www.youtube.com/watch?v=6Flx8kEa-YE|,
465
465
  %q[TerryDavis] => %q|https://www.youtube.com/watch?v=Q74tSCCZu_c|,
466
- %q|Mexican women (like Diana), GET AWAY FROM ME.| => %q|https://www.youtube.com/watch?v=khdnv3XnooM|
466
+ %q|Mexican women (like Diana), GET AWAY FROM ME.| => %q|https://www.youtube.com/watch?v=khdnv3XnooM|,
467
+ %q|Brazil| => %q|https://www.youtube.com/watch?v=TGtWWb9emYI|
467
468
  }
468
469
  command '🎧', '' do
469
470
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.5'
3
+ VERSION = '1.20.6'
4
4
  CODENAME = 'TerryDavis'
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.20.5
4
+ version: 1.20.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers