Sha256: d1f1df9b1af9c3a3713bf76715cab1c79d3c8aa443bc87ec808eb20b5809da44
Contents?: true
Size: 199 Bytes
Versions: 15
Compression:
Stored size: 199 Bytes
Contents
#!/bin/sh cmd = 'gem install -y rake open4 activesupport rspec ruby-breakpoint ruby-debug --no-rdoc --no-ri' # Run it twice because the first one will usually fail. Oh how I hate gem. :/ $cmd $cmd
Version data entries
15 entries across 15 versions & 1 rubygems