lib/testlab/providers/aws.rb in testlab-0.3.0 vs lib/testlab/providers/aws.rb in testlab-0.3.1

- old
+ new

@@ -5,10 +5,10 @@ # AWS Provider Error Class class AWSError < ProviderError; end # AWS Provider Class # - # @author Zachary Patten <zachary@jovelabs.net> + # @author Zachary Patten <zachary AT jovelabs DOT com> class AWS def initialize(ui=ZTK::UI.new) @ui = ui end