Skip to content

syntax error in all commands #317

@cascer1

Description

@cascer1

Hi,

I am trying out prmd, but no matter which command I run, I always get a syntax error:

root@PC0075:/mnt/.../spec$ prmd verify definitions.json
/var/lib/gems/1.9.1/gems/prmd-0.12.0/lib/prmd/commands.rb:4:in `require_relative': /var/lib/gems/1.9.1/gems/prmd-0.12.0/lib/prmd/commands/verify.rb:78: syntax error, unexpected tLABEL (SyntaxError)
    def self.verify(schema_data, custom_schema: nil)
                                               ^
/var/lib/gems/1.9.1/gems/prmd-0.12.0/lib/prmd/commands/verify.rb:97: syntax error, unexpected tLABEL
  def self.verify(schema_data, custom_schema: nil)
                                             ^
        from /var/lib/gems/1.9.1/gems/prmd-0.12.0/lib/prmd/commands.rb:4:in `<top (required)>'
        from /var/lib/gems/1.9.1/gems/prmd-0.12.0/lib/prmd.rb:3:in `require_relative'
        from /var/lib/gems/1.9.1/gems/prmd-0.12.0/lib/prmd.rb:3:in `<top (required)>'
        from /var/lib/gems/1.9.1/gems/prmd-0.12.0/bin/prmd:3:in `require_relative'
        from /var/lib/gems/1.9.1/gems/prmd-0.12.0/bin/prmd:3:in `<top (required)>'
        from /usr/local/bin/prmd:23:in `load'
        from /usr/local/bin/prmd:23:in `<main>'

I'm running Ruby version 1.9.3 on Bash on Ubuntu on Windows.

prmd version is 0.12.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions