start a ruby version of aws-ha-release

- use aruba to test command line options
  - use rspec to unit test
This commit is contained in:
Anuj Biyani
2013-05-30 13:35:37 -07:00
parent 64e840e711
commit 179a788fe3
7 changed files with 124 additions and 1 deletions

6
Gemfile Normal file
View File

@@ -0,0 +1,6 @@
source 'https://rubygems.org'
gem 'aws-sdk'
gem 'trollop'
gem 'rspec'
gem 'aruba'