pry-send_tweet.rb 1.13.6 → 1.13.7

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: c2021308e7a41c9d939000e3e3ccde2a8834e7829466a618fc884b57452548b0
4
- data.tar.gz: b199ad136d065918a12a944c842fd7d20ce19cee7d226d536de2985a7c399699
3
+ metadata.gz: 9ae0461b51386aeb76c8c4e1a59e03c8cb816196a359fe6c3fe63db636ac0309
4
+ data.tar.gz: 61d02c4f4618be56dc9b8cd986b68346855a346703ab3769fab556e4b4f151c3
5
5
  SHA512:
6
- metadata.gz: 9231ac543debaa24b849998ab9557672a065567aad39b91f57ed1f6c7a7cfbbe52a4219fe34c4ba71349776049b94647939682b174bea9922708b923bfff9128
7
- data.tar.gz: 27240aaf580233ffd9f64ada0011a5fc9a5b03cf14febc1c0f21c6eac96152f88af4ee28e9c28bfccf6f8cc747526073714e2604d37704c3038e5a00adb2609b
6
+ metadata.gz: d99e4e6150f1595021207120f1cc5c671c697a1d8d0ad1010bd1941635107da719d615a4fac3d04311a4d1e8456b009b6d7d998426888e5e436bbcfcaa90a856
7
+ data.tar.gz: c7c135973c73e5946ad6d76f80cdcd4c6b73183cec5c0035b5c5b92a7b71d97a91694afb2480216e01ead590322f9b8f9adc02916b4040cb338dfe1f1ca61693
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.14.0 (GoHomeBrazilAndRailsSucks)
4
+
5
+ * Add truth, lots of truth.
6
+
7
+
3
8
  ## v1.13.6 (MrRager)
4
9
 
5
10
  * Fuck forever!
@@ -425,7 +425,8 @@ Pry.commands.instance_eval do
425
425
  '6IX9INE "Billy" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=LJjsm6CVsG8',
426
426
  'Michael Collins eliminates "Cairo Gang"' => 'https://www.youtube.com/watch?v=l-L3zeCNzH8',
427
427
  '2Pac - Real Talk (2019)' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y',
428
- 'Babyshambles - fuck forever lyrics' => 'https://www.youtube.com/watch?v=MOJhmVYv3mw'
428
+ 'Babyshambles - fuck forever lyrics' => 'https://www.youtube.com/watch?v=MOJhmVYv3mw',
429
+ 'Brazil are the ultimate enemy of the Irish people. Banish them from Ireland.' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y'
429
430
  }
430
431
  command '🎧', '' do
431
432
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.13.6'
4
- CODENAME = 'MRRAGER'
3
+ VERSION = '1.13.7'
4
+ CODENAME = 'GoHomeBrazilAndRailsSucks'
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.13.6
4
+ version: 1.13.7
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: MRRAGER .. An extensible Twitter client living inside the
58
- Pry and Fry REPLs.'
57
+ description: 'Codename: GoHomeBrazilAndRailsSucks .. 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: []
@@ -126,6 +126,6 @@ rubyforge_project:
126
126
  rubygems_version: 2.7.8
127
127
  signing_key:
128
128
  specification_version: 4
129
- summary: 'Codename: MRRAGER .. An extensible Twitter client living inside the Pry
130
- and Fry REPLs.'
129
+ summary: 'Codename: GoHomeBrazilAndRailsSucks .. An extensible Twitter client living
130
+ inside the Pry and Fry REPLs.'
131
131
  test_files: []