rackula 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a65b358d0a9a1ac24b53cdaee0266caf8aa001e2be84adb6e341e14be0368b55
4
- data.tar.gz: 733ee30905600dc2a1f705bfe1c58fbbc4c3c271743d269a2328765a42714fc6
3
+ metadata.gz: 2c58c31140f6015b3250558571869bf8a1ba5851f583fae7d88f82c1e8a9be92
4
+ data.tar.gz: c1eed7ab1c78f3b31e6fa674d02ebdfc36b1d97420ff7941a02955c203289b9c
5
5
  SHA512:
6
- metadata.gz: 5b29df5d58b1b68f899b5b08d6286d637431053d5e4821abb5e3154a0835459ad993f7cad057c2e989d60c47be1a0b075b2310532f80e4a98b0e2c75010762ae
7
- data.tar.gz: 88a9686c865cf3697edf7938268fdd94e9abca35c9295c7880cc1e2365c9b6959f674392d5ab85551d405178591f19f7bed62d6c439168669148b2325cf9f19e
6
+ metadata.gz: 68c5e42e6e8e507183fcd64022ef5fa7134d431df742c6664e0736676fb266db11c9da11896b3b9d517e9fd768403e58db1b530fae1f9c2237a25de516f90335
7
+ data.tar.gz: d641396b6a6ecd9b0054e794ab0b3c2f54677327f1bafcc0bb87e17371c3e61ab22ef9d8bfa503031635622cdff5ffc7afff554ad58d69eb9e6a7d04a72be84e
@@ -69,7 +69,7 @@ module Rackula
69
69
  end
70
70
 
71
71
  # Generate HTML pages:
72
- unless system("wget", "--mirror", "--recursive", "--continue", "--convert-links", "--adjust-extension", "--no-host-directories", "--directory-prefix", output_path.to_s, "http://localhost:#{port}")
72
+ unless system("wget", "--mirror", "--recursive", "--convert-links", "--adjust-extension", "--no-host-directories", "--directory-prefix", output_path.to_s, "http://localhost:#{port}")
73
73
  raise "The wget command failed!"
74
74
  end
75
75
  end
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module Rackula
22
- VERSION = "1.2.0"
22
+ VERSION = "1.2.1"
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rackula
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-10 00:00:00.000000000 Z
11
+ date: 2021-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: falcon