pry-send_tweet.rb 1.20.38 → 1.20.39

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: 301bf6ec8486c7a32fef3e8e3ec3c6ce487e5a028231edf3b46a18e37cb63067
4
- data.tar.gz: daaa76fbbac1afdbd2534c7f98a5053c4051509e28f0d0ce3600d777f203e6a7
3
+ metadata.gz: fa9617efcfcc252135d1dcb1eafc42061b8dcb0b28a66b36111b08bfc26c4167
4
+ data.tar.gz: af0c9222bf645577e68620462a94a65bba3a922e4b3b7af169badce3aa2f449c
5
5
  SHA512:
6
- metadata.gz: 72876577597c9d9b543f6a54165260c60aa1ac3e4fc49234a8427ab3965fdbc3bc8f640c9be721c509224c886d612976c7a141ff4796b6ecef197a3f9f45516e
7
- data.tar.gz: be9e64c8848ac236e0cc3039585becae6a950e9ef0d7c3e12ed421ba98df46c7f99a10a0528c00a897ecc36cc4e84482d73b6b92e851e5e2e81d7938c113165b
6
+ metadata.gz: eb15e4d2df7fbb0b502336242c038229a356ba005ef110759b7f05e59819566fe60a3829355b27795b4e54ddc28464b010462d6cddd7f506af72c40d607987c6
7
+ data.tar.gz: 38d7d69392af87f7161ba52fdf189fd1cffcff2c73c6973bef9ab3c846f15f8300d3e81802b216cf316b9069217806f634863cb3059c7b3708998d8a5372f467
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.20.39+ (RonaldMcDonald)
4
+
5
+ * Add moving pictures
6
+
3
7
  ## v1.20.33+ (Hey @apple)
4
8
 
5
9
  * Add disco music
@@ -487,7 +487,8 @@ Pry.commands.instance_eval do
487
487
  %q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|,
488
488
  %q|Reach Eargasm - La Vie (Original Mix) /Steve Jobs/| => %q|https://www.youtube.com/watch?v=CyzdOtyYnng|,
489
489
  %q[RONALD REAGAN | One Nation Under God] => %q[https://www.youtube.com/watch?v=8-0CBP0NVeo],
490
- %q[Vance Joy - 'Riptide' Official Video] => %q[https://www.youtube.com/watch?v=uJ_1HMAGb4k]
490
+ %q[Vance Joy - 'Riptide' Official Video] => %q[https://www.youtube.com/watch?v=uJ_1HMAGb4k],
491
+ %q[he Inspiration of Ronald Reagan- Motivational Minute!!] => %q[https://www.youtube.com/watch?v=AR5Akmygncc]
491
492
  }
492
493
  command '🎧', '' do
493
494
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.38'
4
- CODENAME = 'BetterToBeCloseToGayPeopleThanViciousStr8People'
3
+ VERSION = '1.20.39'
4
+ CODENAME = 'RonaldMcDonald'
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.20.38
4
+ version: 1.20.39
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: BetterToBeCloseToGayPeopleThanViciousStr8People .. An extensible
58
- Twitter client living inside the Pry and Fry REPLs.'
57
+ description: 'Codename: RonaldMcDonald .. An extensible Twitter client living inside
58
+ the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -135,6 +135,6 @@ rubyforge_project:
135
135
  rubygems_version: 2.7.8
136
136
  signing_key:
137
137
  specification_version: 4
138
- summary: 'Codename: BetterToBeCloseToGayPeopleThanViciousStr8People .. An extensible
139
- Twitter client living inside the Pry and Fry REPLs.'
138
+ summary: 'Codename: RonaldMcDonald .. An extensible Twitter client living inside the
139
+ Pry and Fry REPLs.'
140
140
  test_files: []