1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Add license to rubygems spec

This commit is contained in:
Javi Fontan 2014-11-02 20:43:45 +01:00
parent 9c79a2feee
commit 31c9248340

View File

@ -37,6 +37,7 @@ Gem::Specification.new do |s|
s.description = "$(DESCRIPTION)"
s.authors = ["OpenNebula"]
s.email = 'contact@opennebula.org'
s.license = 'Apache-2.0'
s.files = [
$(FILES)
]