Sha256: 74b19471e4a55f32dad546fb2905acbc15786db311e09a91ea98f7d3c1efadfc
Contents?: true
Size: 205 Bytes
Versions: 16
Compression:
Stored size: 205 Bytes
Contents
#!/bin/sh cmd='sudo 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
16 entries across 16 versions & 2 rubygems