lib/hostess.rb in geminabox-secure-0.3.6 vs lib/hostess.rb in geminabox-secure-0.3.7
- old
+ new
@@ -1,9 +1,9 @@
require 'sinatra/base'
class Hostess < Sinatra::Base
def serve
- send_file(File.expand_path(File.join(Geminabox.data, *request.path_info)), :type => response['Content-Type'])
+ send_file(File.expand_path(File.join(GeminaboxSecure.data, *request.path_info)), :type => response['Content-Type'])
end
%w[/specs.4.8.gz
/latest_specs.4.8.gz
/prerelease_specs.4.8.gz