public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
TZInfo: Removing unneeded TimezoneProxy class

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9153 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
gbuesing (author)
Sun Mar 30 16:49:52 -0700 2008
commit  4a94b6803b7d4585355661ba2279a123f3a0f2de
tree    8ca47aa8fc0608c5ee75c5cbebd6daa190f54119
parent  a5ffd49f0b4c27670a941c859aff5ee374b99e8f
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* TZInfo: Removing unneeded TimezoneProxy class [Geoff Buesing]
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]
...
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 timezone_index_definition tzdataparser)
0
+ %w(country country_index_definition country_info country_timezone timezone_index_definition timezone_proxy tzdataparser)
0
   end
0
 end
0
\ No newline at end of file
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,6 +28,6 @@ $:.unshift(File.dirname(__FILE__)) unless
0
 require 'tzinfo/timezone'
0
 # require 'tzinfo/country'
0
 # require 'tzinfo/tzdataparser'
0
-require 'tzinfo/timezone_proxy'
0
+# require 'tzinfo/timezone_proxy'
0
 require 'tzinfo/data_timezone'
0
 require 'tzinfo/linked_timezone'
0
\ No newline at end of file

Comments

    No one has commented yet.