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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8718f1781d424348880195355e32ab72d2155e0ba53a4bf96ae03cf3ac13ccb
4
- data.tar.gz: 56361487c5ad06bb0b85252275622d015a496d080733d040a23f99d102064d9b
3
+ metadata.gz: e982abef76b3558f6eaa30df8462d49df45c7f902d3a804cbbbf2f6b8d80d92d
4
+ data.tar.gz: 44065f27379140c6c666110ce57cada9ba8b63fd74d6b99b2d429dba611c006b
5
5
  SHA512:
6
- metadata.gz: 7ea35c855c89c8bb4eab3459ec3dacd25de096b3d18cf0279bf435baf2dad182105e8b8cb709e6295ff92d093df1d67f94d0040f6aaabb6d16db9717629d8e18
7
- data.tar.gz: a7c26e5e4f913c1f79a45fb45510a0282783932d7987561e2a583c71095a6b172f30179f1380998419d595d61b801f4bdf35201800cfe1dbfa32e02ef3a26897
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
@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
10
10
  config.vm.synced_folder Dir.getwd, "/app", type: "rsync"
11
11
 
12
12
  config.vm.provider "virtualbox" do |vb|
13
- vb.memory = "256"
13
+ vb.memory = ENV.fetch('VMRAM', '256')
14
14
  end
15
15
 
16
16
  # Install useful packages
@@ -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(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.22.19'
3
+ VERSION = '1.22.20'
4
4
  CODENAME = %q{#AllenAndEllaDissPlusMulletDiss}
5
5
  end
6
6
  end
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.22.19
4
+ version: 1.22.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers