pry-twitter 1.32.0 → 1.32.1

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: b6545184f37c794cb93456eb8a75eb15640e263d42a762e89f4e9d9f793e8ec9
4
- data.tar.gz: 2f5a034fa8207b3f9836ba079ab679939ca8e49eeec870ab9a3db9d8bf07ac18
3
+ metadata.gz: 334dbd3001b3f905d88bc7519a8611a6da01ae2738a12295babb5b17ab3d2688
4
+ data.tar.gz: c86a304200fe70e3b238338924be8561ed6f4f847eb7222fd4eda9ca4f51330c
5
5
  SHA512:
6
- metadata.gz: b02573b9a012b2785e6443baaff1310ae362db6454f45b838c64f6d72c908e0d6a5ae90500c33c890192374be17e7488a675af68f3d38399bc3ba40cda8919c2
7
- data.tar.gz: c7a7d8ba4dbda0454d7d600c78bd4f26d0acacf46978b6020fc09e3f5b2d67c047d73b12f353fb59c261df4f3c80ef583b3d3ea2c244f0a623d6b040f97fb0d9
6
+ metadata.gz: 638a9398cf47897616c7d2514248d012bb65b3031eeb66c58be5bcbbba656ecc20b77d06cbaf74f77f34f0dacaeea7c9fa0e8c8cbe25e2082a00f433c775d451
7
+ data.tar.gz: 2e389afbca55a4730b9b1cfa8ae0737861bcd8e30e9d0e35156df91b60db3d6785ff95bac1a1ffa8c9d7bad6ee513ce9ce9daf73633db6a195af663791a059f8
@@ -668,7 +668,9 @@ Pry.commands.instance_eval do
668
668
  %q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI],
669
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
670
  %q[Assad tells Belgian reporter Belgium & EU merely obey 'US master' on Syria – English Subtitles] => %q[https://www.youtube.com/watch?v=SZEG8lPYFZk],
671
- %q[Devlin - Shook Ones Freestyle] => %q[https://www.youtube.com/watch?v=U_y-x3QBloo]
671
+ %q[Devlin - Shook Ones Freestyle] => %q[https://www.youtube.com/watch?v=U_y-x3QBloo],
672
+ %q[Assad's Speech at 2003 Arab League against Iraq War (Rare Speech)] => %q[https://www.youtube.com/watch?v=50NXigWwDQU],
673
+ %q['The Biggest Funeral in History' - Tehran, June 3rd 1989] => %q[https://www.youtube.com/watch?v=Z-gMpl_HIRo]
672
674
  }
673
675
  command '🎧', '' do
674
676
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.32.0'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel}
3
+ VERSION = '1.32.1'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika}
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.32.0
4
+ version: 1.32.1
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 #mad #ber #bel ... An extensible
56
+ description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika ... An extensible
57
57
  Twitter client 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 #mad #ber #bel ... An extensible Twitter
151
- client living inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika ... An extensible
151
+ Twitter client living inside the Fry and Pry REPLs.'
152
152
  test_files: []