public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not 
including Indexes::Timezones

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9152 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
gbuesing (author)
Sun Mar 30 16:27:17 -0700 2008
commit  9c124a98b37f9ae121dd39e90ad5775460c64f73
tree    47991422da5a50c9aa4ceb66b82efe6bcccd83d2
parent  c3ce27fbaf839ff203e6c6cef472b0b571ea24ff
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including Indexes::Timezones [Geoff Buesing]
0
+
0
 * Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled [Geoff Buesing]
0
 
0
 * Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version [Geoff Buesing]
...
170
171
172
173
 
174
175
176
...
170
171
172
 
173
174
175
176
0
@@ -170,6 +170,6 @@ namespace :tzinfo do
0
   end
0
   
0
   def excluded_classes
0
- %w(country country_index_definition country_info country_timezone tzdataparser)
0
+ %w(country country_index_definition country_info country_timezone timezone_index_definition tzdataparser)
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.