代码拉取完成,页面将自动刷新
# frozen_string_literal: true
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "fusuma/version"
Gem::Specification.new do |spec|
spec.name = "fusuma"
spec.version = Fusuma::VERSION
spec.authors = ["iberianpig"]
spec.email = ["yhkyky@gmail.com"]
spec.summary = "Multitouch gestures with libinput driver, Linux"
spec.description = "Fusuma is multitouch gesture recognizer. This gem makes your touchpad on Linux able to recognize swipes or pinchs and assign command to them. Read installation on Github(https://github.com/iberianpig/fusuma#installation)."
spec.homepage = "https://github.com/iberianpig/fusuma"
spec.license = "MIT"
spec.files = Dir["{bin,lib,exe}/**/*", "LICENSE*", "README*", "*.gemspec"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.metadata = {
"rubygems_mfa_required" => "true",
"yard.run" => "yri" # use "yard" to build full HTML docs.
}
spec.required_ruby_version = ">= 2.7"
# https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all§ion=main
# support focal (20.04LTS) 2.7
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。