pry-send_tweet.rb 1.2.0 → 1.3.0

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: 69ed5221cd8864bdac7eaacc2460cf49acba9fb630f79fa5f105f10d08a016b0
4
- data.tar.gz: efb0ffa0adf2fc51eb53a2b25f87ae30acdf6a5db5eaa26bab503a2ac6d0766e
3
+ metadata.gz: 2da78f1bc9867a91878e27e45dac7cfed3842350357327395ebfd84a7b8e045f
4
+ data.tar.gz: ad4a2cd5228de461de490957b8cfbb5f0a4741ce3c4ce358af202cec6feaeca4
5
5
  SHA512:
6
- metadata.gz: d324d2d776980944e4d23785d2317124dc3f55dd2cdd1713a987f58447c38533dc984c447c50b45c4e8b5e23bfd4d3e58341e8cceb1140a7aab33a6caf03e86e
7
- data.tar.gz: bf9d83133162b143591251181cc73d5cfc8e1b44090b40d86f8b8807d027eb7ee18c60ac0e102cb0e44fc94ad94131cf980aaf7891565609ff6612a6a6998d4b
6
+ metadata.gz: 5c5376627ffd3d441bdf0998b7fa06b530649e01954a99aa047755eaa268ece25535478e5146b23d1b4366c9035aeb29f84281ca234faffb144cd4259a5c534b
7
+ data.tar.gz: 6c8f4751abe5e01f0efea83f79688e06ffd5fdd929ac1d1774f453f7e589051bd1c69d5480c024c82f2a6f0560180f39888dd517982316542805ec69a3df910c
@@ -186,7 +186,26 @@ Pry.commands.instance_eval do
186
186
  '2Pac - Still Dre ft. Eazy E (2TenRecords Remix)' => 'https://www.youtube.com/watch?v=7PX1-wr6u1Q',
187
187
  '2Pac ft. Eazy E - Shook Ones (Gappa Remix)' => 'https://www.youtube.com/watch?v=eUkj_of_Z-Q',
188
188
  'Me, Myself & I lyrics G-Eazy ft Bebe Rexha' => 'https://www.youtube.com/watch?v=9ji1R7zCObs',
189
- 'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://www.youtube.com/watch?v=I8oHHGxrNus '
189
+ 'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://www.youtube.com/watch?v=I8oHHGxrNus',
190
+ 'Eminem - Rap God (Explicit)' => 'https://www.youtube.com/watch?v=XbGs_qK2PQA',
191
+ 'DJ Snake ft. Justin Bieber - Let Me Love You (Koni Remix) /Emma Heesters Cover/' => 'https://www.youtube.com/watch?v=qwxrzDmck3M',
192
+ 'One Day- Matisyahu lyrics' => 'https://www.youtube.com/watch?v=sl9voSKJmEU',
193
+ '1root blazing' => 'https://www.youtube.com/watch?v=nElYKl2w4Jw',
194
+ 'KILLSHOT [Official Audio]' => 'https://www.youtube.com/watch?v=FxQTY-W6GIo',
195
+ '♦ Качай Головой ♦' => 'https://www.youtube.com/watch?v=pzo-v-JLGls',
196
+ 'Ноггано, AK 47 - Russian Paradise' => 'https://www.youtube.com/watch?v=Z0s1RTZUAqQ',
197
+ 'Pink Floyd --- We Don\'t Need No Education' => 'https://www.youtube.com/watch?v=GG1fgCHvDNQ',
198
+ 'Gigi D\'Agostino Bla Bla Bla' => 'https://www.youtube.com/watch?v=Hrph2EW9VjY',
199
+ 'Dynoro & Gigi D’Agostino - In My Mind' => 'https://www.youtube.com/watch?v=W9P_qUnMaFg',
200
+ '2Pac - Sick Track Ft. Eminem (Tekashi 69 diss) Banger' => 'https://www.youtube.com/watch?v=JQQ5KJjt9Z8',
201
+ 'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w',
202
+ 'Ice Cube - Bang Bang (Ft. 2Pac) WestCoast Banger' => 'https://www.youtube.com/watch?v=59ZKK59ty-I',
203
+ '✦ Benjamin Franklin ✦' => 'https://www.youtube.com/watch?v=Mng2BukYPOo',
204
+ 'Музыка По-Черному.. ◘◙◘' => 'https://www.youtube.com/watch?v=Uucp0upmo3s',
205
+ '2Pac - Problem (HD) Ft. Ice Cube' => 'https://www.youtube.com/watch?v=2Wgfs8-Va9U',
206
+ '✦ Пролетело Детство ✦' => 'https://www.youtube.com/watch?v=xwtRiaYjoi0',
207
+ '✵Роль Брата✵' => 'https://www.youtube.com/watch?v=XKv-xpnS24M',
208
+ 'Хочешь напьёмся или гашиша.. ♪ ♫' => 'https://www.youtube.com/watch?v=aPLQ9ULc6p0'
190
209
  }
191
210
  command '🎧', '' do
192
211
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -201,4 +220,8 @@ Pry.commands.instance_eval do
201
220
  command '8', '' do
202
221
  _pry_.output.puts ['The Eight Beatitudes', 'https://www.jesuschristsavior.net/Beatitudes.html'].join("\n")
203
222
  end
223
+
224
+ command '12', '' do
225
+ _pry_.output.puts ['The Guided One', 'https://en.m.wikipedia.org/wiki/Mahdi'].join("\n")
226
+ end
204
227
  end
@@ -1,5 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.2.0'
3
+ VERSION = '1.3.0'
4
+ CODENAME = 'MS-13'
4
5
  end
5
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.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers