make aws-missing-tools a gem

This commit is contained in:
Anuj Biyani
2013-05-30 16:19:08 -07:00
parent e35a0e1a8d
commit 2bdaca25bb
14 changed files with 95 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
require 'aws-missing-tools/version'
module AwsMissingTools
require 'aws-sdk'
require 'trollop'
require 'aws-missing-tools/aws-ha-release/aws-ha-release'
end
+2
View File
@@ -0,0 +1,2 @@
class AwsHaRelease
end
+3
View File
@@ -0,0 +1,3 @@
module AwsMissingTools
VERSION = '0.0.1'
end