pry-send_tweet.rb 1.20.40 → 1.20.41

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: ac943e81f9c8ab131a84ba370947ac64618a329394cc104a0b9cc9dc986c11a4
4
- data.tar.gz: ebe103997e35b03ca216d38aca72bc8873a1a09519d138046a90b4e59c6b4e1f
3
+ metadata.gz: '091acbd493760c246b752861ea48d6149c7287ccb56d5715ba3b5efc9e779c25'
4
+ data.tar.gz: 302c8b63dc03f100ff4febf3225164e69d83af3715e9fa85a23ad2b82794e48d
5
5
  SHA512:
6
- metadata.gz: 3d236ea2c0bccc43a9f6ac74a93fe9396bb526ce4a57303481bbd455b6d8194f51bf4c6d1642fa942af8692b7633c757a1fee7523eb4f2dbcd67162669d2f672
7
- data.tar.gz: 6764f3cf521d3b1060f494f75eb73d5968ff73db579ce6b8b736e39a0570604ba22eec31f182c52d151a74a6e26f99649e0816eb8e5613483f7dd46f04f23655
6
+ metadata.gz: 661133845959530e74352a61ce0f2ac7b2283729ba0fc73d280f02884adf8887f06529dd2bfc4969c912fcc2efead34c94dcde48ac7625dffb78f25154c6120d
7
+ data.tar.gz: 756d4658af44754d541e5d4d5c4698c7c26d2fe43350bd519f902062f78fdbbe6ba507fa21f92fb5189d05edf060faeba9507662ec005f9083527685949e72c6
@@ -488,7 +488,8 @@ Pry.commands.instance_eval do
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
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
+ %q[The Inspiration of Ronald Reagan- Motivational Minute!!] => %q[https://www.youtube.com/watch?v=AR5Akmygncc],
492
+ %q[1root blazing] => %q[https://www.youtube.com/watch?v=nElYKl2w4Jw]
492
493
  }
493
494
  command '🎧', '' do
494
495
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.40'
4
- CODENAME = '#AfghanGirlsCode'
3
+ VERSION = '1.20.41'
4
+ CODENAME = '#1root'
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.40
4
+ version: 1.20.41
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: #AfghanGirlsCode .. An extensible Twitter client living inside
58
- the Pry and Fry REPLs.'
57
+ description: 'Codename: #1root .. 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: []
@@ -136,6 +136,6 @@ rubyforge_project:
136
136
  rubygems_version: 2.7.8
137
137
  signing_key:
138
138
  specification_version: 4
139
- summary: 'Codename: #AfghanGirlsCode .. An extensible Twitter client living inside
140
- the Pry and Fry REPLs.'
139
+ summary: 'Codename: #1root .. An extensible Twitter client living inside the Pry and
140
+ Fry REPLs.'
141
141
  test_files: []