gems: remove cityhash gem.
This gem uses a native extension that requires a C++ compiler to build. Removing this gem removes the need to have a C++ toolchain to install Danbooru.
This commit is contained in:
@@ -37,6 +37,6 @@ class Cache
|
||||
end
|
||||
|
||||
def self.hash(string)
|
||||
CityHash.hash64(string).to_s(36)
|
||||
Digest::SHA256.base64digest(string)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user