From d3466b33876c1f71410b5b96adcf22a4ce75ad76 Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:41:26 +0000 Subject: [PATCH] Bumping version normally I would've yanked the old gem, but that's not working here --- 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 721c5fa..eee812d 100644 --- a/lib/wayback_machine_downloader.rb +++ b/lib/wayback_machine_downloader.rb @@ -115,7 +115,7 @@ class WaybackMachineDownloader include ArchiveAPI include SubdomainProcessor - VERSION = "2.3.11" + VERSION = "2.3.12" DEFAULT_TIMEOUT = 30 MAX_RETRIES = 3 RETRY_DELAY = 2 diff --git a/wayback_machine_downloader.gemspec b/wayback_machine_downloader.gemspec index 40a6df7..4785f10 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.11" + s.version = "2.3.12" 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.)"