Sha256: 7dd0ea2161da88eace7b2b5c1a343dadc352528799e62a13d5c12a02962f0f29
Contents?: true
Size: 305 Bytes
Versions: 3
Compression:
Stored size: 305 Bytes
Contents
require 'active_support' require 'active_support/core_ext' module BrowsingHistory require 'browsing_history/error' require 'browsing_history/configuration' extend Configuration require 'browsing_history/history' require 'browsing_history/browser' require 'browsing_history/historizable' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
browsing_history-0.0.4 | lib/browsing_history.rb |
browsing_history-0.0.3 | lib/browsing_history.rb |
browsing_history-0.0.2 | lib/browsing_history.rb |