diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-03-30 23:49:52 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-03-30 23:49:52 +0000 |
commit | 2ccfcc42b0f8a6906213ee6b61c7c53466c0b41d (patch) | |
tree | 8ca47aa8fc0608c5ee75c5cbebd6daa190f54119 /activesupport/Rakefile | |
parent | 9c124a98b37f9ae121dd39e90ad5775460c64f73 (diff) | |
download | rails-2ccfcc42b0f8a6906213ee6b61c7c53466c0b41d.tar.gz rails-2ccfcc42b0f8a6906213ee6b61c7c53466c0b41d.tar.bz2 rails-2ccfcc42b0f8a6906213ee6b61c7c53466c0b41d.zip |
TZInfo: Removing unneeded TimezoneProxy class
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9153 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r-- | activesupport/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |