lib/har.rb in har-0.0.2 vs lib/har.rb in har-0.0.3

- old
+ new

@@ -1,13 +1,9 @@ require 'json' require 'json-schema' require 'time' -module HAR - class Error < StandardError; end - class ValidationError < StandardError; end -end - +require 'har/error' require 'har/version' require 'har/serializable' require 'har/schema_type' require 'har/page' require 'har/archive' \ No newline at end of file