Skip to content

Commit 61e22cf

Browse files
Bump versions
1 parent 183ed61 commit 61e22cf

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
@@ -113,7 +113,7 @@ class WaybackMachineDownloader
113113

114114
include ArchiveAPI
115115

116-
VERSION = "2.3.6"
116+
VERSION = "2.3.7"
117117
DEFAULT_TIMEOUT = 30
118118
MAX_RETRIES = 3
119119
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.6"
3+
s.version = "2.3.7"
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)