Add license to gemspec

This commit is contained in:
Vicent Llongo 2020-10-27 00:13:59 +02:00
parent 8c2101efa0
commit 30fedde0cb
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
MIT License
Copyright (c) 2012 Vicent Llongo Silla
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -4,6 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "simplecov-json"
s.version = '0.2.2'
s.licenses = ['MIT']
s.platform = Gem::Platform::RUBY
s.authors = ["Vicent Llongo"]
s.email = ["villosil@gmail.com"]