pry-send_tweet.rb 1.5.4 → 1.5.6

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: f7f328e04f28e52ab4fd868007c17f95c2b94e718cdb2665a79cd0a128a383f9
4
- data.tar.gz: 0bf6c056e2abcf63581d883284839df0f839979feaef400b7ac36e82a2c64f34
3
+ metadata.gz: 7a431230a0c91cdee50bba83f34bb7c3c4ac01590f12285e31de02d1f0b4b97f
4
+ data.tar.gz: 795dd6d768fb02433c2a8243ac1562898a758d58079736ccd66ac03a553dae19
5
5
  SHA512:
6
- metadata.gz: 326d5ec83d4946cd637494c26f28036f45e2d8a05291f28ecdc3a7cf1be6dade452046470365269cc8589ed964d46d1263557fd90ad8ccb1fe4ed9756a9ed4d7
7
- data.tar.gz: 43faaee49bc0e4b0f7a11d4ad7a982ffa39e698dd7d588957711a6c1804c33069c6d54e81a2a0768ee3fa54655fb14b3b90356e81cb3e027969fa98c9f7a15ae
6
+ metadata.gz: 1b0a94499c62120d43459d2e088ee475c805d0c24b23cc25930fc92b9f4864724bcc6d25d4dfe230f8dc50c36350fd629aa42f87bbca3e24a0c0c4f24c17a037
7
+ data.tar.gz: 4450e4cbc924079783940891c110bc287e054e8e361eab0178f1b9dba3d7cf6dcd41367677fd6365fbec66bf4d063c0222f78b2156e58eeafdf20f36b61f32e1
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.5.6 (Howie)
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ * Add warnings
8
+
9
+ ## v1.5.5 (Howie)
10
+
11
+ * Add disco biscuit(s)
12
+
3
13
  ## v1.5.4 (Howie)
4
14
 
5
15
  * Add disco biscuit(s)
@@ -250,7 +250,12 @@ Pry.commands.instance_eval do
250
250
  'We Were Soldiers - Final Battle Scene' => 'https://www.youtube.com/watch?v=fuaSi-H0oGY',
251
251
  'Black Hawk Down Sgt Eversmann\'s Final Speech' => 'https://www.youtube.com/watch?v=t4YnPFsvSqs',
252
252
  'Black Hawk Down Sgt Eversmann\'s Final Speech' => 'https://www.youtube.com/watch?v=t4YnPFsvSqs',
253
- 'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w'
253
+ 'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w',
254
+ 'Phil Lynott - Last TV interview, December 1985' => 'https://www.youtube.com/watch?v=-sR61Nu6FqE',
255
+ 'Bob Marley - Get Up Stand Up (Banx & Ranx Remix)' => 'https://www.youtube.com/watch?v=gQJcgY48gMQ',
256
+ 'Roy Keane - The Real Captain Fantastic.flv' => 'https://www.youtube.com/watch?v=BanakGjO7ps',
257
+ 'Fort Minor - "Remember The Name" (Lyric Video)' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E',
258
+ 'Steve Miller Band - Abracadabra (12" Version) (Vinyl)' => 'https://www.youtube.com/watch?v=YqloCj1ZNSw'
254
259
  }
255
260
  command '🎧', '' do
256
261
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.5.4'
3
+ VERSION = '1.5.6'
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.4
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers