pry-twitter 1.31.8 → 1.31.9

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: 38c5ff9395d2647304447cd7d4a2732dbe7f277bd262c3a1ad91435e5bb476a6
4
- data.tar.gz: c8f52c03bcff6f85fcb459b7a71268c972fba65c46260c768138b470c6d81038
3
+ metadata.gz: 3a2033dfd0ae8094188b6deebfaf3937f3e2347b7678a015fef21f30e4deac17
4
+ data.tar.gz: 07b1fa81006af1938d31885fdd4635ee8b0d1a53fd4e69755b98b111c3d83c2f
5
5
  SHA512:
6
- metadata.gz: 3a2fd6c53be16ad31748800d6496999872532e3af567c9aed637ba46b613a6dedae12149ecb6e73697c59f16703c37468842626e012a6407289c857fbc6f471a
7
- data.tar.gz: 767e6372c03099effda655cfb7ab24226bdd5b363d26a3cee8d40fb74ed7eed2ee02175b48c23679bff715ffad134eb64c9c56dbfb59bbbcfa55224ae21dd428
6
+ metadata.gz: 3e360f9927b019f7e175f8f10dec1c2d88aa0afc1d180983e259e3679b4bbaca6c5b43fbf0b06cbc1a0fefdbae8c8b4b418f9d9582352dc86a0a2d1beb7f2b52
7
+ data.tar.gz: 871cd0803791710bb9b2ca2e2a47efa9245d58fc37db17d0c3deceb9e10380461088c0cdf778acab77e1142bdc886addfa2d7a9d943668721e4509d385c752ce
@@ -662,7 +662,8 @@ Pry.commands.instance_eval do
662
662
  %q[2Pac - No Mercy (ft. Eminem) 2018] => %q[https://www.youtube.com/watch?v=B8Oix1iE4-w],
663
663
  %q[Portugal. the man : Purple yellow red and blue (version acoustique HD)] => %q[https://www.youtube.com/watch?v=k5ERNHrRrwY],
664
664
  %q[Mike Tyson - Training/Highlights ᴴᴰ (Prime)] => %q[https://www.youtube.com/watch?v=QGljKKaSYU8],
665
- %q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54]
665
+ %q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54],
666
+ %q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU]
666
667
  }
667
668
  command '🎧', '' do
668
669
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.31.8'
4
- CODENAME = %q{I am seeing gems appear that replace the lol role of mbot, wdyt @buyvpnservice? https://www.privateinternetaccess.com}
3
+ VERSION = '1.31.9'
4
+ CODENAME = %q{#ldn}
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.8
4
+ version: 1.31.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,9 +53,8 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: I am seeing gems appear that replace the lol role of mbot,
57
- wdyt @buyvpnservice? https://www.privateinternetaccess.com ... An extensible Twitter
58
- client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ldn ... An extensible Twitter client living inside the Fry
57
+ and Pry REPLs.'
59
58
  email: trebor.macg8@protonmail.com
60
59
  executables: []
61
60
  extensions: []
@@ -148,7 +147,6 @@ requirements: []
148
147
  rubygems_version: 3.0.1
149
148
  signing_key:
150
149
  specification_version: 4
151
- summary: 'CodeName: I am seeing gems appear that replace the lol role of mbot, wdyt
152
- @buyvpnservice? https://www.privateinternetaccess.com ... An extensible Twitter
153
- client living inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn ... An extensible Twitter client living inside the Fry and
151
+ Pry REPLs.'
154
152
  test_files: []