pry-twitter 1.30.3 → 1.30.4

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: 7813eb0659c9186ed0fe63107dff1695f6d00b66d3f67ac999e458f6da27cf12
4
- data.tar.gz: 17cd93018a39a8c54560756cfb5f9828004d68de87bd2c14b99316e7bb0c1dd5
3
+ metadata.gz: 9e29dcbd4908ef04639d0984a915dd4f1b5c7b70b86600562046c9d061ac5e8d
4
+ data.tar.gz: 3aa3fe15dff1095429cab217fe2334f85e4c9ff28c96df43e272800ceb2a3ddb
5
5
  SHA512:
6
- metadata.gz: 8c8c4c37d0554126baefd397cec72dd45783f2d09b4e756fd584171cee480a7701ad940bc41470a30bbed98c20cff4525e160c69a86da841f51346aa73a5cef5
7
- data.tar.gz: 524e6d2603655f445ea6626b89ebe7005719507af36dd8e402bb0d4db2be8c3e7261441e8d5ac028cbfe0c1b2428ef4f98ecf493c26b7f65fbc06d6dd94d8c83
6
+ metadata.gz: 3f875e9bb955c4fb2fb3850b6caad22fcfc6c663cbf17d1b380aeddaebf16a48c73ccea450654ee56cbe42fff3116fe0c39d80666806ac7af5b1422f8fc7aa6d
7
+ data.tar.gz: b1f664b5185c713cdcd6cabdb868be678800486d03b5c926699a1a825326b9717c0a53e9c42853d03b608d33f407de01405f3d1688abea1d54798c9c23e35c13
@@ -645,6 +645,7 @@ Pry.commands.instance_eval do
645
645
  %q[Three Strikes] => %q[https://www.youtube.com/watch?v=GB9uqB5Pzyg&feature=youtu.be],
646
646
  %q[Charlie Said] => %q[https://www.youtube.com/watch?v=Zje91xTd6Lc],
647
647
  %q[modphp] => %q[https://youtu.be/9qGKEosx7sU]
648
+ }
648
649
  command '🎧', '' do
649
650
  args = arg_string.split(' ')
650
651
  no_dups = DISCO_BISCUITS.uniq
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.30.3'
3
+ VERSION = '1.30.4'
4
4
  CODENAME = %q{#CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
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.30.3
4
+ version: 1.30.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers