From 62ea35daa6e8eb146ac2c173dfef1fbcf6b42fa2 Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:23:48 +0000 Subject: [PATCH] Bumping version --- lib/wayback_machine_downloader.rb | 2 +- wayback_machine_downloader.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wayback_machine_downloader.rb b/lib/wayback_machine_downloader.rb index b576d5c..bdcf3b0 100644 --- a/lib/wayback_machine_downloader.rb +++ b/lib/wayback_machine_downloader.rb @@ -116,7 +116,7 @@ class WaybackMachineDownloader include ArchiveAPI include SubdomainProcessor - VERSION = "2.3.12" + VERSION = "2.4.0" DEFAULT_TIMEOUT = 30 MAX_RETRIES = 3 RETRY_DELAY = 2 diff --git a/wayback_machine_downloader.gemspec b/wayback_machine_downloader.gemspec index 40014f3..f398b71 100644 --- a/wayback_machine_downloader.gemspec +++ b/wayback_machine_downloader.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "wayback_machine_downloader_straw" - s.version = "2.3.12" + s.version = "2.4.0" s.executables << "wayback_machine_downloader" s.summary = "Download an entire website from the Wayback Machine." 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.)"