Commit f1b872ec authored by Paul Asmuth's avatar Paul Asmuth
Browse files

handle unrecognized urls properly (404)

parent fffb93fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
0.5.8
0.5.9
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

Gem::Specification.new do |s|
  s.name = "fnordmetric"
  s.version = "0.5.8"
  s.version = "0.5.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Paul Asmuth"]
  s.date = "2012-01-03"
  s.date = "2012-01-04"
  s.description = "FnordMetric is a Ruby Event-Tracking gem on steroids"
  s.email = "paul@paulasmuth.com"
  s.extra_rdoc_files = [
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ class FnordMetric::App < Sinatra::Base
  end

  get '/:namespace' do
    pass unless current_namespace
    haml :app
  end