pry-send_tweet.rb 1.20.13 → 1.20.14

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: d15a1a3e8dbb5daf03a2eee66bb1aded5e7a3c83ddbd4fd0b0885ef85edd542b
4
- data.tar.gz: 3fb82bff6f47d82f6e7d12182f6bf7fdc33405374f35ef31e385c8e274b31f23
3
+ metadata.gz: 4ba6794ac7e162d19d4ae5c943538f596213474503aae2a481e2ae011147cac2
4
+ data.tar.gz: ec20e3897fcd13db38be865a91acad1e819e8fa46cd4cf83022d7115e53ced27
5
5
  SHA512:
6
- metadata.gz: 69247baeedfe06c724a6be85750ab0cb14d1d0e1400aa9080b7875f2e4e95108b03c931da7d54828f5262ef4311b0b072db1dfa5d22a5da075e91d93c4c6c196
7
- data.tar.gz: df5db9491a9e1554bff54cd19eb086843719026b068b8124ed50269ced0668ab0645074f60cb1026dca85908ecde7758a06fc762fcf4d2c5cbf0b2e2f1661490
6
+ metadata.gz: 3ba43528723c414bb66ef4efa3841f0cd16ca27c12e053f7ec1eee776f1c46fb9f5a20bb43e19a739cc5fa8305225a79fb2c142b159c211d31b61cad4e0c82b6
7
+ data.tar.gz: c0040ec5154d4672d680816ff512164bfd27ea0c88e619a1d0e9b16839648a980578078294d3ede35a4cd4e95c6cc70e3026a76c0a7d7aa23f828b7439b7805c
@@ -471,7 +471,8 @@ Pry.commands.instance_eval do
471
471
  %q|The Punchbowl| => %q|https://www.youtube.com/watch?v=js-Yet5kskA|,
472
472
  %q|cr0w| => %q|https://www.youtube.com/watch?v=r74V6ihFL3w|,
473
473
  %q|crowsnest| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
474
- %q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|
474
+ %q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
475
+ %q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|
475
476
  }
476
477
  command '🎧', '' do
477
478
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.13'
3
+ VERSION = '1.20.14'
4
4
  CODENAME = '#Trump2020 #MAGA #KAG'
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.20.13
4
+ version: 1.20.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers