Gem::Specification.new do |s|
s.name = "rbpkg"
s.version = "0.1.0"
s.description = "Ruby package manager"
s.authors = ["Thomas de Grivel"]
s.email = "thodg@kmx.io"
s.files = ["lib/rbpkg.rb"]
s.homepage = "https://git.kmx.io/kmx.io/rbpkg"
s.license = "BSD-2"
end