pry-twitter 1.27.468 → 1.28.0

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: b5eab91c24ba6d046d5ea0fdcb0e5ef2dfbea1208e37ead0dda84472211cd1bc
4
- data.tar.gz: f701e02dad0f4cb5636441cb06f9134f37c2516bcf7444afae507d9bf4374ec0
3
+ metadata.gz: d96c67917506ca238334cc0961b20273f6c2f5d2905cd0aac5721b4c69c35598
4
+ data.tar.gz: 507aee66137e20c12f4eaaaae9240b2fab0f0119a9bb08dc7ce342ee335cb67f
5
5
  SHA512:
6
- metadata.gz: 31998c46da37ba0ac07b3614753f5e5dfe38280af9b9d71c2586ff824eb0194ca050a46e10d58f0dc9e3705acbabea84d6d68bed4fe06e1b3fbef7c3e7b09783
7
- data.tar.gz: c1e20dba6b417e75ebec4a5ffa0637a3c9cf5b4f2df0e966dd56a7990671ef00113efab26ef3c4af8601c44dde77a8addd4145103b3b1002037d2ebc9fe0a3ae
6
+ metadata.gz: '06381b4b4d79380eeaf3d6d3c71953cdf74843598c09576b7104153f8636880772ba563c12fe0b6f281e57dd8d12dd456945e4a6201e62aff866f55188d1c748'
7
+ data.tar.gz: aff4564c048a180b5c39955286c6003d7c04b099806c37676cb2faa11f9932568fe049863b068539a703cc0839a120d3a28b1ef01184f35821c04497de5903e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.27.31+ (#Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
3
+ ## v1.28.0+ (#Matilda #PrincessDiana)
4
+
5
+ - Change code name for v1.28 series to '#Matilda #PrincessDiana'.
6
+
7
+ ## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
4
8
 
5
9
  - Add Art
6
10
 
@@ -603,7 +603,12 @@ Pry.commands.instance_eval do
603
603
  %q[Alt-J (∆) - Taro] => %q[https://www.youtube.com/watch?v=S3fTw_D3l10],
604
604
  %q[Nirvana - Smells Like Teen Spirit] => %q[https://www.youtube.com/watch?v=hTWKbfoikeg],
605
605
  %q(Goldeneye tank chase [HD]) => %q[https://www.youtube.com/watch?v=yy-MKdRwhHs],
606
- %q[Goldeneye Lyric Video - Song By Tina Turner] => %q[https://www.youtube.com/watch?v=jkbMkRxA5Iw]
606
+ %q[Goldeneye Lyric Video - Song By Tina Turner] => %q[https://www.youtube.com/watch?v=jkbMkRxA5Iw],
607
+ %q(DEVLIN - MARCHING THROUGH THE FOG [OFFICIAL VIDEO]) => %q[https://www.youtube.com/watch?v=6vicc9ZEDx0],
608
+ %q(Vinnie Paz - You can't be neutral on a moving train lyrics) => %q[https://www.youtube.com/watch?v=NN35eJQ27c4],
609
+ %q[9/11 Howard Dean Muses Bush Had Prior Knowledge ..... George Says Its Time For Politics] => %q[https://www.youtube.com/watch?v=AJEdjZDDODs],
610
+ %q[Devlin - Shot Music ft. Giggs] => %q[https://www.youtube.com/watch?v=f7yYpFsz4EU],
611
+ %q[Alt-J (∆) - Matilda] => %q[https://www.youtube.com/watch?v=qbvgfEaC6GM]
607
612
  }
608
613
  command '🎧', '' do
609
614
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.468'
4
- CODENAME = %q{#Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
3
+ VERSION = '1.28.0'
4
+ CODENAME = %q{#Matilda #PrincessDiana}
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.468
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,9 +53,8 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked
57
- #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible
58
- Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #Matilda #PrincessDiana ... An extensible Twitter client living
57
+ inside the Fry and Pry REPLs.'
59
58
  email: trebor.macg8@protonmail.com
60
59
  executables: []
61
60
  extensions: []
@@ -144,7 +143,6 @@ requirements: []
144
143
  rubygems_version: 3.0.1
145
144
  signing_key:
146
145
  specification_version: 4
147
- summary: 'CodeName: #Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked
148
- #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible
149
- Twitter client living inside the Fry and Pry REPLs.'
146
+ summary: 'CodeName: #Matilda #PrincessDiana ... An extensible Twitter client living
147
+ inside the Fry and Pry REPLs.'
150
148
  test_files: []