Skip to content

Commit d3466b3

Browse files
Bumping version
normally I would've yanked the old gem, but that's not working here
1 parent 0250579 commit d3466b3

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
@@ -115,7 +115,7 @@ class WaybackMachineDownloader
115115
include ArchiveAPI
116116
include SubdomainProcessor
117117

118-
VERSION = "2.3.11"
118+
VERSION = "2.3.12"
119119
DEFAULT_TIMEOUT = 30
120120
MAX_RETRIES = 3
121121
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.3.11"
3+
s.version = "2.3.12"
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)