lib/epubinfo/models/date.rb in epubinfo_with_toc-0.5.4 vs lib/epubinfo/models/date.rb in epubinfo_with_toc-0.5.5

- old
+ new

@@ -22,10 +22,10 @@ # Returns Hash representation of a date # @return [Hash] def to_hash { - :time => @time, + :time => @date_str, :event => @event } end end end