From 2ccfcc42b0f8a6906213ee6b61c7c53466c0b41d Mon Sep 17 00:00:00 2001 From: Geoff Buesing Date: Sun, 30 Mar 2008 23:49:52 +0000 Subject: TZInfo: Removing unneeded TimezoneProxy class git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9153 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index f89a7d500d..38ca03b658 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -170,6 +170,6 @@ namespace :tzinfo do end def excluded_classes - %w(country country_index_definition country_info country_timezone timezone_index_definition tzdataparser) + %w(country country_index_definition country_info country_timezone timezone_index_definition timezone_proxy tzdataparser) end end \ No newline at end of file -- cgit v1.2.3