pry-send_tweet.rb 1.18.9 → 1.18.10

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: 0f9e31007087431e45b0f9a78f074518527be5c93cf32297820bb2a4f9b534ee
4
- data.tar.gz: 4bb6f6c3b4aafff06e0d67d8bb83e7b529b38d73f276b21a3964210d521d36b5
3
+ metadata.gz: b6a7c075977647e9e459fc284460b5b7985299f14d8511f5684def9c7d1bc185
4
+ data.tar.gz: 1e7d7b4deac092f8abb31dd1aed20938398283dec1f2c817f9c490dd6c45ed65
5
5
  SHA512:
6
- metadata.gz: 32fb26d7811326ababe704f8feb5c0e48169346ac873b64c13061d2537148c86494ebb7b42c6178f2b08d57726cb5b4d6b273080dc0abfefd9e2fea82048566f
7
- data.tar.gz: da4c7c091f76d19883573fed8431dccabb69f4aa381496aa0b4a8e94ec36e2dcfc760beb2051ed11ebf520fc492aaeb23e0a027dfee396746ef66b8278b3c64e
6
+ metadata.gz: 946ac773015b21025cca4470d7ed631c1fc826b7b6cdc4669e2060ee3798ac9733ad95767a02225bd5f5f3d0ce6dc704ca45713bdd36120fce90c8633788c0fb
7
+ data.tar.gz: f07e80fe2ba8e7596a326a5f451b44203c18e8422bb8507f3d93264b3906ff4a39aff1ee8f680259c4cd7038031b34c99ecfdc5fe2f8d464aa809081869d45a3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v.18.10
4
+
5
+ * Add art
6
+
7
+ * Change codename to `LoveStory`.
8
+
9
+ ## v1.18.8-9
10
+
11
+ * Continuation of .4-.7
12
+
3
13
  ## v1.18.4 - v1.18.7
4
14
 
5
15
  * Continuation of .3
data/README.md CHANGED
@@ -488,6 +488,11 @@ __#11__ 0Day. Maybe.
488
488
 
489
489
  ![FreeBSD-11](/art/54-39b1063483.jpg)
490
490
 
491
+ __#12__ Love story.
492
+
493
+ ![FreeBSD-12](/art/56-c82d4e5b61.jpg)
494
+
495
+
491
496
  ## <a id='license'>License</a>
492
497
 
493
498
  This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
Binary file
@@ -496,7 +496,8 @@ Pry.commands.instance_eval do
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
497
  %q|Mad Irish Man| => %q|https://www.youtube.com/watch?v=j0X7nSLMV5c|,
498
498
  %q|Hardwell - spaceman| => %q|https://www.youtube.com/watch?v=Z0vZJi2qfuo|,
499
- %|Israel says ..| => %q|https://www.youtube.com/watch?v=qnwd1PrgmF4|
499
+ %q|Israel says ..| => %q|https://www.youtube.com/watch?v=qnwd1PrgmF4|,
500
+ %q|Maître Gims - Est-ce que tu m'aimes (FlyBoy Remix)| => %q|https://www.youtube.com/watch?v=XYUjMnhQZfQ|
500
501
  }
501
502
  command '🎧', '' do
502
503
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.18.9'
4
- CODENAME = 'BrokenArrow'
3
+ VERSION = '1.18.10'
4
+ CODENAME = 'LoveStory'
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.9
4
+ version: 1.18.10
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: BrokenArrow .. An extensible Twitter client living inside
58
- the Pry and Fry REPLs.'
57
+ description: 'Codename: LoveStory .. An extensible Twitter client living inside the
58
+ Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -77,6 +77,7 @@ files:
77
77
  - art/53-9d231893e1.jpg
78
78
  - art/54-39b1063483.jpg
79
79
  - art/55-e41f9896d0.jpg
80
+ - art/56-c82d4e5b61.jpg
80
81
  - lib/pry-send_tweet.rb
81
82
  - lib/pry/pager/system_pager.rb
82
83
  - lib/pry/send_tweet/commands/base_command.rb
@@ -130,6 +131,6 @@ rubyforge_project:
130
131
  rubygems_version: 2.7.8
131
132
  signing_key:
132
133
  specification_version: 4
133
- summary: 'Codename: BrokenArrow .. An extensible Twitter client living inside the
134
- Pry and Fry REPLs.'
134
+ summary: 'Codename: LoveStory .. An extensible Twitter client living inside the Pry
135
+ and Fry REPLs.'
135
136
  test_files: []