You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2019/08/15 00:38:00 UTC

[jira] [Updated] (AVRO-2506) Fix warnings in creating the Ruby distribution

     [ https://issues.apache.org/jira/browse/AVRO-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated AVRO-2506:
-----------------------------
    Status: Patch Available  (was: Open)

> Fix warnings in creating the Ruby distribution
> ----------------------------------------------
>
>                 Key: AVRO-2506
>                 URL: https://issues.apache.org/jira/browse/AVRO-2506
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: build
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Trivial
>
> {code}
> sekikn@a80af4ec301b:~/avro/lang/ruby$ ./build.sh dist
> (snip)
> WARNING:  license value 'Apache License 2.0 (Apache-2.0)' is invalid.  Use a license identifier from
> http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
> Did you mean 'Apache-2.0'?
> WARNING:  open-ended dependency on multi_json (>= 0) is not recommended
>   if multi_json is semantically versioned, use:
>     add_runtime_dependency 'multi_json', '~> 0'
> WARNING:  See http://guides.rubygems.org/specification-reference/ for help
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)