fusuma 2.2.0 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/fusuma/custom_process.rb +2 -0
- data/lib/fusuma/version.rb +1 -1
- metadata +28 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5d1aa62dc207e88f6b59dd13c073fe0465943f8de5ccc198475121a4fded8bb
|
4
|
+
data.tar.gz: 1a88e8369cd71286838b4ea52fcd692d15425864509b98cc2fb9f4116031039c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 267f59ae0400d3266edf799981ee757357e7ecebb48b44f5e12769fb4a00c46f23276492f3b5769c5a6b02720ced7c7ddf4c52313173de223ef0eeb06860d505
|
7
|
+
data.tar.gz: 740b03cc4a5315b0ed70ec8f95459045dd93c13c3c8bf708f7414597fb1f710dd85d6080c9628cf3377f6e457473a5873711d3e980c1ad31987b350bf6759a12
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Fusuma [![Gem Version](https://badge.fury.io/rb/fusuma.svg)](https://badge.fury.io/rb/fusuma) [![
|
1
|
+
# Fusuma [![Gem Version](https://badge.fury.io/rb/fusuma.svg)](https://badge.fury.io/rb/fusuma) [![Build Status](https://github.com/iberianpig/fusuma/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/iberianpig/fusuma/actions/workflows/ubuntu.yml) [![Coverage Status](https://coveralls.io/repos/github/iberianpig/fusuma/badge.svg?branch=master)](https://coveralls.io/github/iberianpig/fusuma?branch=master)
|
2
2
|
|
3
3
|
Fusuma is multitouch gesture recognizer.
|
4
4
|
This gem makes your linux able to recognize swipes or pinchs and assign commands to them.
|
data/lib/fusuma/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fusuma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- iberianpig
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Fusuma is multitouch gesture recognizer. This gem makes your touchpad
|
14
14
|
on Linux able to recognize swipes or pinchs and assign command to them. Read installation
|
@@ -124,46 +124,46 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
|
-
rubygems_version: 3.
|
127
|
+
rubygems_version: 3.0.3.1
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
130
|
summary: Multitouch gestures with libinput driver, Linux
|
131
131
|
test_files:
|
132
132
|
- spec/helpers/config_helper.rb
|
133
|
-
- spec/
|
134
|
-
- spec/lib/
|
135
|
-
- spec/lib/custom_process_spec.rb
|
133
|
+
- spec/spec_helper.rb
|
134
|
+
- spec/lib/libinput-list-devices_magic_trackpad.txt
|
136
135
|
- spec/lib/device_spec.rb
|
137
|
-
- spec/lib/
|
138
|
-
- spec/lib/fusuma_spec.rb
|
136
|
+
- spec/lib/config/searcher_spec.rb
|
139
137
|
- spec/lib/libinput-list-devices_iberianpig-XPS-9360.txt
|
140
|
-
- spec/lib/
|
141
|
-
- spec/lib/libinput-list-devices_razer_razer_blade.txt
|
142
|
-
- spec/lib/libinput-list-devices_thejinx0r.txt
|
143
|
-
- spec/lib/libinput-list-devices_unavailable.txt
|
138
|
+
- spec/lib/fusuma_spec.rb
|
144
139
|
- spec/lib/libinput_command_spec.rb
|
145
|
-
- spec/lib/
|
146
|
-
- spec/lib/
|
147
|
-
- spec/lib/
|
148
|
-
- spec/lib/plugin/
|
149
|
-
- spec/lib/plugin/detectors/
|
140
|
+
- spec/lib/dummy_config.yml
|
141
|
+
- spec/lib/config_spec.rb
|
142
|
+
- spec/lib/libinput-list-devices_thejinx0r.txt
|
143
|
+
- spec/lib/plugin/detectors/swipe_detector_spec.rb
|
144
|
+
- spec/lib/plugin/detectors/pinch_detector_spec.rb
|
150
145
|
- spec/lib/plugin/detectors/dummy_detector.rb
|
146
|
+
- spec/lib/plugin/detectors/detector_spec.rb
|
151
147
|
- spec/lib/plugin/detectors/hold_detector_spec.rb
|
152
|
-
- spec/lib/plugin/detectors/pinch_detector_spec.rb
|
153
148
|
- spec/lib/plugin/detectors/rotate_detector_spec.rb
|
154
|
-
- spec/lib/plugin/detectors/swipe_detector_spec.rb
|
155
|
-
- spec/lib/plugin/events/event_spec.rb
|
156
|
-
- spec/lib/plugin/events/records/gesture_record_spec.rb
|
157
|
-
- spec/lib/plugin/events/records/record_spec.rb
|
158
|
-
- spec/lib/plugin/events/records/text_record_spec.rb
|
159
|
-
- spec/lib/plugin/executors/command_executor_spec.rb
|
160
149
|
- spec/lib/plugin/executors/executor_spec.rb
|
161
|
-
- spec/lib/plugin/
|
162
|
-
- spec/lib/plugin/filters/libinput_filter_spec.rb
|
150
|
+
- spec/lib/plugin/executors/command_executor_spec.rb
|
163
151
|
- spec/lib/plugin/inputs/input_spec.rb
|
164
|
-
- spec/lib/plugin/inputs/libinput_command_input_spec.rb
|
165
152
|
- spec/lib/plugin/inputs/timer_input_spec.rb
|
153
|
+
- spec/lib/plugin/inputs/libinput_command_input_spec.rb
|
166
154
|
- spec/lib/plugin/manager_spec.rb
|
155
|
+
- spec/lib/plugin/filters/filter_spec.rb
|
156
|
+
- spec/lib/plugin/filters/libinput_filter_spec.rb
|
157
|
+
- spec/lib/plugin/events/records/text_record_spec.rb
|
158
|
+
- spec/lib/plugin/events/records/record_spec.rb
|
159
|
+
- spec/lib/plugin/events/records/gesture_record_spec.rb
|
160
|
+
- spec/lib/plugin/events/event_spec.rb
|
161
|
+
- spec/lib/plugin/buffers/gesture_buffer_spec.rb
|
162
|
+
- spec/lib/plugin/buffers/dummy_buffer.rb
|
163
|
+
- spec/lib/plugin/buffers/buffer_spec.rb
|
164
|
+
- spec/lib/plugin/base_spec.rb
|
167
165
|
- spec/lib/plugin/parsers/libinput_gesture_parser_spec.rb
|
168
166
|
- spec/lib/plugin/parsers/parser_spec.rb
|
169
|
-
- spec/
|
167
|
+
- spec/lib/libinput-list-devices_razer_razer_blade.txt
|
168
|
+
- spec/lib/custom_process_spec.rb
|
169
|
+
- spec/lib/libinput-list-devices_unavailable.txt
|