pry-send_tweet.rb 1.15.4 → 1.15.5

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: e604c190dd9e5db1e24f1939f09c3f82c69cc1307be73b4cf7c738a412b9973c
4
- data.tar.gz: 60ea4afa7942540044ed52bd515b5f07d6b7c57cff60c8e496e6b47b3c3dc6e2
3
+ metadata.gz: 1db0ececbcea1fc727d861db5c067d83c3f70e0894c0d7ac2f1318b4acb0186c
4
+ data.tar.gz: a2eeaeec4864662805cd29ecea62bb2a68a599fec25842605e353a51af9798b0
5
5
  SHA512:
6
- metadata.gz: dbf80f031761a7c29d7a21aa3efb4d0a951fa739d7c0d2114d21507c5c2d431bcc593ab2cf32d5c6fa45075a7c8167f0ea5de435ce8d46d82af3bc1f46c024d9
7
- data.tar.gz: 28bf58f6e435ff92a1e5b7249ee4f31ac197a72ea68152b4893c080f39fda26ab276c9bff6adb690db8cc42bdcba31abd405e9656e4d811d1669aa57b34a5f73
6
+ metadata.gz: 1b27568455986d32328a7abc03eb2bce4f7e2c0e2f9333c9f7c1215ba6b3eb954d060528771a64c61eaa74c90b998a4a61b0b78adef00247631ecd794f9cdace
7
+ data.tar.gz: f2d0927a23a3bc430c2705c26c4ade9f9e9042c1bece5924036732a7acf7ca78b1f6adaa8a6f3338ca2878462dbdf509df56b276920420d4e7a5d6bcef72a60a
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.15.5 (KingOfSpainIsABrazilianBitch)
4
+
5
+ * Truth
6
+
7
+ ## v1.15.4 (KingOfSpainIsABrazilianBitch)
8
+
9
+ * Truth
10
+
3
11
  ## v1.15.3 (SeeYouAgainMyFriend)
4
12
 
5
13
  * Add art, for the King Of Spain.
@@ -439,8 +439,10 @@ Pry.commands.instance_eval do
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
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
+ 'atom' => 'The atom editor is a pile of low grade junk built by a bunch of idiots who dont really know how to program. ' \
443
+ 'Their only claim to fame is being a freak, in one way or another.',
444
+ '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',
445
+ 'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU'
444
446
  }
445
447
  command '🎧', '' do
446
448
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.15.4'
3
+ VERSION = '1.15.5'
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.4
4
+ version: 1.15.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers