pry-send_tweet.rb 1.5.0 → 1.5.1

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: 892d2c06cad12d18e4aee2bd7e4b4377387175caa7327cddd577a1e39e099a28
4
- data.tar.gz: f69bed1eefd3fee12d4794a3e98947b98d96c4ca928b6b593df69686cf78745d
3
+ metadata.gz: 75a215fb9c70d688d7cb241744cc971d271ffa7b326b44acf8871fefe232af23
4
+ data.tar.gz: 31a51d1ccbd72ee0afd984418e2fa911274bc386e49bdcfa1f74caecb0a0f29a
5
5
  SHA512:
6
- metadata.gz: beaadd5d9018fe95317a29c6c997fee823d68856e3643d01dc785fd69770387af1adcec02d79936eaaf4f1218f567775292d9a3ee9afa66ac3070d06182aaaed
7
- data.tar.gz: 6b3b01e2e15a42bc1b44e25135fdb21d9c584c004e154157589200b4a8737b48a1c9c91139abf5a3f8762040d62bbfedd3a8ff68322d075a46da65fc1c8a41cd
6
+ metadata.gz: 71a7f545932e90419150aedde54ffeb508eb81a3294fa79ff3bd84ce8bee1a35ff434f5e8aec523eb1be0d3e5c8064f91a3e7870a3a1ba369b1fae33ac041e03
7
+ data.tar.gz: ffc5b41ba254b3841a17f78060905208d088018cc5e72584f163ea40460c791252f34e5a7c6744df16e80c96327a588c0d0539a35adb50f6977ff1e2a5bf4da9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.5.1 (Howie)
4
+
5
+ * Add disco biscuits.
6
+
3
7
  ## v1.5.0 (Howie)
4
8
 
5
9
  * Add disco biscuits.
@@ -241,7 +241,9 @@ Pry.commands.instance_eval do
241
241
  'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://www.youtube.com/watch?v=I8oHHGxrNus',
242
242
  'Местный (ГАМОРА) & DAROM DABRO - Всей толпой (2018)' => 'https://www.youtube.com/watch?v=npeNVyWg_yQ',
243
243
  'Ayatullah Khamenei Prayer of Spiritual' => 'https://www.youtube.com/watch?v=EZ0sIPmB5xA',
244
- 'Sting - Shape Of My Heart (lyrics)' => 'https://www.youtube.com/watch?v=pm3rDbXbZRI'
244
+ 'Sting - Shape Of My Heart (lyrics)' => 'https://www.youtube.com/watch?v=pm3rDbXbZRI',
245
+ 'Сережа Местный - ЧИСТОGUN (Новинка 2018)' => 'https://www.youtube.com/watch?v=uG7lpXOQ9d8',
246
+ 'Do you remember? Phoenix arcade game.' => 'https://www.youtube.com/watch?v=5FCFVdDmV8U'
245
247
  }
246
248
  command '🎧', '' do
247
249
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.5.0'
3
+ VERSION = '1.5.1'
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.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers