aws-missing-tools/Gemfile
Anuj Biyani 179a788fe3 start a ruby version of aws-ha-release
- use aruba to test command line options
  - use rspec to unit test
2013-05-30 14:08:54 -07:00

7 lines
83 B
Ruby

source 'https://rubygems.org'
gem 'aws-sdk'
gem 'trollop'
gem 'rspec'
gem 'aruba'