pry-send_tweet.rb 1.18.2 → 1.18.3

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: cf5246a9b20b73ef53eeac58360d09b4897e60861c37f792cb3929e9cdaa0528
4
- data.tar.gz: f9db17ea8e843e4439231a6dd791e0e82f09916ebba5f9b5dd315a2483c43246
3
+ metadata.gz: fa3e1cfc7825aa102c6e41aa2e8ac0db1998dd6ce7456913609a7c8a612f0c0d
4
+ data.tar.gz: 203e119cd4d2957c574ab8bdc6ef9e3dfc4247af3df29bcebe1d021c58a983ed
5
5
  SHA512:
6
- metadata.gz: 7bb887d2497246779eafe306a4ac419f033eb6c36b1df067de06bc4f11d358fc20a8815c1d02f09a11c6f314a349acec7ebc43c1ed8ca92da50747b9e72c06a0
7
- data.tar.gz: 34c92c09c10cdd6516439479f2f33af3893ee220f8e71b0f4f0f32f646cf653eee0be613b8237ee076c10df8717f0333c41866ebab1297f314e4daa260abb8c3
6
+ metadata.gz: c923ba984001a261e7ccb1c5585e170692d1561827391c6bd1a02ac6c62ea1b390caafed04cfa45084ab1e9f29f4be49f0d7d8c72038d381c6042bd87e235cd4
7
+ data.tar.gz: 235ca430a2e84b2427dadc703ddef3912d9a2c6f33ef3c0f3c5a0493c1f8e7166eaa324258211e114f3fc052ac7be5117ffc3c984449fb7ac56f47701d5fbfe2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.18.3
4
+
5
+ * I am under an illegal wiretap by the US government, they steal all my ideas and
6
+ 0day, then sell them to big US companies who make big money. Pay me bitches.
7
+
3
8
  ## v1.18.2
4
9
 
5
10
  * Enable warnings on FreeBSD VM.
@@ -489,7 +489,9 @@ Pry.commands.instance_eval do
489
489
  %q|That's strange, how do General Assembly (https://generalassemb.ly) continue to benefit from my knowledge, even though i no longer work there? Stop stealing from me. And pay me, bitch, @chadwpry.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
490
490
  %q|That's strange, how do General Assembly (https://generalassemb.ly) continue to benefit from my knowledge, even though i no longer work there? Stop stealing from me. And pay me, bitch, @chadwpry.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
491
491
  %q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
492
- %q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc'
492
+ %q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
493
+ %q|I have been under an ILLEGAL wiretap by US government. They're stealing all my ideas and giving them to US companies who make big money. Pay me you fucks.| => %q|https://www.youtube.com/watch?v=_A4MmpJV94I|,
494
+ %q|I have been under an ILLEGAL wiretap by US government. They're stealing all my ideas and giving them to US companies who make big money. Pay me you fucks.| => %q|https://www.youtube.com/watch?v=_A4MmpJV94I|
493
495
  }
494
496
  command '🎧', '' do
495
497
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.18.2'
3
+ VERSION = '1.18.3'
4
4
  CODENAME = 'ItsCalledTheftUnlessYouPayMe__GeneralAssembly'
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.18.2
4
+ version: 1.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers