mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: Updated to RubyGems 1.8.24, a bugfix release.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c4348fcd7f
commit
505c4eae32
4 changed files with 24 additions and 6 deletions
|
@ -209,7 +209,10 @@ TEXT
|
|||
say "Installing RubyGems" if @verbose
|
||||
|
||||
Dir.chdir 'lib' do
|
||||
lib_files = Dir[File.join('**', '*rb')]
|
||||
lib_files = Dir[File.join('**', '*rb')]
|
||||
|
||||
# Be sure to include our SSL ca bundles
|
||||
lib_files += Dir[File.join('**', '*pem')]
|
||||
|
||||
lib_files.each do |lib_file|
|
||||
dest_file = File.join lib_dir, lib_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue