pry-twitter 1.31.6 → 1.31.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -0
- data/art/1.png +0 -0
- data/art/2.png +0 -0
- data/art/3.png +0 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4da7591414f772f8a039fcbf9734e798f51dedb696a858f1afd553ff5ac8479c
|
4
|
+
data.tar.gz: 323e3e90ba5659ef2c99120ef79799db5ac8ae4a66e44648c55c80a3cc4586f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0aa64f3cf5c2803f650c458cc75445463396bb73edc4952d3fa288f6244a7dbede499adb7435817ad62038723edf8ea7df20cb655b9cdc5b18514ace58ecae8c
|
7
|
+
data.tar.gz: 615b14f24e7b90597811b2716e698dcb1bca63048f64f081580d4f04dd9034a2d687861a1a8e71439d3e3862adb132b4e852c6d968184877403355402c5b9df1
|
data/README.md
CHANGED
@@ -561,6 +561,18 @@ __#27__ 3 Windows
|
|
561
561
|
|
562
562
|
![FreeBSD-27](/art/3-windows.png)
|
563
563
|
|
564
|
+
__#28__ Switch to the cmder.exe terminal emulator.
|
565
|
+
|
566
|
+
![FreeBSD-28](/art/1.png)
|
567
|
+
|
568
|
+
__#29__ It´s great
|
569
|
+
|
570
|
+
![FreeBSD-28](/art/2.png)
|
571
|
+
|
572
|
+
__#30__ Really
|
573
|
+
|
574
|
+
![FreeBSD-28](/art/3.png)
|
575
|
+
|
564
576
|
## <a id='license'>License</a>
|
565
577
|
|
566
578
|
This project uses the 3-Clause BSD license, see [LICENSE.txt](./LICENSE.txt) for details.
|
data/art/1.png
ADDED
Binary file
|
data/art/2.png
ADDED
Binary file
|
data/art/3.png
ADDED
Binary file
|
@@ -661,7 +661,8 @@ Pry.commands.instance_eval do
|
|
661
661
|
%q[Vinnie Paz - Last Breath FT. Chris Rivers & Whispers *Lyrics*] => %q[https://www.youtube.com/watch?v=1W9TKpiJRNM],
|
662
662
|
%q[2Pac - No Mercy (ft. Eminem) 2018] => %q[https://www.youtube.com/watch?v=B8Oix1iE4-w],
|
663
663
|
%q[Portugal. the man : Purple yellow red and blue (version acoustique HD)] => %q[https://www.youtube.com/watch?v=k5ERNHrRrwY],
|
664
|
-
%q[Mike Tyson - Training/Highlights ᴴᴰ (Prime)] => %q[https://www.youtube.com/watch?v=QGljKKaSYU8]
|
664
|
+
%q[Mike Tyson - Training/Highlights ᴴᴰ (Prime)] => %q[https://www.youtube.com/watch?v=QGljKKaSYU8],
|
665
|
+
%q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54]
|
665
666
|
}
|
666
667
|
command '🎧', '' do
|
667
668
|
args = arg_string.split(' ')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pry-twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.31.
|
4
|
+
version: 1.31.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -66,10 +66,13 @@ files:
|
|
66
66
|
- PRY_LICENSE.txt
|
67
67
|
- README.md
|
68
68
|
- Vagrantfile
|
69
|
+
- art/1.png
|
69
70
|
- art/16-60174b5812.jpg
|
70
71
|
- art/16-a31deea6f0.jpg
|
71
72
|
- art/17-b3d5d6f6c2.jpg
|
73
|
+
- art/2.png
|
72
74
|
- art/3-windows.png
|
75
|
+
- art/3.png
|
73
76
|
- art/44-e44743a5bb.jpg
|
74
77
|
- art/51-5e4dc5fd92.jpg
|
75
78
|
- art/51-82bde81305.jpg
|