diff --git a/ChangeLog b/ChangeLog index c3d0dcd96f..3610975dcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 4 16:16:09 2008 Yukihiro Matsumoto + + * lib/gserver.rb: fixed type in sample code. a report from Oleg + Puchinin. + Thu Dec 4 14:54:32 2008 Yukihiro Matsumoto * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): diff --git a/lib/gserver.rb b/lib/gserver.rb index eb5f31b7b3..592e8661fe 100644 --- a/lib/gserver.rb +++ b/lib/gserver.rb @@ -40,7 +40,7 @@ require "thread" # super(port, *args) # end # def serve(io) -# io.puts(Time.now.to_i) +# io.puts(Time.now.to_s) # end # end #