pry-send_tweet.rb 1.7.4 → 1.7.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: baff034c4bc83fcaacbd9abfcf9c44db77bafa62d2d70ba5bdec849c22cc3f72
4
- data.tar.gz: dc50d55ff17bbd4a7f71ac569e37f0b1fc35e972a40b5e2b43f1ac594f02c527
3
+ metadata.gz: 77dcb3369dc7a352dc73fb60bf5ff1d72807839126217eccd95150a5d1ada5ea
4
+ data.tar.gz: 1976827823d21771d71c65b7b9bd619b1141366f639dacab45243fe3470d1705
5
5
  SHA512:
6
- metadata.gz: 42e6d031a155756311356ae7743869cc3085b7c76cffa15328b5b65240f3da7ec78db5d2bbd6e38fc02d318b6a2bec2682ce7590cb8190ede526927585d73539
7
- data.tar.gz: b8cd33d3fa462e95a27bab782c8ea4f177d615081365318f023da627c1da21b3afcae9d0a0b6903fa2e25bb35c4ba43e86478f11661635a902c258bff0d561f6
6
+ metadata.gz: ecfa24e37733b6037b981e2c8e994b7bc0d40d5adeb850d94e2678d5ef25b06d9d27b5dd46dd2c1ba38badcda5a9004dc17dcf75ed0461fe37f0acd40932b78e
7
+ data.tar.gz: 9a8813137fa73c86f9c9f8f3643d8a574e409ec4b412a6efe1f79aebe3a043c9a282df85e3f3e339188972e171df1c67d14ac6d91509c56a72ccb026a9730942
@@ -294,7 +294,10 @@ Pry.commands.instance_eval do
294
294
  '2Pac - Ms. Jackson (Ft. OutKast) Remix 2018' => 'https://www.youtube.com/watch?v=Y9rImWkp6As',
295
295
  'Daft Punk - Get Lucky (vinyl)' => 'https://www.youtube.com/watch?v=U-GamX1R_bM',
296
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'
297
+ 'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc',
298
+ 'WindTalkers - The End' => 'https://www.youtube.com/watch?v=UXtU2iUUGJE',
299
+ 'Born Slippy - Underworld (Trainspotting Soundtrack!)' => 'https://www.youtube.com/watch?v=qrR1fVh-A4E',
300
+ 'I\'m a sheikh | Arabic | Ethnic | Trap beat | Instrumental' => 'https://www.youtube.com/watch?v=6g2-_72W4zs'
298
301
  }
299
302
  command '🎧', '' do
300
303
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.7.4'
3
+ VERSION = '1.7.5'
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.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers