pry-twitter 1.27.45 → 1.27.46

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: 8489e3c8bfbabf3fd06ebd03210c8b93a35ee64f71a78d14df5c5560b3f13fc3
4
- data.tar.gz: 4caa7f1847a99c8c38db879d4726e7b176c56e3764837324938d0dafc39efe07
3
+ metadata.gz: 6fd8d1b1f7a46be22490d84a4e888871d521695f30ebb4f84c63764a1b7d7f25
4
+ data.tar.gz: 3f4f95f5d41e88935412299ccc28a32d8b4e5927a8555b6d8f303cb0b9329fce
5
5
  SHA512:
6
- metadata.gz: 292d9649fa167c0ee6aefa5a4380ee0c755316b258b6555c1ef4e63aafa54b7df21bdec916ca50e4408e03f72f7782fd7963820cf8810c9554affde8359dc165
7
- data.tar.gz: 8ea9c7793cd774009672702cdbdbf87f036ae4caa430037efe4aeaa046953a7ffe21cfd1f4ffea0297fbd964d8735ae7a3be09850f3b4e75218cfc458b316941
6
+ metadata.gz: 9540d6f13227ad5cb6bcc1cbe268d0dfd0ba2395564d23a06214de16365740920d4a8d1eb81cb0a6d5626f91fc2ac20ac60ddd9fbd9088e7f6e16c1efa94a739
7
+ data.tar.gz: 7a391ac80ad3db5f3d0640d81aab18d7fa2b3277192d0a1bbb9d7a9309906d2099a46c97d34c2b5308a28d4df711a0d1a9bf080609cb4e83716f995513b03a77
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.27.31+ (#AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
3
+ ## v1.27.31+ (#KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
4
4
 
5
5
  - Add Art
6
6
 
@@ -600,7 +600,8 @@ Pry.commands.instance_eval do
600
600
  %q[Shell Shocked- TMNT Lyric Video] => %q[https://www.youtube.com/watch?v=eASIpbTcnzM],
601
601
  %q[Juicy J, Wiz Khalifa, Ty Dolla $ign - Shell Shocked feat Kill The Noise & Madsonik (Official Video)] => %q[https://www.youtube.com/watch?v=BaACrT6Ydik],
602
602
  %q[manu] => %q[https://www.youtube.com/watch?v=oM2sn3QsFVw],
603
- %q[Alt-J (∆) - Taro] => %q[Alt-J (∆) - Taro]
603
+ %q[Alt-J (∆) - Taro] => %q[https://www.youtube.com/watch?v=S3fTw_D3l10],
604
+ %q[Nirvana - Smells Like Teen Spirit] => %q[https://www.youtube.com/watch?v=hTWKbfoikeg]
604
605
  }
605
606
  command '🎧', '' do
606
607
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.45'
4
- CODENAME = %q{#AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
3
+ VERSION = '1.27.46'
4
+ CODENAME = %q{#KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
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.45
4
+ version: 1.27.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,9 +53,9 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc
57
- #sdot #sparkle #ldn #1root #marley ... An extensible Twitter client living inside
58
- the Fry and Pry REPLs.'
56
+ description: 'CodeName: #KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac
57
+ #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible Twitter
58
+ client living inside the Fry and Pry REPLs.'
59
59
  email: trebor.macg8@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -144,7 +144,7 @@ requirements: []
144
144
  rubygems_version: 3.0.1
145
145
  signing_key:
146
146
  specification_version: 4
147
- summary: 'CodeName: #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc
148
- #sdot #sparkle #ldn #1root #marley ... An extensible Twitter client living inside
149
- the Fry and Pry REPLs.'
147
+ summary: 'CodeName: #KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem
148
+ #BlueMaroc #sdot #sparkle #ldn #1root #marley ... An extensible Twitter client living
149
+ inside the Fry and Pry REPLs.'
150
150
  test_files: []