Skip to content

Commit 7799837

Browse files
committed
Docker: If you load any component of the app before (or during) the Docker build process, it may cause failures
1 parent 2c789b7 commit 7799837

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

wayback_machine_downloader.gemspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
require './lib/wayback_machine_downloader'
2-
31
Gem::Specification.new do |s|
42
s.name = "wayback_machine_downloader_straw"
5-
s.version = WaybackMachineDownloader::VERSION
3+
s.version = "2.3.5"
64
s.executables << "wayback_machine_downloader"
75
s.summary = "Download an entire website from the Wayback Machine."
86
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.)"
@@ -11,7 +9,7 @@ Gem::Specification.new do |s|
119
s.files = ["lib/wayback_machine_downloader.rb", "lib/wayback_machine_downloader/tidy_bytes.rb", "lib/wayback_machine_downloader/to_regex.rb", "lib/wayback_machine_downloader/archive_api.rb"]
1210
s.homepage = "https://github.com/StrawberryMaster/wayback-machine-downloader"
1311
s.license = "MIT"
14-
s.required_ruby_version = ">= 1.9.2"
12+
s.required_ruby_version = ">= 3.4.3"
1513
s.add_runtime_dependency "concurrent-ruby", "~> 1.3", ">= 1.3.4"
1614
s.add_development_dependency "rake", "~> 12.2"
1715
s.add_development_dependency "minitest", "~> 5.2"

0 commit comments

Comments
 (0)