зеркало из https://github.com/github/ruby.git
Avoid to warnings about gemspec loadings in rubygems tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d783148c7f
Коммит
a1799f1f71
|
@ -41,7 +41,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase
|
|||
end
|
||||
|
||||
open(File.join(Gem::Specification.default_specifications_dir, "bundler-1.15.4.gemspec"), 'w') do |io|
|
||||
io.puts '# bundler'
|
||||
gemspec.version = "1.15.4"
|
||||
io.puts gemspec.to_ruby
|
||||
end
|
||||
|
||||
FileUtils.mkdir_p File.join(Gem.default_dir, "specifications")
|
||||
|
|
Загрузка…
Ссылка в новой задаче