From fac3c11c3d0a005cb644188356f77e34482ad5f5 Mon Sep 17 00:00:00 2001 From: Robert Lail Date: Wed, 19 Oct 2011 14:36:50 -0500 Subject: [PATCH] There are no breaking changes between the Hoptoad v2.0 API and the Airbrake v2.2 API. --- lib/hoptoad.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/hoptoad.rb b/lib/hoptoad.rb index 3dd7b6a..852f098 100644 --- a/lib/hoptoad.rb +++ b/lib/hoptoad.rb @@ -18,6 +18,7 @@ module Hoptoad def self.get_version_processor(version) case version when '2.0'; Hoptoad::V2 + when '2.2'; Hoptoad::V2 else; raise ApiVersionError end end -- libgit2 0.21.2