From 67b03e15c4acbd3b7fe748d873818cab0571443e Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 13 Aug 2020 00:20:15 +0530 Subject: [PATCH] Adds Chapter 6 to RoW --- Gemfile | 1 + Gemfile.lock | 4 +++- row.rb | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 22b0b6b..33d48a8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,4 @@ source "https://rubygems.org" gem 'nokogiri' gem 'paru' +gem 'humanize' diff --git a/Gemfile.lock b/Gemfile.lock index ce1ffd4..d97d05a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + humanize (2.4.3) mini_portile2 (2.4.0) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) @@ -10,8 +11,9 @@ PLATFORMS ruby DEPENDENCIES + humanize nokogiri paru BUNDLED WITH - 2.0.2 + 2.1.4 diff --git a/row.rb b/row.rb index d77dbbd..a9cf2e6 100644 --- a/row.rb +++ b/row.rb @@ -11,7 +11,8 @@ BASE = 'https://www.tor.com/2020/' links = [ '07/23/read-rhythm-of-war-by-brandon-sanderson-prologue-and-chapter-one/', '07/28/read-rhythm-of-war-by-brandon-sanderson-chapters-two-and-three/', - '08/04/read-rhythm-of-war-by-brandon-sanderson-chapters-four-and-five/' + '08/04/read-rhythm-of-war-by-brandon-sanderson-chapters-four-and-five/', + '08/11/read-rhythm-of-war-by-brandon-sanderson-chapter-six/' ] # Automatically adds all recent chapters