Gem::Specification.new do |s| s.name = 'ruby-jtime' s.version = '0.0.1' s.date = '2018-10-03' s.summary = 'example implementation of Time extension of gengo handling ' s.description = 'class JTime extends Time.' s.authors = ['TOYODA Eizi' ] s.email = 'toyoda.eizi@gmail.com' s.files = ["lib/jtime.rb"] s.homepage = "http://github.com/etoyoda/ruby-jtime" s.license = "GPL" s.required_ruby_version = '~> 2.2' end