lib/hoth.rb in hoth-0.3.4 vs lib/hoth.rb in hoth-0.4.0

- old
+ new

@@ -1,7 +1,9 @@ require 'singleton' +require 'hoth/version' + require 'active_support/inflector' # must be loaded after alls transports and all encodings require 'hoth/transport' @@ -58,6 +60,6 @@ @env = env.to_sym end end -end \ No newline at end of file +end