Gem::Specification.new do |s| s.name = "luaapi" s.version = "1.0.0" s.date = "2018-11-15" s.summary = "The Lua API runs Lua scripts." s.description = "The Lua API runs Lua scripts. The API does this by trying to connect to a local Lua interpreter. If this does not work, the API connects to an online interpreter." s.authors = ["Marek K."] s.email = "m.k@mk16.de" s.files = ["lib/luaapi.rb"] s.homepage = "http://test.mk16.de/projects/luaapi-gem" s.license = "GPL-3.0" s.metadata = { "documentation_uri" => "http://test.mk16.de/projects/luaapi-gem", "source_code_uri" => "http://test.mk16.de/scriptFiles/luaapi.rb", } end