Hash : 332611ca Author : Thomas de Grivel Date : 2023-02-25T21:28:38
rbpkg_ci
Download
1 2 3 4 5 6 7 8 9 10
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