pry-twitter 1.31.15 → 1.31.16

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: fe9576f9b1e78e679671c02b8ff8f2c2f8161c1774065b5e2642eaf8dd180925
4
- data.tar.gz: 5b9d2d5b9bde8a0e4d605b3b66dbafd6bbc85c479ddf04aa03800b62ef6c212c
3
+ metadata.gz: 3a240d28868d6f22de2b64fa285fa57fa3197d7ec37a1425bf99682a7029e0be
4
+ data.tar.gz: d0c2ea8fe1356cc51fda6aeab81f1fac46f38149f32eb0b825b84077d8164fa8
5
5
  SHA512:
6
- metadata.gz: 44b01daea9e93c0c7edea5d01af1f026b23075f68a54e9f4160650d321b9426a2457e2ed2c9743dec044164bebd1129d535efbd1888739d876daba2978e9ad45
7
- data.tar.gz: 9eda8006ab2f67dd4bba8d392ce5ec67d75b21ba143b98e8ed3c2f34c3f5927550750beba9c53b653e3fa998fb2487847b9db46dd89373cb3417538c99132cd0
6
+ metadata.gz: 8d79010201840d8e5aa25dbeab78a64a065ae4c2dcdf462352e1e36504540ee2a8b7d29855c6cdb8099efcbab38aea86f0ca79979e8b7e9452abf36e6ae76d20
7
+ data.tar.gz: e7b5d7d30ffb64a01e96f1d755efe64716785d7fcfd0b782e469d98ecef1417e5c6f3b497e30be8b96d3237418a43179cbe7ddd6b9968c3f386c4e7ea6f8404f
@@ -665,7 +665,8 @@ Pry.commands.instance_eval do
665
665
  %q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54],
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
- %q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI]
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
670
  }
670
671
  command '🎧', '' do
671
672
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.31.15'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx}
3
+ VERSION = '1.31.16'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad}
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.15
4
+ version: 1.31.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,7 +53,7 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #ldn #dub #ams #dam #pdx ... An extensible Twitter client
56
+ description: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
57
57
  living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
@@ -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 ... An extensible Twitter client living
151
- inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
151
+ living inside the Fry and Pry REPLs.'
152
152
  test_files: []