pry-twitter 1.31.1 → 1.31.2

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: c45e3e782f3a550631b129eb8e485c9d8f9fd83f530cb4a076d420af8f225626
4
- data.tar.gz: 2554117ea38c714fc1f4c51d83c5323c9e9a934401e4883a928a3e6675420a34
3
+ metadata.gz: 2a925ec55951900d5bd3b305a75008af1427169824f87fb78e64d7d5b360ce71
4
+ data.tar.gz: afe4740334cd6268be607632900006c9d2557ae20dd69658f7aae4e17a8ad47f
5
5
  SHA512:
6
- metadata.gz: a97ef2ae1116b2e4aea649fc704707554c0f1d3c1bdc911c197d7bd5f67c79d84c2a09424efd45af40e215ffe3b4ccd270e7651e23f9caec3fd6af4a5fcdd6b8
7
- data.tar.gz: a710d1b391c134a388172c37cf5b4478e3eef292ae7720a8394fe238f66fd1854871e14764a2350b12ee03996cc2c1ff150457c2da04230173aadfe1ffb8dd41
6
+ metadata.gz: 9671adfa4a0c74b307839178a4bc63d7275309568a4308c634afc14a052c30964b7104d3d1fb633a377dde0b31d1c8cd28f571f7a366eb343d2a7240087825d7
7
+ data.tar.gz: 462296f3c8d0fa8328413b5094a477d4aab104cf92bb1cf26df5eca83d1d49b6725eac940dbf3ec026e8810811b73f6e6afa597209785ceeb5455955156c4983
@@ -649,7 +649,10 @@ Pry.commands.instance_eval do
649
649
  %q[latin] => %q[https://youtu.be/zm5zLAtpLTA],
650
650
  %q[PROCESSING 95% bandicam 2019 02 28 05 42 54 278] => %q[https://youtu.be/7oK6qeUm85Y],
651
651
  %q[Emanuela. Listen.] => %q[https://youtu.be/oLkKZ7gTG5Y],
652
- %q[The Mullets (which consists of William, Anne, Ian, Allen, Mark, Ella, Emily) will face the same humilation and torture you inflicted on the people i love. i told you i would destroy your family.] => %q[https://www.youtube.com/watch?v=-q6o2e0U85w]
652
+ %q[The Mullets (which consists of William, Anne, Ian, Allen, Mark, Ella, Emily) will face the same humilation and torture you inflicted on the people i love. i told you i would destroy your family.] => %q[https://www.youtube.com/watch?v=-q6o2e0U85w],
653
+ %q[Vasyl Lomachenko - The Artist] => %q[https://www.youtube.com/watch?v=ZHAe-SaplCw],
654
+ %q[Devlin - Cold Blooded] => %q[https://www.youtube.com/watch?v=TM_AglYnbKM],
655
+ %q[Devlin - Heat Up] => %q[https://www.youtube.com/watch?v=jGdk6EP5qvM]
653
656
  }
654
657
  command '🎧', '' do
655
658
  args = arg_string.split(' ')
@@ -1,7 +1,7 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.31.1'
4
- CODENAME = %q{#Emanuela My Last Message to William and his family, theyre not mine}
3
+ VERSION = '1.31.2'
4
+ CODENAME = %q{#Emanuela}
5
5
  end
6
6
  end
7
7
 
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.1
4
+ version: 1.31.2
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: #Emanuela My Last Message to William and his family, theyre
57
- not mine ... An extensible Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #Emanuela ... An extensible Twitter client living inside the
57
+ Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -144,6 +144,6 @@ requirements: []
144
144
  rubygems_version: 3.0.1
145
145
  signing_key:
146
146
  specification_version: 4
147
- summary: 'CodeName: #Emanuela My Last Message to William and his family, theyre not
148
- mine ... An extensible Twitter client living inside the Fry and Pry REPLs.'
147
+ summary: 'CodeName: #Emanuela ... An extensible Twitter client living inside the Fry
148
+ and Pry REPLs.'
149
149
  test_files: []