lib/shutterbug/rackapp.rb in shutterbug-0.0.3 vs lib/shutterbug/rackapp.rb in shutterbug-0.0.4

- old
+ new

@@ -64,10 +64,10 @@ content = [content] if content.kind_of? String return [200, headers, content] end def log(string) - puts "★ shutterbug ➙ #{string}" + puts "★ shutterbug #{Shutterbug::VERSION} ➙ #{string}" end def skip(env) # call the applicaiton default @app.call env