pry-send_tweet.rb 1.19.10 → 1.19.11

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: 151cf2fe0525de7d942e3b32e24bb0dff4258fc75af153710e45f29135da04f8
4
- data.tar.gz: 62883519c9a6672a37e06f69c4bdbea467409385ef2de8917c2ff7c23970bda6
3
+ metadata.gz: 90fd2bd890a1489904f9154f156e7497e2fc56f93324eedd8fb1e80e5ad094c8
4
+ data.tar.gz: 5a5d793ca03ca9774261c9646bada81930a50cfa773618b1c8fdb735a96c3ac2
5
5
  SHA512:
6
- metadata.gz: 2adcd96f3233a576eeb58339e975aa79e73238914740ede0ab18f048d549aef8789087ea4e89be5d5c66cac2f4433cc7cd0441a3cd2f09cfe89539dedf70cd34
7
- data.tar.gz: 1c6aa20b00560bed28d61b098d4dc1f5e4b38465e97354024a4f6c4e35919388e0fffd74b684f03906c0a9726423b6b472ce45761ec7ed04919eb993c5a0ae4c
6
+ metadata.gz: 2854949dca34a13cae064ba01e180677d4714c0822830f26e42a1f2395014d8d22b6e7e70cde7a9c8ff3b6fe5c8c0413d58a793407d1e863da625b340a298dd0
7
+ data.tar.gz: ca8ebc46299093e6f24a3e8cd09b256bba5ef76ec55e9e30bc88b7808118bb8010e6e93a4c06e088652b980a1150e1d826a72d49734451ba9f2279701b6ee599
@@ -509,7 +509,7 @@ Pry.commands.instance_eval do
509
509
  %q[I am under an illegal wiretap by the USA government, they steal my ideas and 0day ] +
510
510
  %q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
511
511
  %q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
512
- %q|@AllenGleeson @IanGleeson @dexy8638593 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|
512
+ %q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|
513
513
  }
514
514
  command '🎧', '' do
515
515
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.19.10'
3
+ VERSION = '1.19.11'
4
4
  CODENAME = '@AllenGleeson @IanGleeson @dexy8638593 @ellagleeson2'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-send_tweet.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.10
4
+ version: 1.19.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers