# -*- encoding: utf-8 -*- # stub: fusuma 3.6.1 ruby lib Gem::Specification.new do |s| s.name = "fusuma".freeze s.version = "3.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "rubygems_mfa_required" => "true", "yard.run" => "yri" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["iberianpig".freeze] s.bindir = "exe".freeze s.date = "2024-08-19" s.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).".freeze s.email = ["yhkyky@gmail.com".freeze] s.executables = ["fusuma".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/fusuma".freeze, "fusuma.gemspec".freeze, "lib/fusuma.rb".freeze, "lib/fusuma/config.rb".freeze, "lib/fusuma/config.yml".freeze, "lib/fusuma/config/index.rb".freeze, "lib/fusuma/config/searcher.rb".freeze, "lib/fusuma/config/yaml_duplication_checker.rb".freeze, "lib/fusuma/custom_process.rb".freeze, "lib/fusuma/device.rb".freeze, "lib/fusuma/environment.rb".freeze, "lib/fusuma/hash_support.rb".freeze, "lib/fusuma/libinput_command.rb".freeze, "lib/fusuma/multi_logger.rb".freeze, "lib/fusuma/plugin/base.rb".freeze, "lib/fusuma/plugin/buffers/buffer.rb".freeze, "lib/fusuma/plugin/buffers/gesture_buffer.rb".freeze, "lib/fusuma/plugin/buffers/timer_buffer.rb".freeze, "lib/fusuma/plugin/detectors/detector.rb".freeze, "lib/fusuma/plugin/detectors/hold_detector.rb".freeze, "lib/fusuma/plugin/detectors/pinch_detector.rb".freeze, "lib/fusuma/plugin/detectors/rotate_detector.rb".freeze, "lib/fusuma/plugin/detectors/swipe_detector.rb".freeze, "lib/fusuma/plugin/events/event.rb".freeze, "lib/fusuma/plugin/events/records/context_record.rb".freeze, "lib/fusuma/plugin/events/records/gesture_record.rb".freeze, "lib/fusuma/plugin/events/records/index_record.rb".freeze, "lib/fusuma/plugin/events/records/record.rb".freeze, "lib/fusuma/plugin/events/records/text_record.rb".freeze, "lib/fusuma/plugin/executors/command_executor.rb".freeze, "lib/fusuma/plugin/executors/executor.rb".freeze, "lib/fusuma/plugin/filters/filter.rb".freeze, "lib/fusuma/plugin/filters/libinput_device_filter.rb".freeze, "lib/fusuma/plugin/inputs/input.rb".freeze, "lib/fusuma/plugin/inputs/libinput_command_input.rb".freeze, "lib/fusuma/plugin/inputs/libinput_command_input.yml".freeze, "lib/fusuma/plugin/inputs/timer_input.rb".freeze, "lib/fusuma/plugin/manager.rb".freeze, "lib/fusuma/plugin/parsers/libinput_gesture_parser.rb".freeze, "lib/fusuma/plugin/parsers/parser.rb".freeze, "lib/fusuma/string_support.rb".freeze, "lib/fusuma/version.rb".freeze] s.homepage = "https://github.com/iberianpig/fusuma".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Multitouch gestures with libinput driver, Linux".freeze end