#!/bin/bash gem1.8 list --local --no-versions > 1.8.txt gem1.9 list --local --no-versions > 1.9.txt diff gem1.8.txt gem1.9.txt