ruby-changes:30078
From: nobu <ko1@a...>
Date: Tue, 23 Jul 2013 10:12:53 +0900 (JST)
Subject: [ruby-changes:30078] nobu:r42130 (trunk): * properties.
nobu 2013-07-23 10:12:41 +0900 (Tue, 23 Jul 2013) New Revision: 42130 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42130 Log: * properties. Modified files: trunk/ext/win32/lib/win32/sspi.rb trunk/lib/rubygems/remote_fetcher.rb trunk/sample/drb/README.rdoc Index: sample/drb/README.rdoc =================================================================== --- sample/drb/README.rdoc (revision 42129) +++ sample/drb/README.rdoc (revision 42130) @@ -22,7 +22,7 @@ https://github.com/ruby/ruby/blob/trunk/sample/drb/README.rdoc#L22 * dqout.rb --- client. pop DQEntry objects. * dqlib.rb --- define DQEntry -* IdConv customize demo: reference by name +* IdConv customize demo: reference by name * name.rb --- server * namec.rb --- client @@ -46,7 +46,7 @@ https://github.com/ruby/ruby/blob/trunk/sample/drb/README.rdoc#L46 * drbssl * drbssl_s.rb * drbssl_c.rb - + * add DRbProtocl * http0.rb * http0serv.rb Index: lib/rubygems/remote_fetcher.rb =================================================================== --- lib/rubygems/remote_fetcher.rb (revision 42129) +++ lib/rubygems/remote_fetcher.rb (revision 42130) @@ -325,7 +325,7 @@ class Gem::RemoteFetcher https://github.com/ruby/ruby/blob/trunk/lib/rubygems/remote_fetcher.rb#L325 def request(uri, request_class, last_modified = nil) request = Gem::Request.new uri, request_class, last_modified, @proxy - + request.fetch do |req| yield req if block_given? end Index: ext/win32/lib/win32/sspi.rb =================================================================== --- ext/win32/lib/win32/sspi.rb (revision 42129) +++ ext/win32/lib/win32/sspi.rb (revision 42130) @@ -327,4 +327,4 @@ module Win32 https://github.com/ruby/ruby/blob/trunk/ext/win32/lib/win32/sspi.rb#L327 end end end -end \ No newline at end of file +end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/