Commit 1d9bcbe1 authored by Jérome Perrin's avatar Jérome Perrin

ruby: define authors in gemspec

This is required with Ruby 2.6
parent a7c788ae
......@@ -3,6 +3,7 @@ Gem::Specification.new do |gem|
gem.name = "helloweb"
gem.version = "0.1"
gem.summary = "Hello Web in Ruby"
gem.authors = ["Kirill Smelkov"]
gem.bindir = ''
gem.executables = 'helloweb.rb'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment