pry-twitter 1.27.20 → 1.27.21

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: e5e9010215cb7510f4139666b0f208a307221f840e8a2e8d406db60f72026622
4
- data.tar.gz: a82c64a830608d12e2ed09b85463b99c34df17144ab09f271cc26c53cee7d99b
3
+ metadata.gz: 76722ddfd956a30b411afa0eb1a6122c778460b255e318221a9f53f05c9fd41a
4
+ data.tar.gz: 2300fea33640add6808f4133032200088f615d1acade36b966a40782214bd471
5
5
  SHA512:
6
- metadata.gz: fef21d1e2d581ad60cc1d6e52786b45e19f75be7026858c8b137573f655b35787fa8d637567916ca23d23c4f0ae06d56b39f3860858d472e32790cbb8ae9fed3
7
- data.tar.gz: 36edb770daa534fb57fa4cd95e3b75b8a4c31a273cb39c881c68490801fbd4df1b353c245fa6d4dd115ddda83cf72465cb57c6f149e88fecc1c7d7d173be42a4
6
+ metadata.gz: 1584e85b14b63754a69f63963ca13fdeacc48dd7ef5614d3e5a02184a5cda8f04fc86ca1023e2e35654da20e9d3217d1e242647d1bec995c8ae5d6a010d825ca
7
+ data.tar.gz: 40f70ca26cc7b1d7550928969b2a04779b84c3fd4c43e785019e44971aa1c515059b6e42dda3859e8db6fb8e0c97d3d06ddd107b3737b05423b32e4f373f6630
data/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## v1.27.14+ (And #MaRoc #IllyBilly is back)
4
4
 
5
+ - Add a WooOoOOow.
6
+
5
7
  - Explain the concept of Symbols.
6
8
 
7
9
  - Disable warnings on FreeBSD VM.
@@ -566,7 +566,8 @@ Pry.commands.instance_eval do
566
566
  %q[Manu] => %q[https://www.youtube.com/watch?v=iQHwh9VR9X8],
567
567
  %q[DAMO & IVOR - SOUTHSIDE FOR LIFE] => %q[https://www.youtube.com/watch?v=UPk2jd9YEfM],
568
568
  %q[2Pac - Gangsta Virus (ft. Ice Cube, Eminem, Tech N9ne)] => %q[https://www.youtube.com/watch?v=utsUVZwevUE],
569
- %q[In Ruby we have Symbols, and in Ireland we have... ] => %q[https://www.rte.ie/news/dublin/2019/0225/1032776-st-michans-crypt-crusader/]
569
+ %q[In Ruby we have Symbols, and in Ireland we have... ] => %q[https://www.rte.ie/news/dublin/2019/0225/1032776-st-michans-crypt-crusader/],
570
+ %q[BED INTRUDER SONG!!!] => %q[https://www.youtube.com/watch?v=hMtZfW2z9dw]
570
571
  }
571
572
  command '🎧', '' do
572
573
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.20'
4
- CODENAME = %q{And #MaRoc #IllyBilly is back.}
3
+ VERSION = '1.27.21'
4
+ CODENAME = %q{And #MaRoc #IllyBilly is back. WoooOoooOow.}
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.20
4
+ version: 1.27.21
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: And #MaRoc #IllyBilly is back. WoooOoooOow. ... An extensible
57
+ 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: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
145
- living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: And #MaRoc #IllyBilly is back. WoooOoooOow. ... An extensible
145
+ Twitter client living inside the Fry and Pry REPLs.'
146
146
  test_files: []