pry-send_tweet.rb 1.15.5 → 1.15.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1db0ececbcea1fc727d861db5c067d83c3f70e0894c0d7ac2f1318b4acb0186c
4
- data.tar.gz: a2eeaeec4864662805cd29ecea62bb2a68a599fec25842605e353a51af9798b0
3
+ metadata.gz: 8d6bc8da0b04c7af6a03afb7ff0eb348d458cca6a453a64e2bc7e09402ea7bf1
4
+ data.tar.gz: 1440e3e437dd1e730ba31d0ea7d34617e3c179ec52276d57e57f62fc6358a1e0
5
5
  SHA512:
6
- metadata.gz: 1b27568455986d32328a7abc03eb2bce4f7e2c0e2f9333c9f7c1215ba6b3eb954d060528771a64c61eaa74c90b998a4a61b0b78adef00247631ecd794f9cdace
7
- data.tar.gz: f2d0927a23a3bc430c2705c26c4ade9f9e9042c1bece5924036732a7acf7ca78b1f6adaa8a6f3338ca2878462dbdf509df56b276920420d4e7a5d6bcef72a60a
6
+ metadata.gz: d496366d7d3c91da5ca215e2a356342be8c9f270ae9d868a2c26ba650401637fcfbb1a998830e00103b5aa17dcb445b536f8a9a878dbb440e8648d93fb461155
7
+ data.tar.gz: 5e2189ae09031b398fc9427dc1b3a0bd28aedf2c120177adb6682420cd63361ff8a88dd93b1e4683061254c3a21c71f99be088658d472132c7e303bc66f24e5d
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.15.6 (KingOfSpainIsABrazilianBitch)
4
+
5
+ * Truth
6
+
3
7
  ## v1.15.5 (KingOfSpainIsABrazilianBitch)
4
8
 
5
9
  * Truth
@@ -442,7 +442,8 @@ Pry.commands.instance_eval do
442
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
443
  'Their only claim to fame is being a freak, in one way or another.',
444
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'
445
+ 'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU',
446
+ 'Portugal should march into Brazil, and fix the problem THEY created!' => 'https://www.youtube.com/watch?v=hITygiqa5UM'
446
447
  }
447
448
  command '🎧', '' do
448
449
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.15.5'
4
- CODENAME = 'KingOfSpainIsABrazilianBitch'
3
+ VERSION = '1.15.6'
4
+ CODENAME = 'FixWhatYouCreatedPortugal'
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.5
4
+ version: 1.15.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,7 +54,7 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: KingOfSpainIsABrazilianBitch .. An extensible Twitter client
57
+ description: 'Codename: FixWhatYouCreatedPortugal .. An extensible Twitter client
58
58
  living inside the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
@@ -127,6 +127,6 @@ rubyforge_project:
127
127
  rubygems_version: 2.7.8
128
128
  signing_key:
129
129
  specification_version: 4
130
- summary: 'Codename: KingOfSpainIsABrazilianBitch .. An extensible Twitter client living
130
+ summary: 'Codename: FixWhatYouCreatedPortugal .. An extensible Twitter client living
131
131
  inside the Pry and Fry REPLs.'
132
132
  test_files: []