Kengo Seki created AVRO-2506:
--------------------------------
Summary: 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
{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)