[
https://issues.apache.org/jira/browse/AVRO-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911165#comment-16911165
]
ASF subversion and git services commented on AVRO-2506:
-------------------------------------------------------
Commit f17c77f20b74862b41bbc308619294d35871c518 in avro's branch
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=f17c77f ]
AVRO-2506: Fix warnings in creating the Ruby distribution (#607)
> 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
(v8.3.2#803003)