github.com/shravanasati/hydra@v1.0.1-0.20240122045627-1082d2ed50d2/src/boilerplates/gemspec (about)

     1  Gem::Specification.new do |s|
     2  	s.name        = ":PROJECT_NAME:"
     3  	s.version     = '1.0.0'
     4  	s.license     = ":LICENSE:"
     5  	s.summary     = "Project summary here"
     6  	s.description = "Much longer explanation of the project."
     7  	s.authors     = [":AUTHOR_NAME:"]
     8  	s.email       = 'Your email here.'
     9  	s.files       = ["lib/:PROJECT_NAME:.rb"]
    10  	s.homepage    = 'https://rubygems.org/gems/:PROJECT_NAME:'
    11  	s.metadata    = { "source_code_uri" => "https://github.com/:GITHUB:/:PROJECT_NAME:" }
    12  end