lib/aws_ec2/compile_scripts.rb in aws-ec2-0.5.0 vs lib/aws_ec2/compile_scripts.rb in aws-ec2-0.5.1

- old
+ new

@@ -1,14 +1,10 @@ require 'fileutils' module AwsEc2 - class CompileScripts + class CompileScripts < Base include TemplateHelper BUILD_ROOT = "tmp" - - def initialize(options) - @options = options - end def compile clean compile_folder("scripts") compile_folder("user-data")