pry-send_tweet.rb 1.5.7 → 1.5.8

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: df83cd1e789be9d0bcd1ac11cd6280595a4e40da1b7225f5663397a488fc3bd4
4
- data.tar.gz: 465cfc28dd47fd6f2d140d7cdc16c466baa5945423334397f9f38ffa3ed3d4bd
3
+ metadata.gz: 066a0ac768f90b9679357f85a3db97dec42602c1074d2d82059f36c47a524afa
4
+ data.tar.gz: e9900857db5d6293a96012ba211b32b172a890157abfd9db2f484881b09e753e
5
5
  SHA512:
6
- metadata.gz: 704cb9206cb00de9c7f2ab0735e439b437a108f481fda590c63421e4813a05daee8507226ac714eb49cbb9e5881d715f0f16a73de401c3ebc812b777f608d2a3
7
- data.tar.gz: 80e4646442d9219f39ec9f1c964c377d9226b21973afa314495592ca1b68490d9443d95c81b3c6f249e3f4d7ba3b23c41a7247834e7bb66443d6a34479a3e516
6
+ metadata.gz: cec128421b109d7dad3d89adf5aaa4a789fb5cb59b005f939535694f843e3570db30f34b4a64dd1d5f75c47cbadb693624d93d5ae5e55e49941c4a94e06e50ae
7
+ data.tar.gz: 01d5f00c98cf50258d72c3cbd60b4bc462c968274945881c5d0ec81d28bf7709ba7df4f321fadc5eb4356357f01a96907f940d6f8dab2cbd741a3ba345b7fa1a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.5.8 (Howie)
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ * Add warnings
8
+
3
9
  ## v1.5.7 (Howie)
4
10
 
5
11
  * Add disco biscuit(s)
@@ -264,7 +264,9 @@ Pry.commands.instance_eval do
264
264
  'DMX Where the Hood At Uncensored' => 'https://www.youtube.com/watch?v=IIeSGUK-Lyo',
265
265
  'Die Antwoord - Enter The Ninja (Explicit Version)' => 'https://www.youtube.com/watch?v=cegdR0GiJl4',
266
266
  'Coolio - Gangsta\'s Paradise (feat L.V.)(Need For Speed Edit.)(HubertGT Remake)' => 'https://www.youtube.com/watch?v=m6gWJXhpUmI',
267
- 'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y'
267
+ 'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y',
268
+ 'Surat Al-Mutaffifin (The Defrauding) | Mishary Rashid Alafasy | سورة المطففين' => 'https://www.youtube.com/watch?v=bqbBb0FIjEI',
269
+ 'Surat Al-Mutaffifin (The Defrauding) | Mishary Rashid Alafasy | سورة المطففين' => 'https://www.youtube.com/watch?v=bqbBb0FIjEI'
268
270
  }
269
271
  command '🎧', '' do
270
272
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.5.7'
3
+ VERSION = '1.5.8'
4
4
  CODENAME = 'Howie'
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.5.7
4
+ version: 1.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers