lib/marver.rb in marver-0.0.4 vs lib/marver.rb in marver-0.0.5
- old
+ new
@@ -1,6 +1,7 @@
require 'rest_client'
+require 'time'
require 'marver/version'
module Marver
# Base Classes
@@ -8,9 +9,13 @@
autoload :Configuration, 'marver/configuration'
autoload :DataContainer, 'marver/data_container'
# Finders
autoload :CharacterFinder, 'marver/finders/character_finder'
+ autoload :SerieFinder, 'marver/finders/serie_finder'
+ autoload :ComicFinder, 'marver/finders/comic_finder'
+ autoload :EventFinder, 'marver/finders/event_finder'
+ autoload :StoryFinder, 'marver/finders/story_finder'
# API
autoload :API, 'marver/api'
# Helpers & builders