pry-twitter 1.27.22 → 1.27.23

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: 317752465644762f06ce63396a5cd23c8dbfd4b6b2d3339c9f377463714e27b2
4
- data.tar.gz: 15b82a6af486defc409ba8733960e45df97b15d58b235a53a22365fcd831f06f
3
+ metadata.gz: 9921075d58c5e0d6c74df37f20ffbd1616d0fcad6a8ccba1077df3cc9601928e
4
+ data.tar.gz: 34b20847e12a6121595ed160144bb8ffb3d5197315a3eb39aa40c1d815264ef6
5
5
  SHA512:
6
- metadata.gz: 6aefe374ba49e5f34b374d82217c47c88d2e455548babfc4f4fcd2760e1fa11b67b99ac03bdc0f405c31022316d50f15ccebeca9d043f251bcd75cf667e28314
7
- data.tar.gz: 0fe58e44b48505ec19407cb2de4f04269684b49be259f55c532aeb85fe7428dc0c6f4932a41759a2f7599c2ff51c8adf4e8348492d9aa95699fff56aee8e89a3
6
+ metadata.gz: 2d29b3e8cc608cc392962dfa128fe5bbb683fe02d75b6776a9c0d97e464705b20524606176a08c402a5a272e272acd788aa0e7cbed8af792199b03d4fd6fe3c4
7
+ data.tar.gz: f977c8354c4b03a4d09c3a378a371824b6ddd5c6c9acd831d3ace4673805fdc0e66dadf2e6ad105fc41079954b0c2df07aaa5acc36b1c8115ed9893ad1fa21ba
@@ -1,8 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.27.14+ (And #MaRoc #IllyBilly is back)
4
-
5
- - Add a WooOoOOow.
3
+ ## v1.27.14+ (And #MaRoc #IllyBilly is back. #BloodDiamond)
6
4
 
7
5
  - Explain the concept of Symbols.
8
6
 
@@ -568,7 +568,8 @@ Pry.commands.instance_eval do
568
568
  %q[2Pac - Gangsta Virus (ft. Ice Cube, Eminem, Tech N9ne)] => %q[https://www.youtube.com/watch?v=utsUVZwevUE],
569
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
570
  %q[BED INTRUDER SONG!!!] => %q[https://www.youtube.com/watch?v=hMtZfW2z9dw],
571
- %q[Songify This - Obama Sings to the Shawties (replay extended)] => %q[https://www.youtube.com/watch?v=ej_H8wYo2s4]
571
+ %q[Songify This - Obama Sings to the Shawties (replay extended)] => %q[https://www.youtube.com/watch?v=ej_H8wYo2s4],
572
+ %q[I was suspended by a military tribunal from the internet for 30 days but then i went onto the streets and it got worse, so here i am, in my limited form, im banned from everywhere else] => %q[https://www.youtube.com/watch?v=3g2QE4Kn4m0]
572
573
  }
573
574
  command '🎧', '' do
574
575
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.22'
4
- CODENAME = %q{And #MaRoc #IllyBilly is back. WoooOoooOow.}
3
+ VERSION = '1.27.23'
4
+ CODENAME = %q{And #MaRoc #IllyBilly is back. #BloodDiamond}
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.22
4
+ version: 1.27.23
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: And #MaRoc #IllyBilly is back. WoooOoooOow. ... An extensible
56
+ description: 'CodeName: And #MaRoc #IllyBilly is back. #BloodDiamond ... An extensible
57
57
  Twitter 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: And #MaRoc #IllyBilly is back. WoooOoooOow. ... An extensible
144
+ summary: 'CodeName: And #MaRoc #IllyBilly is back. #BloodDiamond ... An extensible
145
145
  Twitter client living inside the Fry and Pry REPLs.'
146
146
  test_files: []