pry-twitter 1.32.5 → 1.32.6

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: 68f35e0a2738ccc8243b8f7385eaddb968857b8aeb35dfe2f33a99cf75d54e42
4
- data.tar.gz: dcf48357423db95fab6b7952b4d304f274d41eeeeecd1ab116223ded936837a8
3
+ metadata.gz: 31058d2098d246b80d876f6498179f12d8e662e413a8f61812e2d94c5afd9240
4
+ data.tar.gz: fb856a8259b20c662235d2be164ee39a26fb4c6185959e6523ea5feb2a254477
5
5
  SHA512:
6
- metadata.gz: 71746809873bf0b5188765fcd53f8e1fa8ab6fc06febe74747d5d6162b0136e2a334f012c2cca3655c019fd1d7abf8206a942d747934d8372a08418b2f373010
7
- data.tar.gz: 2ad0710a1ce8e7756bc56d35f8c5f522c0c57727e601762485aa4daa5505877cfc22702b7a230b4f594bd5f511e089f2bea1e1f7953fcaf2cef09710ba22811d
6
+ metadata.gz: 3db2bee1acc067fa6a42f5389f014603971da6180072935f2f4337c684dbe9aa2d10fd8f604e3bf0e2935784bbea6f95cb319336cec50fed0e714d49722ce72b
7
+ data.tar.gz: fc99318a77696f95cdfeae21d6c25ddc17d3136209048ab2432ceb4fdf040a50aa7045f7902f80c09edf3071f5c9b52d1dccf9721e1073bf90d34d7a4887040b
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 #phx)
3
+ ## v1.32.0+ (#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio #svo)
4
4
 
5
5
  - Around the world.
6
6
 
@@ -674,7 +674,8 @@ Pry.commands.instance_eval do
674
674
  %q[Thank God It's Christmas by Damo & Ivor] => %q[https://www.youtube.com/watch?v=pMT35Ktv5GI],
675
675
  %q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc],
676
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]
677
+ %q[-NEW- Devlin- Full S.M Freestyle] => %q[https://www.youtube.com/watch?v=UKjTfBKA_vw],
678
+ %q[DEVS STUDIO MAYHEM SET - BDBTV] => %q[https://www.youtube.com/watch?v=yeyxmwZTy9I]
678
679
  }
679
680
  command '🎧', '' do
680
681
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.32.5'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio}
3
+ VERSION = '1.32.6'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio #svo}
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.5
4
+ version: 1.32.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -54,7 +54,7 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
56
  description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx
57
- #rio ... An extensible Twitter client living inside the Fry and Pry REPLs.'
57
+ #rio #svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -149,5 +149,5 @@ rubygems_version: 3.0.1
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio
152
- ... An extensible Twitter client living inside the Fry and Pry REPLs.'
152
+ #svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
153
153
  test_files: []