pry-twitter 1.29.1 → 1.30.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: c5146e360d7a19dcb6867a38bd7c3785bc2736d6a4f96daedfc2a5f1f98a3de4
4
- data.tar.gz: e527ecc17f78eebf5d4750773dff89ce540e87a490853f3916bcc285844f6300
3
+ metadata.gz: 2c66f166e3340c828d72c09be18ea12a19a70bd1c0049b721c8c9fbca0b1c597
4
+ data.tar.gz: 92b4421f5a7f697ac938d2586c916f78b792dd658c11addd1ff454b87360ab91
5
5
  SHA512:
6
- metadata.gz: 58a1e63ecd9d8a79135b3823739fbcd1ab88840e813db69047aa033bdf85bbd8ab9955161fa2c076c5c5fd262ae426d5d872df051b9f379e68ae8ea33f9eae49
7
- data.tar.gz: b541f096260ac6a295ba2d5834c227f9ba20bf6c2e4a9d70435fade141df7ae15fc81440716d2261ec4aeac1746e5929447af46c703f199d4f47bf5fe1f45ee4
6
+ metadata.gz: a59b438a82aefcb6cdd3f1c6888e6347138f9364728bcc1e848dd275bdf74945bb57ae78de5b278ce5fff44be23b5e46a70b7862d221efa1b83130b848d0b67c
7
+ data.tar.gz: 4a8ecfe7f463b56dd818627d36c15ca8922d78a99d64497b840473eeda9e8d0b62e765e77a857eda5210420e0ab4bf7fa405bd416c73b0f0fecad3293e6caec9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.30.0+ (#TheWorld)
4
+
5
+ - Daftpnk
6
+
3
7
  ## v1.29.0+ (#ByTheWay)
4
8
 
5
9
  - Change code name for v1.28 series to '#PrincessDiana #ForYou'.
@@ -640,7 +640,8 @@ Pry.commands.instance_eval do
640
640
  %q[Last night] => %q[https://www.youtube.com/watch?v=hPRE8xxs8ic],
641
641
  %q[Private Internet Access] => %q[https://www.youtube.com/watch?v=Qjr9eLPfPpE],
642
642
  %q[Private Internet Access] => %q[https://www.youtube.com/watch?v=RB2HaVkH68Y],
643
- %q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug]
643
+ %q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug],
644
+ %q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU]
644
645
  command '🎧', '' do
645
646
  args = arg_string.split(' ')
646
647
  no_dups = DISCO_BISCUITS.uniq
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.29.1'
4
- CODENAME = %q{#ByTheWay you can be gay without sex. Im gay as fuck. Its emotional. Not sexual.}
3
+ VERSION = '1.30.0'
4
+ CODENAME = %q{#TheWorld}
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.29.1
4
+ version: 1.30.0
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: #ByTheWay you can be gay without sex. Im gay as fuck. Its
57
- emotional. Not sexual. ... An extensible Twitter client living inside the Fry and
58
- Pry REPLs.'
56
+ description: 'CodeName: #TheWorld ... An extensible Twitter client living inside the
57
+ Fry and Pry REPLs.'
59
58
  email: trebor.macg8@protonmail.com
60
59
  executables: []
61
60
  extensions: []
@@ -144,6 +143,6 @@ requirements: []
144
143
  rubygems_version: 3.0.1
145
144
  signing_key:
146
145
  specification_version: 4
147
- summary: 'CodeName: #ByTheWay you can be gay without sex. Im gay as fuck. Its emotional.
148
- Not sexual. ... An extensible Twitter client living inside the Fry and Pry REPLs.'
146
+ summary: 'CodeName: #TheWorld ... An extensible Twitter client living inside the Fry
147
+ and Pry REPLs.'
149
148
  test_files: []