pry-twitter 1.23.1 → 1.23.2

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: a72ce17e0a2a1c4ac2b6d0c18051ea38604cdda413d77cc656967ae6feccdd80
4
- data.tar.gz: 9a0e6d18a5243629d84470b95164fc7f996157f812124ae62eb5c072999f6bf7
3
+ metadata.gz: b8e3a60cdec16894336d26e96de158daa877ae824710a172503b3df0054b3267
4
+ data.tar.gz: fceb63d416ebdacca519dafc16fb760f02b3d0b60d59729abeb8d85faab867a2
5
5
  SHA512:
6
- metadata.gz: 6f16d5023cd2674be31a537d6fa1c88279fb3646dcb67ec68cf7a848469693557c5c1a7e9d770aeebcf25be833684ea8da0aeac914ffcbdffa7ba7c3e610915c
7
- data.tar.gz: 7b636df4e8f26b9334c2ba91eeb53200bb51892c92a844a75225f76afa406934c2e6bc9df8b26249b7de1184928abf2099a679f361ca2164333e059e5cd2629a
6
+ metadata.gz: 54feb4bd7ef842e6dba06e35a3e94944298e9116c459ab3f5fd0c1fcdad83087c0dfdf1306523d66b62da1ad68b6dd1703efad11fbd793d770d70e9c56d109ad
7
+ data.tar.gz: c2d555271fff831961307580a2de00115aa5aa83f07352ed84dcbdcf816818c4c76f5488b882baffa919292ca25c6938e5eed160f077d1ec1a521d22819a52fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.23.2 (#MessageForTheMullets #ElGringo #Kyrylo #RapGod #RapDevil)
4
+
5
+ - Add easter egg(s).
6
+
3
7
  ## v1.23.1 (#ElGringo #Kyrylo #RapGod #RapDevil)
4
8
 
5
9
  - Add easter egg(s).
@@ -541,7 +541,8 @@ Pry.commands.instance_eval do
541
541
  %q[Miku - Amour (Original Mix) "C'est une bonne situation ça scribe ?"] => %q[https://www.youtube.com/watch?v=9sAaX70Ap8I],
542
542
  %q[2Pac - Pistol (Ft. 50 cent & The Game)] => %q[https://www.youtube.com/watch?v=KhlNmQHmv8Y],
543
543
  %q[El Gringo] => %q[https://www.youtube.com/watch?v=tUYGzZ0tQpA],
544
- %q[Allen Mullet (Not a Gleeson)] => %q[https://www.youtube.com/watch?v=YWyHZNBz6FE]
544
+ %q[Allen Mullet (Not a Gleeson)] => %q[https://www.youtube.com/watch?v=YWyHZNBz6FE],
545
+ %q[Anne Mullet, know this, for the future is being told.] => %q[https://www.youtube.com/watch?v=SAUDWVuOUq0]
545
546
  }
546
547
  command '🎧', '' do
547
548
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.23.1'
4
- CODENAME = %q{#ElGringo #Kyrylo #RapGod #RapDevil}
3
+ VERSION = '1.23.2'
4
+ CODENAME = %q{#MessageForTheMullets #ElGringo #Kyrylo #RapGod #RapDevil}
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.23.1
4
+ version: 1.23.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: #ElGringo #Kyrylo #RapGod #RapDevil ... An extensible Twitter
57
- client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #MessageForTheMullets #ElGringo #Kyrylo #RapGod #RapDevil
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: []
@@ -141,6 +141,6 @@ requirements: []
141
141
  rubygems_version: 3.0.1
142
142
  signing_key:
143
143
  specification_version: 4
144
- summary: 'CodeName: #ElGringo #Kyrylo #RapGod #RapDevil ... An extensible Twitter
145
- client living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: #MessageForTheMullets #ElGringo #Kyrylo #RapGod #RapDevil ...
145
+ An extensible Twitter client living inside the Fry and Pry REPLs.'
146
146
  test_files: []