lib/alblogs.rb in alblogs-0.1.4 vs lib/alblogs.rb in alblogs-0.1.7
- old
+ new
@@ -1,4 +1,7 @@
+require 'time'
+require 'shellwords'
+
module Alblogs
autoload :Entry, 'alblogs/entry'
autoload :Iterator, 'alblogs/iterator'
autoload :RequestMatcher, 'alblogs/request_matcher'
autoload :S3Bucket, 'alblogs/s3_bucket'