mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Use https URL instead of http URL
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									20c72dc89d
								
							
						
					
					
						commit
						eaf4f2ec85
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -3325,7 +3325,7 @@ Thu May 19 06:30:38 2011  Eric Hodel  <drbrain@segment7.net>
 | 
				
			||||||
Thu May 19 06:16:41 2011  Eric Hodel  <drbrain@segment7.net>
 | 
					Thu May 19 06:16:41 2011  Eric Hodel  <drbrain@segment7.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* lib:  Convert tabs to spaces for ruby files per
 | 
						* lib:  Convert tabs to spaces for ruby files per
 | 
				
			||||||
	  http://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
 | 
						  https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
 | 
				
			||||||
	  Patch by Steve Klabnik [Ruby 1.9 - Bug #4730]
 | 
						  Patch by Steve Klabnik [Ruby 1.9 - Bug #4730]
 | 
				
			||||||
	  Patch by Jason Dew [Ruby 1.9 - Feature #4718]
 | 
						  Patch by Jason Dew [Ruby 1.9 - Feature #4718]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -518,7 +518,7 @@ with all sufficient information, see the ChangeLog file.
 | 
				
			||||||
    New method to set the entity expansion limit. By default the limit is
 | 
					    New method to set the entity expansion limit. By default the limit is
 | 
				
			||||||
    set to 10000.  See the following URL for details.
 | 
					    set to 10000.  See the following URL for details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
 | 
					    https://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* stringio
 | 
					* stringio
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -263,7 +263,7 @@ with all sufficient information, see the ChangeLog file.
 | 
				
			||||||
    New method to set the entity expansion limit. By default the limit is
 | 
					    New method to set the entity expansion limit. By default the limit is
 | 
				
			||||||
    set to 10000.  See the following URL for details.
 | 
					    set to 10000.  See the following URL for details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
 | 
					    https://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* RDoc
 | 
					* RDoc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@ Gem::Specification.new do |s|
 | 
				
			||||||
  s.email = "nobu@ruby-lang.org".freeze
 | 
					  s.email = "nobu@ruby-lang.org".freeze
 | 
				
			||||||
  s.extensions = ["extconf.rb".freeze]
 | 
					  s.extensions = ["extconf.rb".freeze]
 | 
				
			||||||
  s.files = ["README.md".freeze, "depend".freeze, "extconf.rb".freeze, "stringio.c".freeze]
 | 
					  s.files = ["README.md".freeze, "depend".freeze, "extconf.rb".freeze, "stringio.c".freeze]
 | 
				
			||||||
  s.homepage = "http://www.ruby-lang.org".freeze
 | 
					  s.homepage = "https://www.ruby-lang.org".freeze
 | 
				
			||||||
  s.licenses = ["BSD-2-Clause".freeze]
 | 
					  s.licenses = ["BSD-2-Clause".freeze]
 | 
				
			||||||
  s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze)
 | 
					  s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze)
 | 
				
			||||||
  s.rubygems_version = "2.6.11".freeze
 | 
					  s.rubygems_version = "2.6.11".freeze
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue