Skip to content

Commit

Permalink
Canonical location for core extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
James Herdman committed Jun 13, 2011
1 parent 638334c commit 363f884
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lib/feedzirra.rb
Expand Up @@ -11,8 +11,7 @@
require 'active_support/core_ext/object'
require 'active_support/time'

require 'core_ext/date'
require 'core_ext/string'
require 'feedzirra/core_ext'

module Feedzirra
autoload :FeedEntryUtilities, 'feedzirra/feed_entry_utilities'
Expand Down
3 changes: 3 additions & 0 deletions lib/feedzirra/core_ext.rb
@@ -0,0 +1,3 @@
Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"].sort.each do |path|
require "feedzirra/core_ext/#{File.basename(path, '.rb')}"
end
File renamed without changes.
File renamed without changes.

0 comments on commit 363f884

Please sign in to comment.