Edit

kmx.io/rbpkg/rbpkg.gemspec

Branch :

  • rbpkg.gemspec
  • Gem::Specification.new do |s|
      s.name        = "rbpkg"
      s.version     = "0.1.0"
      s.summary     = "Hola!"
      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