pry-send_tweet.rb 1.18.7 → 1.18.8

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: da3f4d77e2b04a7bbad9216f654441bc370a977b1bcf971f538086dd7c13bf97
4
- data.tar.gz: 6e7088593704bcf68bef6dc81e92977d342876fb4894d985c32b672e9b2f273c
3
+ metadata.gz: 35d9bd724e9fc7078bdf80286ce2b43f45f9b6587aed68321eaa3182fc15b256
4
+ data.tar.gz: 99276e34954f0fb2225b6eb10977231c76dca33ad6ff17620c61d1436f8cd84a
5
5
  SHA512:
6
- metadata.gz: 99bd1f0c13ae11d6549f6172fdf6beb16834fd5d4cb675afdb50d019f6fbacec5a012ed07130335e6b160074a80ad052f7d01f79edd41f3373d73baba9f50566
7
- data.tar.gz: a07c3e1279e3a3dc4acd8ffbd48fdd5348e1f53e2cdc17951121a36b889592305377f79ca1a9ea6f816cc50e9c98d583777555c34f97ce9e1b7fbe18dd877726
6
+ metadata.gz: c27a32f2c12de83cc21255aa8721024ccf9211c16dd6904232bb601ca6f007f46e6fa4f176dc21629c1665885f2196edbb7227870ec5887b90946ca9de8de853
7
+ data.tar.gz: 5fee270440a4f01de4af799bb2f1a02d87e6259c749acff76251b58ee07058c6185b0361539ea82358853c3067bc9ad0867eebfe4d22bf570c1f5b19d24ce407
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.18.4 - v1.18.7
4
+
5
+ * Continuation of .3
6
+
3
7
  ## v1.18.3
4
8
 
5
9
  * I am under an illegal wiretap by the US government, they steal all my ideas and
@@ -494,6 +494,8 @@ Pry.commands.instance_eval do
494
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|,
495
495
  %q|davidstamm (@whylom on github etc) - a jew full of hate, a modern day Nazi| => %q|https://www.youtube.com/watch?v=bEoDSTBY_Y4|,
496
496
  %q|davidstamm (@whylom on github etc) - a jew full of hate, a modern day Nazi| => %q|https://www.youtube.com/watch?v=bEoDSTBY_Y4|,
497
+ %q|Mad Irish Man| => %q|https://www.youtube.com/watch?v=j0X7nSLMV5c|,
498
+ %q|Hardwell - spaceman| => %q|https://www.youtube.com/watch?v=Z0vZJi2qfuo|
497
499
  }
498
500
  command '🎧', '' do
499
501
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.18.7'
4
- CODENAME = 'PayMeUSA__YourSecretAgentNoMore__Fuck_YOU_USA'
3
+ VERSION = '1.18.8'
4
+ CODENAME = 'BrokenArrow'
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.7
4
+ version: 1.18.8
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: PayMeUSA__YourSecretAgentNoMore__Fuck_YOU_USA .. An extensible
58
- Twitter client living inside the Pry and Fry REPLs.'
57
+ description: 'Codename: BrokenArrow .. An extensible Twitter client living inside
58
+ the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -130,6 +130,6 @@ rubyforge_project:
130
130
  rubygems_version: 2.7.8
131
131
  signing_key:
132
132
  specification_version: 4
133
- summary: 'Codename: PayMeUSA__YourSecretAgentNoMore__Fuck_YOU_USA .. An extensible
134
- Twitter client living inside the Pry and Fry REPLs.'
133
+ summary: 'Codename: BrokenArrow .. An extensible Twitter client living inside the
134
+ Pry and Fry REPLs.'
135
135
  test_files: []