lib/mangadex/api/version_checker.rb in mangadex-5.4.9 vs lib/mangadex/api/version_checker.rb in mangadex-5.4.11
- old
+ new
@@ -16,10 +16,10 @@
).dig('info', 'version')
if version != Mangadex::Version::STRING
warn(
"[Warning] This gem is compatible with #{Mangadex::Version::STRING} but it looks like Mangadex is at #{version}",
- "[Warning] Check out #{Mangadex::Internal::Request::BASE_URI} for more information.",
+ "[Warning] Check out #{Mangadex.configuration.mangadex_url} for more information.",
)
end
version
rescue => error