lib/har.rb in har-0.0.1 vs lib/har.rb in har-0.0.2
- old
+ new
@@ -5,9 +5,10 @@
module HAR
class Error < StandardError; end
class ValidationError < StandardError; end
end
+require 'har/version'
require 'har/serializable'
require 'har/schema_type'
require 'har/page'
require 'har/archive'
require 'har/viewer'
\ No newline at end of file