Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Moved dependencies to the appropriate files
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Sep 15, 2008
1 parent c52dd40 commit 72d4c76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/hit_stats.rb
@@ -1,4 +1,5 @@
require 'entries'
require 'uri'

class HitStats
attr_accessor :logs, :hits_with_query, :hits_without_query
Expand Down
7 changes: 0 additions & 7 deletions lib/rails_analyzer.rb
@@ -1,10 +1,3 @@
require 'rubygems'
require 'activesupport'
require 'uri'
require 'float_ext'
require 'array_ext'
require 'pretty_log'
require 'param_log'
require 'time_stats'
require 'hit_stats'

Expand Down
3 changes: 3 additions & 0 deletions lib/time_stats.rb
@@ -1,3 +1,6 @@
require 'rubygems'
require 'activesupport'

class TimeStats
attr_accessor :logs, :times

Expand Down
3 changes: 3 additions & 0 deletions lib/url_hits.rb
@@ -1,3 +1,6 @@
require 'float_ext'
require 'array_ext'

class UrlHits
attr_reader :url, :hit_times

Expand Down

0 comments on commit 72d4c76

Please sign in to comment.