pry-send_tweet.rb 1.6.1 → 1.6.2

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: 1159b32b5db344af6a4ef085c5a3845995ac1d0a9e2df601a3cfef61dc229ffa
4
- data.tar.gz: 30589f4e1fced62c7511516d0072dc84671d9b3cf9cef6a964d2848d83048b2f
3
+ metadata.gz: f31bcb8015ed4702fe29ad6f18230237c7aa94b565fc0e6ce84d750c6c4f5b33
4
+ data.tar.gz: 90576a9208aa629f35f1beb95b361da5f6fcfa7300fa470a2877ad505d58751c
5
5
  SHA512:
6
- metadata.gz: 14fe4540ce55f6c1297a3869bc52b9adcc7d6e81060ceb635fffa6ef667570b5d7dd3ad8e375673e0b26df591f2b4d8929ef18a5147e3c6c6995bbe0fabbcf5f
7
- data.tar.gz: a94105cc12ce67f4159d27fddb66314219c49625b53b840f9f577852c0066adcbf5568b50009e967c7104213e5c3932e768f9322a5d38e185ba98c4cbd64964f
6
+ metadata.gz: 12f0b47b21c58114f39a318327488fda977be16d2b2caaa70cb7755d8e8f8fc839cb65b62111cb05d4c4b2d312a2e51b3ea50aec81ee246a99271fd5180468d2
7
+ data.tar.gz: c5880ea8baf9eaf981df2e285beb3f99f2aa73b2476244b70ac688f2cf26521940a4e060b81383cb04feb67715cb27dbb467450a996a06fc6f0207ef9c6c2044
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.6.2 (Innocent)
4
+
5
+ * Add warning
6
+
3
7
  ## v1.6.1 (Innocent)
4
8
 
5
9
  * Carried Howie over to Innocent (where He belongs).
@@ -266,7 +266,8 @@ Pry.commands.instance_eval do
266
266
  'Coolio - Gangsta\'s Paradise (feat L.V.)(Need For Speed Edit.)(HubertGT Remake)' => 'https://www.youtube.com/watch?v=m6gWJXhpUmI',
267
267
  'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y',
268
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'
269
+ 'Surat Al-Mutaffifin (The Defrauding) | Mishary Rashid Alafasy | سورة المطففين' => 'https://www.youtube.com/watch?v=bqbBb0FIjEI',
270
+ 'Vladimir Putin Style - True Leader 2017' => 'https://www.youtube.com/watch?v=_A4MmpJV94I'
270
271
  }
271
272
  command '🎧', '' do
272
273
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.6.1'
3
+ VERSION = '1.6.2'
4
4
  CODENAME = 'Innocent'
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.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers