Issue description
When running gem build telegraf_agent.gemspec on master I get the following warning
WARNING: licenses is empty, but is recommended. Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
The missing license attribute causes unnecessary errors when the gem is checked by tools like LicenseFinder.
Expected behaviour
The gemspec includes a license attribute declaring the license as MIT as stated in the README and the LICENSE.
Issue description
When running
gem build telegraf_agent.gemspeconmasterI get the following warningThe missing license attribute causes unnecessary errors when the gem is checked by tools like LicenseFinder.
Expected behaviour
The gemspec includes a license attribute declaring the license as
MITas stated in the README and the LICENSE.