infrablocks / ruby_terraform

A simple Ruby wrapper for invoking terraform commands.
MIT License
109 stars 33 forks source link

Require stringio in output.rb to avoid error #11

Closed unthar closed 6 years ago

unthar commented 6 years ago

Hey, Toby, While using the output class I encountered this error:

~/.rvm/gems/ruby-2.1.0/gems/ruby-terraform-0.11.2/lib/ruby_terraform/commands/output.rb:8:in 'stdout': uninitialized constant RubyTerraform::Commands::Output::StringIO (NameError)

Adding a require statement for stringio appears to fix it. The tests still pass.

Very helpful gem. Thanks!

tobyclemson commented 6 years ago

Thanks for the PR! Will get this merged and released now.

tobyclemson commented 6 years ago

Available in version 0.12.0.

Thanks, Toby

unthar commented 6 years ago

I pulled down the new version. Thanks, Toby!