-
Notifications
You must be signed in to change notification settings - Fork 23
Description
With the latest version, 0.5.2 I get the following error:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': /Library/Ruby/Gems/2.0.0/gems/rancher-api-0.5.2/lib/rancher/api/models/project.rb:13: syntax error, unexpected ')' (SyntaxError) /Library/Ruby/Gems/2.0.0/gems/rancher-api-0.5.2/lib/rancher/api/models/project.rb:20: syntax error, unexpected keyword_end, expecting end-of-input from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require'
from /Library/Ruby/Gems/2.0.0/gems/rancher-api-0.5.2/lib/rancher/api/models.rb:8:in <top (required)>' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require' from /Library/Ruby/Gems/2.0.0/gems/rancher-api-0.5.2/lib/rancher/api.rb:47:in
configure'
Commenting out the added code from
f656c50#diff-5b52c8c12428ebb0d0f9c237a0e2cb1b
makes it work again.