pry-twitter 1.31.16 → 1.31.17

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: 3a240d28868d6f22de2b64fa285fa57fa3197d7ec37a1425bf99682a7029e0be
4
- data.tar.gz: d0c2ea8fe1356cc51fda6aeab81f1fac46f38149f32eb0b825b84077d8164fa8
3
+ metadata.gz: bd9d8f33c7ffd90852d77e2f3cb3da0b2887963a441feed34369cfa4fe65b3d1
4
+ data.tar.gz: e996c976b484305ed13995cbe5797cae61172fef7e0f2db8f54f0c072bf54ef4
5
5
  SHA512:
6
- metadata.gz: 8d79010201840d8e5aa25dbeab78a64a065ae4c2dcdf462352e1e36504540ee2a8b7d29855c6cdb8099efcbab38aea86f0ca79979e8b7e9452abf36e6ae76d20
7
- data.tar.gz: e7b5d7d30ffb64a01e96f1d755efe64716785d7fcfd0b782e469d98ecef1417e5c6f3b497e30be8b96d3237418a43179cbe7ddd6b9968c3f386c4e7ea6f8404f
6
+ metadata.gz: c78215dc7844c663afa23a51d2753d6f758c4b9cc4e8f013b295fde99e4aa9fbbe779225406f388e60fb5882ea566ec06b614e621024b93cc3b92c19adadb46f
7
+ data.tar.gz: fa2008e81da3b0d02a16a649332b06a389afcd0e01efd8304a8b88818ee3115f2071f93c50b947aa575b259f61455756b56d7521244f3fd755245afd39f54c5a
@@ -666,7 +666,8 @@ Pry.commands.instance_eval do
666
666
  %q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU],
667
667
  %q[Devlin - ZDot Freestyle (Official Song)] => %q[https://www.youtube.com/watch?v=Z0WVPf5Mx0U],
668
668
  %q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI],
669
- %q[Syria's Assad sends a message to Western officials from recaptured city - English Subs] => %q[https://www.youtube.com/watch?v=nQ012KHURgM]
669
+ %q[Syria's Assad sends a message to Western officials from recaptured city - English Subs] => %q[https://www.youtube.com/watch?v=nQ012KHURgM],
670
+ %q[Assad tells Belgian reporter Belgium & EU merely obey 'US master' on Syria – English Subtitles] => %q[https://www.youtube.com/watch?v=SZEG8lPYFZk]
670
671
  }
671
672
  command '🎧', '' do
672
673
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.31.16'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad}
3
+ VERSION = '1.31.17'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber}
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.16
4
+ version: 1.31.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,8 +53,8 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
57
- living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber ... An extensible Twitter
57
+ client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -147,6 +147,6 @@ requirements: []
147
147
  rubygems_version: 3.0.1
148
148
  signing_key:
149
149
  specification_version: 4
150
- summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
150
+ summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber ... An extensible Twitter client
151
151
  living inside the Fry and Pry REPLs.'
152
152
  test_files: []