lib/geminabox/hostess.rb in geminabox-0.13.14 vs lib/geminabox/hostess.rb in geminabox-0.13.15

- old
+ new

@@ -2,10 +2,10 @@ module Geminabox class Hostess < Sinatra::Base def serve - send_file(File.expand_path(File.join(Gemianbox.data, *request.path_info)), :type => response['Content-Type']) + send_file(File.expand_path(File.join(Geminabox.data, *request.path_info)), :type => response['Content-Type']) end %w[/specs.4.8.gz /latest_specs.4.8.gz /prerelease_specs.4.8.gz