pry-twitter 1.27.4 → 1.27.5

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: f9dfafd03584a24727e4598187f4b1d13197a3225324bbfe6064d377ded39235
4
- data.tar.gz: 2832786bb3200868a40f43623d709fbbf18207c64844ef526521d44078c5a67a
3
+ metadata.gz: d92482d58d1f2ddd6a33ef531bfbaab0d713fbe24c45eb775449f80cafb05b11
4
+ data.tar.gz: e3af8402acd394793fe4a73d1d4fac82da766e4f7c645be393370f6632b5380f
5
5
  SHA512:
6
- metadata.gz: 67481fb304104026915dd6691f8f4a1ac5feaca5bdef7c546f9af181443365d5d185cfb656921ab8ca35906c8bea62e1b4dc7d9784a3da1fa79d084d54aef3eb
7
- data.tar.gz: 0c99cc7e1b2be25155f7ebd14c3fdc9f36a52fcbb4cfac147be222031de750e8903fdf4fd076a364315a20f75417714da479868ddb8059eb9404802aa576682c
6
+ metadata.gz: 314687e2de629f3555670a5baa3dceb1abd2b58c31e4263443545f7f01c8be48a4e5f69cc077bb021b3da1c47c4746ca8c2ab23d28a499f235003a8e7bc995a4
7
+ data.tar.gz: d6b0086b1d8cfa0f2fa81ecfcb85eb8bc6fa4cb18234ea9fd3a9a6f7519e01c8bb602203e197ea0e9f21a06cdee95943867cbee89aa5bde168925a4e10e50fa3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.27.5+ (#KillTheIrishMan #PartyOver #GameOver)
4
+
5
+ - Run mick, run!
3
6
 
4
7
  ## v1.27.2-4+ (#PoorAndStillHappy #RichHeart #GayBar #ImASuperStarAtTheGayBar #KillTheNoise)
5
8
 
@@ -555,7 +555,8 @@ Pry.commands.instance_eval do
555
555
  %q[DAMO & IVOR - PROUD TO BE IRISH!] => %q[https://www.youtube.com/watch?v=tucjjh3EACs],
556
556
  %q[You people have become so sick that you think you can offer alternative women. I literally want nobody. No one. Ever. Id become gay before i go near another woman.] => %q[https://www.youtube.com/watch?v=IslF_EyhMzg],
557
557
  %q[You people have become so sick that you think you can offer alternative women. I literally want nobody. No one. Ever. Id become gay before i go near another woman.] => %q[https://www.youtube.com/watch?v=IslF_EyhMzg],
558
- %q[Do you have any money ? No. Good. Lets go to the Gay Bar and spend all your money. :)] => %q[https://www.youtube.com/watch?v=49rhRF4bkf8]
558
+ %q[Do you have any money ? No. Good. Lets go to the Gay Bar and spend all your money. :)] => %q[https://www.youtube.com/watch?v=49rhRF4bkf8],
559
+ %q["Kill the Irishman" Party's Over] => %q[https://www.youtube.com/watch?v=GWsqMyE30-0]
559
560
  ]
560
561
  }
561
562
  command '🎧', '' do
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.4'
4
- CODENAME = %q{#PoorAndStillHappy #RichHeart #GayBar #ImASuperStarAtTheGayBar #KillTheNoise}
3
+ VERSION = '1.27.5'
4
+ CODENAME = %q{#KillTheIrishMan #PartyOver #GameOver}
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.27.4
4
+ version: 1.27.5
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: #PoorAndStillHappy #RichHeart #GayBar #ImASuperStarAtTheGayBar
57
- #KillTheNoise ... An extensible Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #KillTheIrishMan #PartyOver #GameOver ... An extensible Twitter
57
+ client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -141,6 +141,6 @@ requirements: []
141
141
  rubygems_version: 3.0.1
142
142
  signing_key:
143
143
  specification_version: 4
144
- summary: 'CodeName: #PoorAndStillHappy #RichHeart #GayBar #ImASuperStarAtTheGayBar
145
- #KillTheNoise ... An extensible Twitter client living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: #KillTheIrishMan #PartyOver #GameOver ... An extensible Twitter
145
+ client living inside the Fry and Pry REPLs.'
146
146
  test_files: []