pry-twitter 1.22.19 → 1.22.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/README.md +5 -0
- data/Vagrantfile +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e982abef76b3558f6eaa30df8462d49df45c7f902d3a804cbbbf2f6b8d80d92d
|
4
|
+
data.tar.gz: 44065f27379140c6c666110ce57cada9ba8b63fd74d6b99b2d429dba611c006b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee4b859514d1b2740adb5f34a49a8d46a4a70ffe777ec5207bed70663c756d40d326c1d4da4f95a8a7a3cc54870a9d0adcfd6d37874e31a05ab7bbd2ccbff25d
|
7
|
+
data.tar.gz: 6af30c6e365ad77d60e1f1632ee42f81473c177b042351ab89d7fda2a356a1bb4db31999d2bd7e077ed7e2a72470c7cc8dc6fbe2e16f59a842256f5100809225
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## v1.22.20 (#(#AllenAndEllaDissPlusMulletDiss)
|
4
|
+
|
5
|
+
- Add easter egg(s).
|
6
|
+
|
7
|
+
- The environment variable, 'VMRAM', can be assigned a value to set a custom number of MBs
|
8
|
+
to assign a VM.
|
9
|
+
|
10
|
+
- The default amount of (RAM) memory assigned to a VM has been changed from 256 to 128.
|
11
|
+
|
12
|
+
|
13
|
+
## v1.22.18-19 (#AllenAndEllaDissPlusMulletDiss)
|
14
|
+
|
15
|
+
- Continue .17
|
16
|
+
|
3
17
|
## v1.22.17 (#AllenAndEllaDissPlusMulletDiss)
|
4
18
|
|
5
19
|
- Diss ella and her fag boyfriend who is a robert wannabe.
|
data/README.md
CHANGED
@@ -432,6 +432,11 @@ changed with an environment variable.
|
|
432
432
|
|
433
433
|
$ VMTZ=Asia/Tehran ruby vms/freebsd.rb
|
434
434
|
|
435
|
+
The default amount of memory (RAM) assigned to a VM can be changed from the default (256MB) to
|
436
|
+
something else using the 'VMRAM' environment variable.
|
437
|
+
|
438
|
+
$ VMRAM=512 ruby vms/freebsd.rb
|
439
|
+
|
435
440
|
A complete list of time zones are available in the VM:
|
436
441
|
|
437
442
|
$ ls /usr/share/zoneinfo
|
data/Vagrantfile
CHANGED
@@ -537,7 +537,8 @@ Pry.commands.instance_eval do
|
|
537
537
|
%q[Machine Gun Kelly "Rap Devil" (Allen Diss) (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=Fp0BScQSSvg],
|
538
538
|
%q[DEVLIN - LONDON CITY (Roberts city) (Ella Diss) [Official Video]] => %q[https://www.youtube.com/watch?v=hmCoCTPWP-I],
|
539
539
|
%q[The most beautiful song for Tupac - Mafia bands - 2pac - (SetUp NEW 2018) (Ella Diss) (Ella Mullet (not a Gleeson) is a rapist)] => %q[https://www.youtube.com/watch?v=J_xCfkbdDtA],
|
540
|
-
%q[mike tyson baddest man on the planet (Allen diss, get down, attack on)] => %q[https://www.youtube.com/watch?v=k4T-fsN6hDU]
|
540
|
+
%q[mike tyson baddest man on the planet (Allen diss, get down, attack on)] => %q[https://www.youtube.com/watch?v=k4T-fsN6hDU],
|
541
|
+
%q[Miku - Amour (Original Mix) "C'est une bonne situation ça scribe ?"] => %q[https://www.youtube.com/watch?v=9sAaX70Ap8I]
|
541
542
|
}
|
542
543
|
command '🎧', '' do
|
543
544
|
args = arg_string.split(' ')
|