pry-send_tweet.rb 1.19.4 → 1.19.5

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: d16acbbcf3b2b42eb3f548e0ef8b7d77824f5878a43d63000f57d04a7e68e289
4
- data.tar.gz: a099f1eedff4abc8f509e5c44eca873dfc7f9cb4e15a04edc4076ca85e337913
3
+ metadata.gz: 81403917c7df5cee45b31e944d982821248429c289c2943c23b86f24d9c45c9e
4
+ data.tar.gz: 38a49b65a15562ee0061fb1ea4f3e6363762d29bee90e75b1b15cb4c000f666a
5
5
  SHA512:
6
- metadata.gz: ca35ddaf895b8bd1408d6d777685ede88bb5d51c466a89c1e948e7ce92ef1d1dce3314ee9ebcff63cce12c2ab609c38d16cda59bad161e67a8f79bd54b2a5012
7
- data.tar.gz: a2e3b25d61fd1d32adef3a6e8ddd3966d4c1a488a303903449074abec23ff59f3f2490bd1edb8da8750f0f4aec9c6081cd6821b58d4b61e627473f8aacb7328f
6
+ metadata.gz: c5aef6dc77f98d539adc9213c6d6b0b665744cf0c830d7e584ae2b38603ae54318b86d1a75f502c7ed32f674ff098df8c055c7616aaebcb3ee0325f8d2cf343e
7
+ data.tar.gz: 0a48137df1fae6dfe3c5f1af3e469ec585930310f8cd496cecbb2882c148987651154ad64bca05c39c6a85bddff309278e69b7f6bc7a2a2612f264a0a90f9b58
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.19.5 (PresidentTrumpUSA)
4
+
5
+ * Add warning(s)
6
+
3
7
  ## v1.19.4 (PresidentTrumpUSA)
4
8
 
5
9
  * Add disco biscuit for @realdonaldtrump
@@ -240,6 +240,7 @@ Pry.commands.instance_eval do
240
240
  'ZHR & BatL - Stay (Official Video)' => 'https://www.youtube.com/watch?v=e2lo3lqRhdE',
241
241
  'The Last Of The Mohicans End Scene(HD)' => 'https://www.youtube.com/watch?v=q8ZisDHg6v0',
242
242
  'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
243
+ 'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
243
244
  'In the Name of the Father - Inmates showing their compassion' => 'https://www.youtube.com/watch?v=EalRRJp9hOQ',
244
245
  'Chief Keef - Love Sosa | Dir. @DGainzBeats' => 'https://www.youtube.com/watch?v=YWyHZNBz6FE',
245
246
  'Reach Eargasm - La Vie (Original Mix) /Steve Jobs/' => 'https://www.youtube.com/watch?v=CyzdOtyYnng',
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.19.4'
3
+ VERSION = '1.19.5'
4
4
  CODENAME = 'PresidentTrumpUSA'
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.19.4
4
+ version: 1.19.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers