pry-send_tweet.rb 1.20.4 → 1.20.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: d325d6f54f1452902284289fc3903708537c78630ed2042eb21c4de5a6c9059b
4
- data.tar.gz: d64d253d6f89ba8c8e50eb51b75dc6cffd156e73cd72de86b62a09b070a188f6
3
+ metadata.gz: 0d9806377a24766f74ef7dff73717e331b933c7c1af26974603401cb6620ec70
4
+ data.tar.gz: e7bab13a306c79474be15948d7f28dc2b4ad9218b4ccc88b57d0fa029654ecb3
5
5
  SHA512:
6
- metadata.gz: a5570b5de5e4d6e9c779d6b0df6fb9fe8a78bb1b7d8dde7b941cd29f146743c4bfc7c2910ccd457789e36adca0dfd08cce28b1b0ccfa78633647e02cfd3c5284
7
- data.tar.gz: 0b5e83765fa059c18c18544c427faecb917cf116f7a7993c2575b4296b794576f46def449d68c540293f656990f3c585ea79dd86f81a2ec1e39e4c15edeb19fc
6
+ metadata.gz: ec37a92d99a783410a211d083611833260f4ca40ec095d863f4dfef4e44d1393b2ab79b757de1727e6ef20c7d96e3b05d2a4ace2c278e4fafe8ffbd6ab6943af
7
+ data.tar.gz: fd781977c3d8c4a10b5c3abc17c67e5f12174f79b3dc3a4e58bfae73c8812794bafa06c6504271affb9b51dac365cdec0bd7f61de0d10307c758f20b4b28c97c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELO
2
2
 
3
+ ## v1.20.5 (TerryDavis)
4
+
5
+ * Stay away Mexico, stay away Diana, you're not welcome, and you won't ever have
6
+ my eyes, and no, you did not come here to save me, other way - bitch.
7
+
3
8
  ## v1.20.4 (TerryDavis)
4
9
 
5
10
  * Add disco biscuit for Terry Davis.
@@ -462,7 +462,8 @@ Pry.commands.instance_eval do
462
462
  %q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
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
- %q[TerryDavis] => %q|https://www.youtube.com/watch?v=Q74tSCCZu_c|
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
467
  }
467
468
  command '🎧', '' do
468
469
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.4'
3
+ VERSION = '1.20.5'
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.4
4
+ version: 1.20.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers