poeditor-cli icon indicating copy to clipboard operation
poeditor-cli copied to clipboard

syntax error, unexpected ',' in configuration.rb

Open oguzgu opened this issue 7 years ago • 1 comments

Hi,

When i run command poeditor pull, it gives following error : /Library/Ruby/Gems/2.0.0/gems/poeditor-cli-0.3.1/lib/poeditor/commands/pull_command.rb:40:in `get_configuration': /Library/Ruby/Gems/2.0.0/gems/poeditor-cli-0.3.1/lib/poeditor/configuration.rb:28: syntax error, unexpected ',' (SyntaxError) def initialize(api_key:, project_id:, type:, tags:nil,

I have a poeditor.yml file and all seems ok, but get this error

oguzgu avatar Nov 15 '17 08:11 oguzgu

Which version of ruby are you using? POEditor requires at least Ruby 2.1. (I just added a ruby requirement to gemspec.)

devxoul avatar Nov 15 '17 09:11 devxoul