pry-send_tweet.rb 1.7.3 → 1.7.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fffce501bc9ae35211e4aa75260f08b5eefc6c2a1a564e92de1055f4fc9811e
4
- data.tar.gz: 1ad8c7e42fd183cead37921831070592a40e91805bd01ff5483b5948566764d8
3
+ metadata.gz: baff034c4bc83fcaacbd9abfcf9c44db77bafa62d2d70ba5bdec849c22cc3f72
4
+ data.tar.gz: dc50d55ff17bbd4a7f71ac569e37f0b1fc35e972a40b5e2b43f1ac594f02c527
5
5
  SHA512:
6
- metadata.gz: 222b41d8391552cb9b74e365009fbb3ae31772f655cf03d5e8d1db9066e70b6922f931c56eeb984a33f5c1254a12f84cb10d9ebba38b165dcf49d43556e07b60
7
- data.tar.gz: 8adec7915d6c8708497890b626cc8c46e6caebc0cf26f2124dbddc7468e8a525e9fce89760148be80d35c99ae72e8e988a82e3739d29724271df0fbb387e3c34
6
+ metadata.gz: 42e6d031a155756311356ae7743869cc3085b7c76cffa15328b5b65240f3da7ec78db5d2bbd6e38fc02d318b6a2bec2682ce7590cb8190ede526927585d73539
7
+ data.tar.gz: b8cd33d3fa462e95a27bab782c8ea4f177d615081365318f023da627c1da21b3afcae9d0a0b6903fa2e25bb35c4ba43e86478f11661635a902c258bff0d561f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.7.4 (Revenge)
4
+
5
+ * Add disco biscuit(s)
6
+
3
7
  ## v1.7.3 (Revenge)
4
8
 
5
9
  * Add disco biscuit(s)
@@ -285,7 +285,16 @@ Pry.commands.instance_eval do
285
285
  'WindTalkers Japanese Ambush *HD*' => 'https://www.youtube.com/watch?v=pJ96A8yWKZ0',
286
286
  'The Last Samurai 末代武士 (The final emperor scene)' => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
287
287
  'Eminem - Venom (Official Music Video)' => 'https://www.youtube.com/watch?v=8CdcCD5V-d8',
288
- 'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/commit/0500a17e9fdd519cabe263faf3f9c93857b84d16'
288
+ 'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/commit/0500a17e9fdd519cabe263faf3f9c93857b84d16',
289
+ '2Pac - Unforgettable Ft. French Montana & Swae Lee (Remix)' => 'https://www.youtube.com/watch?v=DyzST8VqEIc',
290
+ 'Busta Rhymes - H.O.L.L.A / X5M vs ML63 (LIMMA)' => 'https://www.youtube.com/watch?v=DiSgkXDhSg8',
291
+ '6ix9ine "KIKA" ft Tory Lanez (Audio Oficial)' => 'https://www.youtube.com/watch?v=Q3Bvp21y1fs',
292
+ 'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc',
293
+ 'Born Slippy - Underworld (Trainspotting Soundtrack!)' => 'https://www.youtube.com/watch?v=qrR1fVh-A4E',
294
+ '2Pac - Ms. Jackson (Ft. OutKast) Remix 2018' => 'https://www.youtube.com/watch?v=Y9rImWkp6As',
295
+ 'Daft Punk - Get Lucky (vinyl)' => 'https://www.youtube.com/watch?v=U-GamX1R_bM',
296
+ 'I\'m a sheikh | Arabic | Ethnic | Trap beat | Instrumental' => 'https://www.youtube.com/watch?v=6g2-_72W4zs',
297
+ 'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc'
289
298
  }
290
299
  command '🎧', '' do
291
300
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.7.3'
3
+ VERSION = '1.7.4'
4
4
  CODENAME = 'Revenge'
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.7.3
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers