Sha256: add4eaee51612da1856f8e8bcdc4937904eefa9f469a1337e6712136842c8f94
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
require 'rubygems/dependency_installer.rb' #Load up the rubygem's dependency installer to #installer the gems we want based on the version #of Ruby the user has installed installer = Gem::DependencyInstaller.new begin if RUBY_VERSION > '1.9' installer.install 'pry-byebug', '~> 1.2.1' else installer.install 'pry-debugger', '~> 0.2.2' end rescue #Exit with a non-zero value to let rubygems something went wrong exit(1) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
icepick-0.1.0 | ext/mkrf_conf.rb |