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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b1df11acce8080f47b3b298ddbb521345531cabc569f13303a53fcaa18d91bb
|
|
4
|
+
data.tar.gz: c809f45ffeca549bf42d53979d6b1a897eb5d163dbf2265e94c0d51db6fe5aa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9aa8f847a70f53e9ea1ca86b95703d14c0c2b20ea5a0bb2d6a3b021fa963a53fd7aae44b6015c5f12cdb755f4b7def21dc7fa4322f33089c9d1e2b52f7a5f85
|
|
7
|
+
data.tar.gz: 5bfab1d25a43f854f3ce884041189d2b479d89e34837ed9c664cf8d40083d2d086cef6a5927aecdb44700f6cfb5c115eae95c78a2b7116120671fda470d4fe2a
|
data/CHANGELOG.md
CHANGED
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
|
-

|
|
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
|
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.
|
|
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
|