lib/toadhopper.rb in toadhopper-1.0.4 vs lib/toadhopper.rb in toadhopper-1.0.6
- old
+ new
@@ -2,10 +2,10 @@
require 'erb'
require 'ostruct'
# Posts errors to the Hoptoad API
class Toadhopper
- VERSION = "1.0.4"
+ VERSION = "1.0.6"
FILTER_REPLACEMENT = "[FILTERED]"
# Hoptoad API response
class Response < Struct.new(:status, :body, :errors); end