Skip to content

Commit 40e9c9b

Browse files
Bumped version
1 parent 6bc0894 commit 40e9c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/wayback_machine_downloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class WaybackMachineDownloader
117117
include ArchiveAPI
118118
include SubdomainProcessor
119119

120-
VERSION = "2.4.1"
120+
VERSION = "2.4.2"
121121
DEFAULT_TIMEOUT = 30
122122
MAX_RETRIES = 3
123123
RETRY_DELAY = 2

wayback_machine_downloader.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "wayback_machine_downloader_straw"
3-
s.version = "2.4.1"
3+
s.version = "2.4.2"
44
s.executables << "wayback_machine_downloader"
55
s.summary = "Download an entire website from the Wayback Machine."
66
s.description = "Download complete websites from the Internet Archive's Wayback Machine. While the Wayback Machine (archive.org) excellently preserves web history, it lacks a built-in export functionality; this gem does just that, allowing you to download entire archived websites. (This is a significant rewrite of the original wayback_machine_downloader gem by hartator, with enhanced features and performance improvements.)"

0 commit comments

Comments
 (0)