pry-twitter 1.22.21 → 1.23.0

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: 033f3513e8187fc1430aa5f54f63b522ea63fad12fd44e508b7034d54878e304
4
- data.tar.gz: 1e469675e81da2e2a5a49ffe4a3f9445c280152687fb9463c9c7a75e20f97da8
3
+ metadata.gz: ce5372740cfc31f0a4a2890b61b88220d083c8cc45f78f5a0e6d9fb0958a473a
4
+ data.tar.gz: 460af7f8d46de706e7316f17ace1e09b844a2352b4300de4fa399e39c39be001
5
5
  SHA512:
6
- metadata.gz: 5768981abf109c9c9a386cf4215bedbb571ac2ce43c9eb31f197d3fd2f2181bf8cf44c366e935437de75c08ab22197fe1461a58279b9e9a663dcd7df0ddf9936
7
- data.tar.gz: e41ffcaf0bbf3052792b9f98e4e458a0f45278a9a320f525401e79542317a3980296e7697f603731005c7615071f135cb5da44ff72398d635e09684d30682907
6
+ metadata.gz: 710d66b21d03fa8c8de8e0bb3eaca416a29e482885e4974d2c6709791437ae357fe5a48f78bd21e6fcba61c91faa61b319a1684d86c47b08d1f8dea081c99896
7
+ data.tar.gz: d322eb93f4fdd4e190bca48b50586921f6f4cd689b5231e31a65210696383a9240e747b2da2aeb2999859d0e663dc321469d8cac13dd206adce351f4dc471a44
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.23.0 (#ElGringo #Kyrylo #RapGod #RapDevil)
4
+
5
+ - Add easter egg(s).
6
+
3
7
  ## v1.22.21 (#AllenAndEllaDissPlusMulletDiss)
4
8
 
5
9
  - Add two disco-biscuit aliases: 8ball, 🎱
@@ -539,7 +539,8 @@ Pry.commands.instance_eval do
539
539
  %q[The most beautiful song for Tupac - Mafia bands - 2pac - (SetUp NEW 2018) (Ella Diss) (Ella Mullet (not a Gleeson) is a rapist)] => %q[https://www.youtube.com/watch?v=J_xCfkbdDtA],
540
540
  %q[mike tyson baddest man on the planet (Allen diss, get down, attack on)] => %q[https://www.youtube.com/watch?v=k4T-fsN6hDU],
541
541
  %q[Miku - Amour (Original Mix) "C'est une bonne situation ça scribe ?"] => %q[https://www.youtube.com/watch?v=9sAaX70Ap8I],
542
- %q[2Pac - Pistol (Ft. 50 cent & The Game)] => %q[https://www.youtube.com/watch?v=KhlNmQHmv8Y]
542
+ %q[2Pac - Pistol (Ft. 50 cent & The Game)] => %q[https://www.youtube.com/watch?v=KhlNmQHmv8Y],
543
+ %q[El Gringo] => %q[https://www.youtube.com/watch?v=tUYGzZ0tQpA]
543
544
  }
544
545
  command '🎧', '' do
545
546
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.22.21'
4
- CODENAME = %q{#AllenAndEllaDissPlusMulletDiss}
3
+ VERSION = '1.23.0'
4
+ CODENAME = %q{#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.22.21
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,7 +53,7 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #AllenAndEllaDissPlusMulletDiss ... An extensible Twitter
56
+ description: 'CodeName: #ElGringo #Kyrylo #RapGod #RapDevil ... An extensible Twitter
57
57
  client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
@@ -141,6 +141,6 @@ requirements: []
141
141
  rubygems_version: 3.0.1
142
142
  signing_key:
143
143
  specification_version: 4
144
- summary: 'CodeName: #AllenAndEllaDissPlusMulletDiss ... An extensible Twitter client
145
- living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: #ElGringo #Kyrylo #RapGod #RapDevil ... An extensible Twitter
145
+ client living inside the Fry and Pry REPLs.'
146
146
  test_files: []