pry-send_tweet.rb 1.11.6 → 1.11.7

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: 2b1df11acce8080f47b3b298ddbb521345531cabc569f13303a53fcaa18d91bb
4
- data.tar.gz: c809f45ffeca549bf42d53979d6b1a897eb5d163dbf2265e94c0d51db6fe5aa2
3
+ metadata.gz: 25c98d15275f465b166eaf2b0c5ccd8ff0ed4d5e98689c4cfe7e5d03c7a19f51
4
+ data.tar.gz: 18e2457ac1261bb43106ed4c02ed0b283aab39eab247740f3aa97f067e974432
5
5
  SHA512:
6
- metadata.gz: e9aa8f847a70f53e9ea1ca86b95703d14c0c2b20ea5a0bb2d6a3b021fa963a53fd7aae44b6015c5f12cdb755f4b7def21dc7fa4322f33089c9d1e2b52f7a5f85
7
- data.tar.gz: 5bfab1d25a43f854f3ce884041189d2b479d89e34837ed9c664cf8d40083d2d086cef6a5927aecdb44700f6cfb5c115eae95c78a2b7116120671fda470d4fe2a
6
+ metadata.gz: acb7818859aae0475e80c7fe83e35835fe8489c89d2e2bc0dcb634e84ddb8eee53504f53cc53fd61fb07ffc9ff9ccdcc4ca477bd3c388204dca109ff2a183862
7
+ data.tar.gz: ea1ba8609a090d7370e5030cbc2b978e68d088190d2b163b6dcd0a4a9840d2c3b0a13ab61597f08707c76db0f7b31880797be2d6569d7979055dc10f3215f39f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.11.7 (ChairmanKim)
4
+
5
+ * Add disco biscuit(s).
6
+
7
+ * Correct botched v1.11.6 release, in relation to `README.md` and `art/` files.
8
+
3
9
  ## v1.11.6 (ChairmanKim)
4
10
 
5
11
  * Add disco biscuits
data/README.md CHANGED
@@ -457,10 +457,12 @@ __#3__ The `-g`, `--grep` feature - with Vagrant, Tmux on FreeBSD 12.
457
457
 
458
458
  __#4__ Trying to get in touch with @realdonaldtrump on FreeBSD 12.
459
459
 
460
- ![FreeBSD-5](/art/51-e94c3387e1.jpg)
460
+ ![FreeBSD-4](/art/51-e94c3387e1.jpg)
461
461
 
462
462
  __#5__ Translating a tweet - with Vagrant,tmux on FreeBSD 12.
463
463
 
464
+ ![FreeBSD-5](/art/51-ad821fa377.jpg)
465
+
464
466
  ## <a id='license'>License</a>
465
467
 
466
468
  This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
@@ -409,7 +409,8 @@ Pry.commands.instance_eval do
409
409
  'Tina Turner - Golden Eye (HD)' => 'https://www.youtube.com/watch?v=4hGQ97tCTOs',
410
410
  'Rich The Kid - New Freezer ft. Kendrick Lamar (Bass Boosted)' => 'https://www.youtube.com/watch?v=VDJKBueqW3c',
411
411
  'Highlights: Liverpool Legends 5-5 FC Bayern Legends | Alonso, Gerrard, Kuyt and more' => 'https://www.youtube.com/watch?v=njiW0R1W8GI',
412
- 'Ronald Regan Patriotic Speech' => 'https://www.youtube.com/watch?v=4hGQ97tCTOs'
412
+ 'Ronald Regan Patriotic Speech' => 'https://www.youtube.com/watch?v=4hGQ97tCTOs',
413
+ 'Kid CuDi Mr Rager Lyrics' => 'https://www.youtube.com/watch?v=PMPC2jY27rw'
413
414
  }
414
415
  command '🎧', '' do
415
416
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.6'
3
+ VERSION = '1.11.7'
4
4
  CODENAME = 'ChairmanKim'
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.11.6
4
+ version: 1.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers