pry-twitter 1.32.3 → 1.32.4

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: 67e2677e9a7b2430f2d8d04063cef4fd8d466b90630dd9955beeef5a7772dfda
4
- data.tar.gz: f28d8ec8741c5f356be9e3322aee482caf29b0ed768142863c7f3b890f1d84b7
3
+ metadata.gz: 7aa26003163b069428dac1c4992116098e4b55e2b6c7936b7857b7462f127da0
4
+ data.tar.gz: 0dd259109f20cf59492406c42b41392d805a26ca3414a626796cb96f448ecbb9
5
5
  SHA512:
6
- metadata.gz: b10ac3e58037baa60ed018e54e94392fdaf94fa35702e5d0d40941b13896759143282c4f9fa10df8cce8047f5d11f64c1a3d0e2a0eeb650b9955bb32c055df89
7
- data.tar.gz: c3fb8ec5134a71a4d2956512bd70ac7efdb4e3845160611ff8bdcd7adf6b87b6bb1f9be8bc86fd5b7e0912c0566c30f288e3d816b5554b2a27b4eeefe3749c01
6
+ metadata.gz: 5cc16d0c6a415d19e4067fead173537ff001972fb09880717f2e4a87a70d39e845d23698e5573600483d75dc0b88443453cd1b1594b49125e1756566c2b893d8
7
+ data.tar.gz: 44661542b1d43bae19113cc441691c4c1169451852a29757b332f2769fdf960fa66fc07a0f2444d7168c85a1a4238f3cb9edaab55126ac428bffe03e162fdfba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.32.0+ (#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc)
3
+ ## v1.32.0+ (#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx)
4
4
 
5
5
  - Around the world.
6
6
 
@@ -672,7 +672,9 @@ Pry.commands.instance_eval do
672
672
  %q[Assad's Speech at 2003 Arab League against Iraq War (Rare Speech)] => %q[https://www.youtube.com/watch?v=50NXigWwDQU],
673
673
  %q['The Biggest Funeral in History' - Tehran, June 3rd 1989] => %q[https://www.youtube.com/watch?v=Z-gMpl_HIRo],
674
674
  %q[Thank God It's Christmas by Damo & Ivor] => %q[https://www.youtube.com/watch?v=pMT35Ktv5GI],
675
- %q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc]
675
+ %q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc],
676
+ %q[Devlin - They don't know (featuring Ghetts)] => %q[https://www.youtube.com/watch?v=K0l4429EGyw],
677
+ %q[-NEW- Devlin- Full S.M Freestyle] => %q[https://www.youtube.com/watch?v=UKjTfBKA_vw]
676
678
  }
677
679
  command '🎧', '' do
678
680
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.32.3'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc}
3
+ VERSION = '1.32.4'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx}
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.3
4
+ version: 1.32.4
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 #ber #bel #ika #mas #nyc ...
57
- An extensible Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx
57
+ ... An extensible Twitter 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 #ber #bel #ika #mas #nyc ... An
151
- extensible Twitter client living inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx ...
151
+ An extensible Twitter client living inside the Fry and Pry REPLs.'
152
152
  test_files: []