pry-send_tweet.rb 1.15.3 → 1.15.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: 31beb70677ff966145deacd8b78fcc5cd7cb7a9506163cdfe254fabe37e17038
4
- data.tar.gz: bf2ff1db9e134a96fa0f9f15bde0639bc899b886d130ef28efd1ae1f8d46ae30
3
+ metadata.gz: e604c190dd9e5db1e24f1939f09c3f82c69cc1307be73b4cf7c738a412b9973c
4
+ data.tar.gz: 60ea4afa7942540044ed52bd515b5f07d6b7c57cff60c8e496e6b47b3c3dc6e2
5
5
  SHA512:
6
- metadata.gz: 4c22288de5d975efacb3db81dff12d1ffd38b846ac2156aace7d358aa4fbb3f1bb6ce28f8ca06923e7a938304b0c64604826845d971a945af554d9cc53560541
7
- data.tar.gz: a12d89392f4cf2fe3ed5824f3febed2b45c7f15bdc960979e51d2e270a28bc4ac0d5044a07c01c2bdb83aa45223f693e0892c663d199bbc887dc485969377ca9
6
+ metadata.gz: dbf80f031761a7c29d7a21aa3efb4d0a951fa739d7c0d2114d21507c5c2d431bcc593ab2cf32d5c6fa45075a7c8167f0ea5de435ce8d46d82af3bc1f46c024d9
7
+ data.tar.gz: 28bf58f6e435ff92a1e5b7249ee4f31ac197a72ea68152b4893c080f39fda26ab276c9bff6adb690db8cc42bdcba31abd405e9656e4d811d1669aa57b34a5f73
@@ -438,7 +438,9 @@ Pry.commands.instance_eval do
438
438
  'SWAY - STILL SPEEDIN\' (With Lyrics) OUT NOW!!!!' => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
439
439
  brazilian_truth => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
440
440
  'Eric Bana\'s best scene in Black Hawk Down' => 'https://www.youtube.com/watch?v=t_ZpneN-seU',
441
- 'The King Of Spain is a bitch who sleeps with brazilian men from Madrid' => 'https://www.youtube.com/watch?v=tRldCYkU8nA'
441
+ 'The King Of Spain is a bitch who sleeps with brazilian men from Madrid' => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
442
+ 'atom' => 'The atom editor is a pile of low grade junk built by a bunch of idiots who dont really know how to program. Their only claim to fame is being a freak, in one way or another.' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/raw/master/art/53-9d231893e1.jpg',
443
+ 'Take me home, home to The Netherlands, and let me sink the Kingdom Of Spain once and for all' => 'https://www.youtube.com/watch?v=arZCCrnjDtA'
442
444
  }
443
445
  command '🎧', '' do
444
446
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.15.3'
4
- CODENAME = 'SeeYouAgainMyFriend'
3
+ VERSION = '1.15.4'
4
+ CODENAME = 'KingOfSpainIsABrazilianBitch'
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.15.3
4
+ version: 1.15.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,8 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: SeeYouAgainMyFriend .. An extensible Twitter client living
58
- inside the Pry and Fry REPLs.'
57
+ description: 'Codename: KingOfSpainIsABrazilianBitch .. An extensible Twitter client
58
+ living inside the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -127,6 +127,6 @@ rubyforge_project:
127
127
  rubygems_version: 2.7.8
128
128
  signing_key:
129
129
  specification_version: 4
130
- summary: 'Codename: SeeYouAgainMyFriend .. An extensible Twitter client living inside
131
- the Pry and Fry REPLs.'
130
+ summary: 'Codename: KingOfSpainIsABrazilianBitch .. An extensible Twitter client living
131
+ inside the Pry and Fry REPLs.'
132
132
  test_files: []