pry-twitter 1.31.12 → 1.31.13

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: 0ef9042e0183afc890f4480f206fd7087f636ac3d9291af10382834bf6690833
4
- data.tar.gz: 4b48cee24a390b204bdeb828a2ee7c73d13c5cd143b2b9328bb24e2623b0221d
3
+ metadata.gz: 25927e926622f3a8925b2c0b6a56dcebdb689b7d61f64d75a1ebb5fa83415b27
4
+ data.tar.gz: 2478dd44c931f631a12ecbb44459d842748f88dda734fa426df3e8797477bf3c
5
5
  SHA512:
6
- metadata.gz: ad92883a8381697a7bd1fe42d6a8baf227927fb56b2d5997a4ef058d2c38b944f4949c65ee70d4417d66fadbc7ea7f81143303c521b81e5da4bf4e8fed26efc9
7
- data.tar.gz: b91cdbcd0b54c945a71d66d268be0fabd3ffa7777c90f22efdff4bc6ab15bd92b4889f167be7f21da50a43c1aff8be3588408042d872ac9e7b267fa72021980a
6
+ metadata.gz: f850f8b86e428b52c7857475249fb44c1893c7d7686672cefef2e34df477579fb4df81303fde577cfca506c6143026a5c3c473182ba36c0f8f5675f124fe57d7
7
+ data.tar.gz: 6c52b89ef31c8e384dbaf55f274d518cd8e729d8eee7d72b075ba56b7e19b6bdec9fff7bf2901476d2f5486ffdfa96ccb552c6390e21baeebff733e5725d9053
@@ -664,7 +664,8 @@ Pry.commands.instance_eval do
664
664
  %q[Mike Tyson - Training/Highlights ᴴᴰ (Prime)] => %q[https://www.youtube.com/watch?v=QGljKKaSYU8],
665
665
  %q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54],
666
666
  %q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU],
667
- %q[Devlin - ZDot Freestyle (Official Song)] => %q[https://www.youtube.com/watch?v=Z0WVPf5Mx0U]
667
+ %q[Devlin - ZDot Freestyle (Official Song)] => %q[https://www.youtube.com/watch?v=Z0WVPf5Mx0U],
668
+ %q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI]
668
669
  }
669
670
  command '🎧', '' do
670
671
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.31.12'
4
- CODENAME = %q{#ldn #dub (same people) https://i.imgur.com/H9JVH0y.png}
3
+ VERSION = '1.31.13'
4
+ CODENAME = %q{#ldn #dub (same people) #ams https://i.imgur.com/H9JVH0y.png}
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.12
4
+ version: 1.31.13
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 (same people) https://i.imgur.com/H9JVH0y.png ...
57
- An extensible Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ldn #dub (same people) #ams https://i.imgur.com/H9JVH0y.png
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 (same people) https://i.imgur.com/H9JVH0y.png ... An
151
- extensible Twitter client living inside the Fry and Pry REPLs.'
150
+ summary: 'CodeName: #ldn #dub (same people) #ams https://i.imgur.com/H9JVH0y.png ...
151
+ An extensible Twitter client living inside the Fry and Pry REPLs.'
152
152
  test_files: []