Phrogz / NeatJSON

Pretty-print your JSON in Ruby, JS, or Lua with more power than JSON.stringify or JSON.pretty_generate
http://phrogz.net/JS/NeatJSON
MIT License
108 stars 19 forks source link

Fix licenses in gemspec to Rubygems standard #26

Closed nomoon closed 7 years ago

nomoon commented 7 years ago

According to Rubygems, you should specify your license using an SPDX ID. This permits tools like LicenseFinder to properly find the relevant data.

The only thing that this PR does is specify the existing MIT license in this way.

Phrogz commented 7 years ago

Thanks!