pry-send_tweet.rb 1.19.13 → 1.19.14

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: 873832132c9c980f8fb180f89ab49c388d5a0a5f5611ebbe5918ed06cfcadd43
4
- data.tar.gz: 924d5c05508d8ea225831c91d7386cde35e82c6b5cb3db41d069fb8f3917db2b
3
+ metadata.gz: 948b1af6c4723ccebdc0eb90e5d0f931ed2025b429cdb3c9a784c1a4858aad1a
4
+ data.tar.gz: a104dbdc6dea70c0a9a0426942546b17187b9aac2eaa76fd4e450c021c0e1e7d
5
5
  SHA512:
6
- metadata.gz: 988b5bf6bd4642c9ed1e38e5ca92948c2b24f873492937e01a359d19bf6fd71eb6bc0246989542b356c5f2ffc9d07dd1dcf1fba3410070f8bc7bbc7026cad2a3
7
- data.tar.gz: e8046913ddd4bbda36446182bbc24b11b25ad2e642c89b922c2900b9cd890978aa0d817c072d3585a06e6dc767918a075703cd12131288cce9240beaf6902a6e
6
+ metadata.gz: 8e85637a4f20190965bc965c7b2bf88131d589d6d922044f8fda4c28e845800c5d159b53430d734330dfc4687230b5378c040f58e615f95c93a39ad7cfb99b5d
7
+ data.tar.gz: 6e46efd01e39ad65037a74bd5dafb58eea6f7d4f4225fb8cac1c8983941a65f8db1cb1353c1c9967a2bbf0ec7fc8c85ee30a18e37e4ab44311562216e3ba0c2e
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.19.10 - 17+
4
+
5
+ * Continuation of `.10`
6
+
3
7
  ## v1.19.10 (@dexy86385930 @ellagleeson2 @AllenGleeson @IanGleeson)
4
8
 
5
9
  * You talk hot shit on the internet boy. I'm the original. I was dropping pills
@@ -509,7 +509,8 @@ 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 @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|
512
+ %q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|,
513
+ %q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=Hj5qwYwcht4|
513
514
  }
514
515
  command '🎧', '' do
515
516
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.19.13'
3
+ VERSION = '1.19.14'
4
4
  CODENAME = '@dexy86385930 is a dead man. @ellagleeson2 is a whore clarky.'
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.13
4
+ version: 1.19.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers