# -*- encoding: utf-8 -*- # stub: fusuma 2.3.0 ruby lib Gem::Specification.new do |s| s.name = "fusuma".freeze s.version = "2.3.0".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 = "2022-01-03" 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/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, "spec/helpers/config_helper.rb".freeze, "spec/lib/config/searcher_spec.rb".freeze, "spec/lib/config_spec.rb".freeze, "spec/lib/custom_process_spec.rb".freeze, "spec/lib/device_spec.rb".freeze, "spec/lib/dummy_config.yml".freeze, "spec/lib/fusuma_spec.rb".freeze, "spec/lib/libinput-list-devices_iberianpig-XPS-9360.txt".freeze, "spec/lib/libinput-list-devices_magic_trackpad.txt".freeze, "spec/lib/libinput-list-devices_razer_razer_blade.txt".freeze, "spec/lib/libinput-list-devices_thejinx0r.txt".freeze, "spec/lib/libinput-list-devices_unavailable.txt".freeze, "spec/lib/libinput_command_spec.rb".freeze, "spec/lib/plugin/base_spec.rb".freeze, "spec/lib/plugin/buffers/buffer_spec.rb".freeze, "spec/lib/plugin/buffers/dummy_buffer.rb".freeze, "spec/lib/plugin/buffers/gesture_buffer_spec.rb".freeze, "spec/lib/plugin/detectors/detector_spec.rb".freeze, "spec/lib/plugin/detectors/dummy_detector.rb".freeze, "spec/lib/plugin/detectors/hold_detector_spec.rb".freeze, "spec/lib/plugin/detectors/pinch_detector_spec.rb".freeze, "spec/lib/plugin/detectors/rotate_detector_spec.rb".freeze, "spec/lib/plugin/detectors/swipe_detector_spec.rb".freeze, "spec/lib/plugin/events/event_spec.rb".freeze, "spec/lib/plugin/events/records/gesture_record_spec.rb".freeze, "spec/lib/plugin/events/records/record_spec.rb".freeze, "spec/lib/plugin/events/records/text_record_spec.rb".freeze, "spec/lib/plugin/executors/command_executor_spec.rb".freeze, "spec/lib/plugin/executors/executor_spec.rb".freeze, "spec/lib/plugin/filters/filter_spec.rb".freeze, "spec/lib/plugin/filters/libinput_filter_spec.rb".freeze, "spec/lib/plugin/inputs/input_spec.rb".freeze, "spec/lib/plugin/inputs/libinput_command_input_spec.rb".freeze, "spec/lib/plugin/inputs/timer_input_spec.rb".freeze, "spec/lib/plugin/manager_spec.rb".freeze, "spec/lib/plugin/parsers/libinput_gesture_parser_spec.rb".freeze, "spec/lib/plugin/parsers/parser_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/iberianpig/fusuma".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Multitouch gestures with libinput driver, Linux".freeze s.test_files = ["spec/helpers/config_helper.rb".freeze, "spec/spec_helper.rb".freeze, "spec/lib/libinput-list-devices_magic_trackpad.txt".freeze, "spec/lib/device_spec.rb".freeze, "spec/lib/config/searcher_spec.rb".freeze, "spec/lib/libinput-list-devices_iberianpig-XPS-9360.txt".freeze, "spec/lib/fusuma_spec.rb".freeze, "spec/lib/libinput_command_spec.rb".freeze, "spec/lib/dummy_config.yml".freeze, "spec/lib/config_spec.rb".freeze, "spec/lib/libinput-list-devices_thejinx0r.txt".freeze, "spec/lib/plugin/detectors/swipe_detector_spec.rb".freeze, "spec/lib/plugin/detectors/pinch_detector_spec.rb".freeze, "spec/lib/plugin/detectors/dummy_detector.rb".freeze, "spec/lib/plugin/detectors/detector_spec.rb".freeze, "spec/lib/plugin/detectors/hold_detector_spec.rb".freeze, "spec/lib/plugin/detectors/rotate_detector_spec.rb".freeze, "spec/lib/plugin/executors/executor_spec.rb".freeze, "spec/lib/plugin/executors/command_executor_spec.rb".freeze, "spec/lib/plugin/inputs/input_spec.rb".freeze, "spec/lib/plugin/inputs/timer_input_spec.rb".freeze, "spec/lib/plugin/inputs/libinput_command_input_spec.rb".freeze, "spec/lib/plugin/manager_spec.rb".freeze, "spec/lib/plugin/filters/filter_spec.rb".freeze, "spec/lib/plugin/filters/libinput_filter_spec.rb".freeze, "spec/lib/plugin/events/records/text_record_spec.rb".freeze, "spec/lib/plugin/events/records/record_spec.rb".freeze, "spec/lib/plugin/events/records/gesture_record_spec.rb".freeze, "spec/lib/plugin/events/event_spec.rb".freeze, "spec/lib/plugin/buffers/gesture_buffer_spec.rb".freeze, "spec/lib/plugin/buffers/dummy_buffer.rb".freeze, "spec/lib/plugin/buffers/buffer_spec.rb".freeze, "spec/lib/plugin/base_spec.rb".freeze, "spec/lib/plugin/parsers/libinput_gesture_parser_spec.rb".freeze, "spec/lib/plugin/parsers/parser_spec.rb".freeze, "spec/lib/libinput-list-devices_razer_razer_blade.txt".freeze, "spec/lib/custom_process_spec.rb".freeze, "spec/lib/libinput-list-devices_unavailable.txt".freeze] end