pry-twitter 1.27.30 → 1.27.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cca6fb2a248a7dc52595ccaf8656637034e22e73e53e42d7787482dd13464398
4
- data.tar.gz: 6c8686c4e3fffeb9b82f24acaff40981b95d33759efaa3326e7fcc195b65d524
3
+ metadata.gz: 7c2c35ad12592a773dbce66153abc1b4e040f59a490ef28b26bcb7ba43b28b94
4
+ data.tar.gz: cf8aa9e72ec95df42250e3222e46550d9c411925ac2c40e7db9c960bb333b767
5
5
  SHA512:
6
- metadata.gz: b57bb685b110312f8aa6affe3f0dbc7af8783ffc972e7210ddd2c89e9a07410cf9f1be169a6009daf62fe256bf659d795064eba1dff1bd89ef8d710d6441ccea
7
- data.tar.gz: af4ce3d882903db62351fe68994cddc26a2b9d2047bcd601da28cce21c850c26701a3ec63b4750add4ac8b0e66d7275cd3f1889e8251860042f18f847fc97bd7
6
+ metadata.gz: efea56035938c265d981a01891044cc35b5b3db5ca82129bfcaded13cacc286b1e89450b3b0a7a3f5377cb80eaff47c37e31158a2c7d72b47b613042f7a9e213
7
+ data.tar.gz: 75dd43f217069be3a63587af5f9c7d8fcd7d9b2445a330f3d2182dc30fc031c641f1c5ef4e90f5d19b44556dc2c02cc0fc3cf06aba1d8adc19d226fc032ac7f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.27.31+ (#ChiefKeef)
4
+
5
+ - Add easter egg(s)
6
+
3
7
  ## v1.27.14+ (And #MaRoc #IllyBilly is back. #BloodDiamond)
4
8
 
5
9
  - Explain the concept of Symbols.
@@ -576,7 +576,8 @@ Pry.commands.instance_eval do
576
576
  %q[2Pac - Fuck Em All ft. Outlawz (Thug Life Remix)] => %q[https://www.youtube.com/watch?v=fSi9UF1PGG8],
577
577
  %q[Vladimir Putin Style - True Leader 2017] => %q[https://www.youtube.com/watch?v=_A4MmpJV94I],
578
578
  %q[Portugal the man : Modern Jesus (version acoustique HD)] => %q[https://www.youtube.com/watch?v=u5cxod7p_ug],
579
- %q[Eminem - Like Toy Soldiers] => %q[https://www.youtube.com/watch?v=lexLAjh8fPA]
579
+ %q[Eminem - Like Toy Soldiers] => %q[https://www.youtube.com/watch?v=lexLAjh8fPA],
580
+ %q[Chief Keef - Hate Being Sober ft. 50 Cent & Wiz Khalifa (Music Video)] => %q[https://www.youtube.com/watch?v=9n0Q1tURIsw]
580
581
  }
581
582
  command '🎧', '' do
582
583
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.30'
4
- CODENAME = %q{And #MaRoc #IllyBilly is back.}
3
+ VERSION = '1.27.31'
4
+ CODENAME = %q{#ChiefKeef}
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.30
4
+ version: 1.27.31
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: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
57
- living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ChiefKeef ... An extensible Twitter client living inside
57
+ 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: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
145
- living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: #ChiefKeef ... An extensible Twitter client living inside the
145
+ Fry and Pry REPLs.'
146
146
  test_files: []