文件名称:with_clean_rbenv:为嵌套的 rbenv 准备一个裸环境
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-21 14:52:55
Ruby
WithCleanRbenv 为嵌套的 rbenv 准备一个裸环境。 这颗宝石基于这篇文章。 安装 将此行添加到应用程序的 Gemfile 中: gem 'with_clean_rbenv' 然后执行: $ bundle 或者自己安装: $ gem install with_clean_rbenv 用法 require 'with_clean_rbenv' WithCleanRbenv . with_clean_rbenv do Dir . chdir '/path/to/other/ruby/project' do system ( 'rbenv exec bundle exec ruby -v' ) end end # or short WithCleanRbenv . within_clean_rbenv '/path/to/other/ruby/
【文件预览】:
with_clean_rbenv-master
----.travis.yml(124B)
----bin()
--------console(341B)
--------setup(115B)
----Rakefile(121B)
----.rubocop.yml(159B)
----Gemfile(101B)
----.rspec(31B)
----spec()
--------with_clean_rbenv_spec.rb(2KB)
--------spec_helper.rb(280B)
----.gitignore(87B)
----lib()
--------with_clean_rbenv.rb(488B)
--------with_clean_rbenv()
----CODE_OF_CONDUCT.md(1KB)
----README.md(2KB)
----with_clean_rbenv.gemspec(1KB)
----LICENSE.txt(1KB)