cfer.gemspec in cfer-0.2.0 vs cfer.gemspec in cfer-0.3.0

- old
+ new

@@ -5,11 +5,11 @@ Gem::Specification.new do |spec| spec.name = "cfer" spec.version = Cfer::VERSION spec.authors = ["Sean Edwards"] - spec.email = ["stedwards87+git@gmail.com"] + spec.email = ["stedwards87+cfer@gmail.com"] spec.summary = %q{Toolkit for automating infrastructure using AWS CloudFormation} spec.description = spec.summary spec.homepage = "https://github.com/seanedwards/cfer" spec.license = "MIT" @@ -28,9 +28,10 @@ spec.add_runtime_dependency 'semantic' spec.add_runtime_dependency 'rainbow' spec.add_runtime_dependency 'highline' spec.add_runtime_dependency 'table_print' spec.add_runtime_dependency "rake" + spec.add_runtime_dependency "erubis" spec.add_development_dependency "bundler" spec.add_development_dependency "yard" end