pry-send_tweet.rb 1.11.5 → 1.11.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: 8d6c0552ba5b66e03e1a4fafd5fdaf5b50dfc9846d05f7ca9198b36168a21e36
4
- data.tar.gz: 9d14c21b2adaed71e343b0d0ad11c55bca2285f290b1f5f999b618fb7007f44b
3
+ metadata.gz: 2b1df11acce8080f47b3b298ddbb521345531cabc569f13303a53fcaa18d91bb
4
+ data.tar.gz: c809f45ffeca549bf42d53979d6b1a897eb5d163dbf2265e94c0d51db6fe5aa2
5
5
  SHA512:
6
- metadata.gz: 39f84b5aa2522034a1a600b92a691cb2ca7cb164b17dbf8298152454faf453a37a6cf57a03a4a17d126e1c9aaf32fe6d54e85aa42bb32de9079a83da34d4f321
7
- data.tar.gz: 471ab2c0dc318cca87a50b350c5f421601e36ea293362ffaf906a003decbfa29241246f3ea116cea8273e64282f8ba1edf0bd6f0c8309e0b59db4deaa3e4bac3
6
+ metadata.gz: e9aa8f847a70f53e9ea1ca86b95703d14c0c2b20ea5a0bb2d6a3b021fa963a53fd7aae44b6015c5f12cdb755f4b7def21dc7fa4322f33089c9d1e2b52f7a5f85
7
+ data.tar.gz: 5bfab1d25a43f854f3ce884041189d2b479d89e34837ed9c664cf8d40083d2d086cef6a5927aecdb44700f6cfb5c115eae95c78a2b7116120671fda470d4fe2a
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.11.6 (ChairmanKim)
4
+
5
+ * Add disco biscuits
6
+
7
+ * Add art
8
+
9
+ * Disable auto-refresh on tweets that are read with `read-tweets -x`, `read-tweets --translate`.
10
+
3
11
  ## v1.11.5 (ChairmanKim)
4
12
 
5
13
  * Add disco biscuits.
data/README.md CHANGED
@@ -457,7 +457,9 @@ __#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-4](/art/51-e94c3387e1.jpg)
460
+ ![FreeBSD-5](/art/51-e94c3387e1.jpg)
461
+
462
+ __#5__ Translating a tweet - with Vagrant,tmux on FreeBSD 12.
461
463
 
462
464
  ## <a id='license'>License</a>
463
465
 
Binary file
@@ -403,7 +403,13 @@ Pry.commands.instance_eval do
403
403
  'Gorilla Zoe - Real Motherfucker ft. Boyz N Da Hood' => 'https://www.youtube.com/watch?v=k9dMdbUAi0c',
404
404
  'Forrest Gump long run scene' => 'https://www.youtube.com/watch?v=QgnJ8GpsBG8',
405
405
  'Forrest Gump long run scene' => 'https://www.youtube.com/watch?v=QgnJ8GpsBG8',
406
- "Please don't act as though Germany and the UK aimed to help me, I flanked you with the Russians on the Eastern Front - only reason I 'won'" => 'https://www.youtube.com/watch?v=fQX59vDOux0'
406
+ "Please don't act as though Germany and the UK aimed to help me, I flanked you with the Russians on the Eastern Front - only reason I 'won'" => 'https://www.youtube.com/watch?v=fQX59vDOux0',
407
+ 'It was not a wise move to ban VPN technology in Russia; There is no extradition treaty with the USA, so, it offers a sort of immunity to be in Russia - operating under US jurisidiction' => 'https://www.youtube.com/watch?v=LHCob76kigA',
408
+ '"We Were Soldiers" Reporter Scene' => 'https://www.youtube.com/watch?v=JyZw9DoU00c',
409
+ 'Tina Turner - Golden Eye (HD)' => 'https://www.youtube.com/watch?v=4hGQ97tCTOs',
410
+ 'Rich The Kid - New Freezer ft. Kendrick Lamar (Bass Boosted)' => 'https://www.youtube.com/watch?v=VDJKBueqW3c',
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'
407
413
  }
408
414
  command '🎧', '' do
409
415
  args = arg_string.split(' ')
@@ -30,7 +30,7 @@ module Pry::SendTweet::ReadTweets::TranslateActions
30
30
  case res
31
31
  when Net::HTTPOK
32
32
  tweet.attrs[:full_text] = __translated_text_from(res)
33
- render_tweets [tweet], title: "#{__translation_map(res)}: "
33
+ render_tweets [tweet], title: "#{__translation_map(res)}: ", timeout: false
34
34
  else
35
35
  raise Pry::CommandError, "Bad response from Yandex (#{res.class})"
36
36
  end
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.5'
3
+ VERSION = '1.11.6'
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.5
4
+ version: 1.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -67,6 +67,7 @@ files:
67
67
  - README.md
68
68
  - Vagrantfile
69
69
  - art/44-e44743a5bb.jpg
70
+ - art/51-ad821fa377.jpg
70
71
  - art/51-da43a4ef4f.jpg
71
72
  - art/51-e94c3387e1.jpg
72
73
  - art/52-eec4df2edf.jpg