pry-send_tweet.rb 1.7.0 → 1.7.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: 0cccccc48000d6fe710342367ad83d4e93029cdea01f5c1b42881ce92012388d
4
- data.tar.gz: 7bf5e51c15fce7e9420f532104781ee38f8dc78b50def4c040b380a1552bd110
3
+ metadata.gz: f28a5fb140e9f733f0a3818d45588223a4facc9f140d44c78899a505cd653e7f
4
+ data.tar.gz: 267424c4dc9590bdfd44310b7d51cd38e1f23ba4d1172f3c2d316f617472004a
5
5
  SHA512:
6
- metadata.gz: d6f7a217d02d2ac481032a525ff4525168ee99da7118f015d7aae4962498fdd3ffa3afe66f4b168b94282594ef975c1ae343a6a19c1bef360185478aef69f112
7
- data.tar.gz: c73685bbe01d6b2f44b4482c5180fbf37a4b81a0506cf93cc059ed44d4e4db733fa25056128153a808318301945c74f839cf60f006d5162397b5ab9b1a8defa5
6
+ metadata.gz: 6ca9e7a0b12494cf528613091ddbb5c49623b268d3c54be9806e0768af3409e10c69504db4c072a681038ff7ba2efde0289c98066364226f5c1a40ed4b6411b4
7
+ data.tar.gz: '0883d53a37f37324a802373e54cc77faf365da537e8111707e27d1561dd882f8a67134705e9d1dfd7ccb3ae58ae7f6d948cf3fdbd82452eb4744e69e21736ca2'
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## v1.7.0 (Revenge)
4
4
 
5
+ * Add Robert Marley disco biscuits.
6
+
7
+ * Add Brother Shakur disco biscuits.
8
+
9
+ ## v1.7.0 (Revenge)
10
+
5
11
  * Add the "Trust Nobody" disco biscuit (thanks Brother 2Pac).
6
12
 
7
13
  * Change codename for the v1.7 series to "Revenge".
@@ -271,7 +271,9 @@ Pry.commands.instance_eval do
271
271
  'Im a trumpsta motherfucker' => 'https://www.youtube.com/watch?v=WhGsq9X1VZM',
272
272
  'Eminem - Without Me (Dr. Fresch Remix)' => 'https://www.youtube.com/watch?v=ca1gt85_f0o',
273
273
  'Matisyahu - One Day - Spinner (HD)' => 'https://www.youtube.com/watch?v=cXACMQtuuZI',
274
- '2pac trust nobody 1' => 'https://www.youtube.com/watch?v=40IcK32PA8A'
274
+ '2pac trust nobody 1' => 'https://www.youtube.com/watch?v=40IcK32PA8A',
275
+ '2Pac - Listen To Your Heart (2019)' => 'https://www.youtube.com/watch?v=jZOl39p-xdg',
276
+ 'Bob Marley - Is This Love' => 'https://www.youtube.com/watch?v=CHekNnySAfM'
275
277
  }
276
278
  command '🎧', '' do
277
279
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.7.0'
3
+ VERSION = '1.7.1'
4
4
  CODENAME = 'Revenge'
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.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers