代码拉取完成,页面将自动刷新
同步操作将从 mirrors_iberianpig/fusuma 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# 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.test_files = Dir['{test,spec,features}/**/*']
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.5.1' # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all§ion=main
# support bionic (18.04LTS) 2.5.1
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。