Gem::Specification.new do |s| ### REQUIRED ### s.name = 'gem-whap' s.version = '1.0.2' s.summary = "Doo whap that thing" s.authors = ["Yo Mama"] s.files = ["lib/testgem.rb"] s.metadata = { "github_repo" => "ssh://github.com/monalisa/whap" } ### WARNING ### s.homepage = 'https://mygem.com' s.license = 'OML' ### RECOMMENDED ### s.description = "A simple test gem" # nice to have end