pry-send_tweet.rb 1.16.8 → 1.17.0

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: ec091f6532f91320bb357813b5258cd0f80a3c9c9c2c1f80ba3730b08d6d431b
4
- data.tar.gz: 391cb620d64ddef97685dd35a6a18327f8b45d60af51dc27210044f85096787a
3
+ metadata.gz: 491bc6b34ac702e5882229a2196a9a7bd74c3efcf9275aed91db2fd8f2fc51d5
4
+ data.tar.gz: d26b30724afe5002503a399e70ec71c303e2f92d09f19d786bc4ddcc88236b59
5
5
  SHA512:
6
- metadata.gz: 8ed220d78effeb657ae7ddc9f0e7a3ef05d1245d9f46b0635000f46414604ceed01848f0b49cacd1d9b0777311e9cc302c5446a84fbb09e86859bf06eb25c392
7
- data.tar.gz: f6174837a045e27f2d31fa265e1dd8218da38d61c9ac2a11e96014dbda75209afea71fd8f7af60d7723dcb66377ae0759ce8b533c153fe144a8a70a8191104f7
6
+ metadata.gz: fb3d06516826e8df5088f8b408c66be9d5441a0cc8a3a2f03860141f8d5d093a22cd6163539c3e1829fe2dc3b621f4dd7f902d5062f7e8acd38dca50029c0d8d
7
+ data.tar.gz: 999dd8671344f3b2eb5ae4f343baf851905fa8766319b8f9c8338c276c3cf254225acd2eeda70999841a6fb2a6352e3485240a7cdce07294776924037a9e803e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.17.0
4
+
5
+ * Add a disco biscuit for Virtus.
6
+
7
+ * Change the codename for the v1.17 series to 'Virtus'.
8
+
3
9
  ## v1.16.8
4
10
 
5
11
  * Improve README documentation
@@ -464,7 +464,8 @@ Pry.commands.instance_eval do
464
464
  %q[Haterade x Skellism - TALIBAN] => %q[https://www.youtube.com/watch?v=w181DV4iLhU],
465
465
  %q[That's a good idea Koichi, an in-memory temporary file system would be perfect for the FreeBSD VM.] => 'https://www.youtube.com/watch?v=yY7iGa4t9-I',
466
466
  %q[Senso☯ Trap & Bass Japanese Type Beat ☯ Lofi HipHop Mix] => 'https://www.youtube.com/watch?v=ZJRjwViJJDc',
467
- %q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE'
467
+ %q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
468
+ %q[virtus] => 'https://www.youtube.com/watch?v=BnmzpbT1wJc'
468
469
  }
469
470
  command '🎧', '' do
470
471
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.16.8'
4
- CODENAME = 'IslamMeetsBrasil'
3
+ VERSION = '1.17.0'
4
+ CODENAME = 'Virtus'
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.16.8
4
+ version: 1.17.0
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: IslamMeetsBrasil .. An extensible Twitter client living inside
58
- the Pry and Fry REPLs.'
57
+ description: 'Codename: Virtus .. An extensible Twitter client living inside the Pry
58
+ and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -129,6 +129,6 @@ rubyforge_project:
129
129
  rubygems_version: 2.7.8
130
130
  signing_key:
131
131
  specification_version: 4
132
- summary: 'Codename: IslamMeetsBrasil .. An extensible Twitter client living inside
133
- the Pry and Fry REPLs.'
132
+ summary: 'Codename: Virtus .. An extensible Twitter client living inside the Pry and
133
+ Fry REPLs.'
134
134
  test_files: []