pry-send_tweet.rb 1.19.0 → 1.19.1

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: 0fbbe9f42824613bcf0e7238c847c1eb3fbb25ad8266fa127c98ea1c2288655a
4
- data.tar.gz: 41b6a65f1ad46f4c2a9522cbe81bc1e18e6054bbc9ec5a338caf2284dc7eafea
3
+ metadata.gz: 197a11c89f29f0a8f92a9b890ae63ba36263be451e67f4e2b9ed1586edd47a39
4
+ data.tar.gz: 77b3bba1802da7d387d6b4fa7d30a99ac861ebc7229d2f6b12976b62953ae17e
5
5
  SHA512:
6
- metadata.gz: 5e76abb9c02934eec06856a56234f32acd09e558d6d7bc4a091aa3ec715c14347a07c278215f9bfe2c6c6ba36d7dd040bf53b3021e2026c11e49b837871e9dea
7
- data.tar.gz: 49c39e5f8b7fe20e6a5317382f115f8c5c10dd5ff78d5d076d48c8fa6b154411bd0c0f605746f8bd39038d1330acf50781b7f69f18dc10ac4807a70e4cf5b0c4
6
+ metadata.gz: f11a7b2248d030d0b401558b933f0ceeed084ab283bd356fa4d31d73db55e0ce7ac71dc05d0d424342fc0ae0cea580de4a866f424ef73970ff311094a153d039
7
+ data.tar.gz: 7da7b527a5f92f989571c0c65e54745d1035e0df242198ae12a5fa9f50c199a761c235628bd6bd3263b49012c5424a5a14c9785e22f26115e3c65fe5fb3de5d5
data/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.19.1 (Zef)
4
+
5
+ * Add disco biscuit(s)
6
+
3
7
  ## v1.19.0 (Zef)
4
8
 
9
+ * Add disco biscuit(s)
10
+
5
11
  * Change codename to `Zef`
6
12
 
7
13
  ## v1.18.10 (LoveStory)
@@ -499,7 +499,9 @@ Pry.commands.instance_eval do
499
499
  %q|Israel says ..| => %q|https://www.youtube.com/watch?v=qnwd1PrgmF4|,
500
500
  %q|Maître Gims - Est-ce que tu m'aimes (FlyBoy Remix)| => %q|https://www.youtube.com/watch?v=XYUjMnhQZfQ|,
501
501
  %q|Bob Marley - Jamming (Banx & Ranx Remix)| => %q|https://www.youtube.com/watch?v=ovQErBIyR6A|,
502
- %q|Die Antwoord - Zef Side (Official)| => %q|https://www.youtube.com/watch?v=Q77YBmtd2Rw|
502
+ %q|Die Antwoord - Zef Side (Official)| => %q|https://www.youtube.com/watch?v=Q77YBmtd2Rw|,
503
+ %q|'I FINK U FREEKY' by DIE ANTWOORD (Official)| => %q|https://www.youtube.com/watch?v=8Uee_mcxvrw|,
504
+ %q|Die Antwoord - Enter The Ninja (Explicit Version)| => %q|https://www.youtube.com/watch?v=cegdR0GiJl4|
503
505
  }
504
506
  command '🎧', '' do
505
507
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.19.0'
3
+ VERSION = '1.19.1'
4
4
  CODENAME = 'Zef'
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.19.0
4
+ version: 1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers