pry-twitter 1.31.17 → 1.32.0

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: bd9d8f33c7ffd90852d77e2f3cb3da0b2887963a441feed34369cfa4fe65b3d1
4
- data.tar.gz: e996c976b484305ed13995cbe5797cae61172fef7e0f2db8f54f0c072bf54ef4
3
+ metadata.gz: b6545184f37c794cb93456eb8a75eb15640e263d42a762e89f4e9d9f793e8ec9
4
+ data.tar.gz: 2f5a034fa8207b3f9836ba079ab679939ca8e49eeec870ab9a3db9d8bf07ac18
5
5
  SHA512:
6
- metadata.gz: c78215dc7844c663afa23a51d2753d6f758c4b9cc4e8f013b295fde99e4aa9fbbe779225406f388e60fb5882ea566ec06b614e621024b93cc3b92c19adadb46f
7
- data.tar.gz: fa2008e81da3b0d02a16a649332b06a389afcd0e01efd8304a8b88818ee3115f2071f93c50b947aa575b259f61455756b56d7521244f3fd755245afd39f54c5a
6
+ metadata.gz: b02573b9a012b2785e6443baaff1310ae362db6454f45b838c64f6d72c908e0d6a5ae90500c33c890192374be17e7488a675af68f3d38399bc3ba40cda8919c2
7
+ data.tar.gz: c7a7d8ba4dbda0454d7d600c78bd4f26d0acacf46978b6020fc09e3f5b2d67c047d73b12f353fb59c261df4f3c80ef583b3d3ea2c244f0a623d6b040f97fb0d9
@@ -667,7 +667,8 @@ Pry.commands.instance_eval do
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
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
+ %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
672
  }
672
673
  command '🎧', '' do
673
674
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.31.17'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber}
3
+ VERSION = '1.32.0'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel}
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.17
4
+ version: 1.32.0
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 ... An extensible Twitter
57
- client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel ... An extensible
57
+ 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 ... An extensible Twitter client
151
- living inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel ... An extensible Twitter
151
+ client living inside the Fry and Pry REPLs.'
152
152
  test_files: []