fusuma 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fusuma.gemspec +1 -3
- data/lib/fusuma/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9488cd2b999fc65c04f1a5f9494f7f229535c530
|
4
|
+
data.tar.gz: 4c3de7eb292575d2796ad93db995fa994d4f2012
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15dcf397f1d4f561a6ed6c197392f0ae544e273b12d626131ef0e1ae5c8a6776a4585801b67d8d95a34a96fe026f8cbe90574c9c63cc1af7dcc3290e4fe7ce06
|
7
|
+
data.tar.gz: 80c593bcb97989869276a898495003a15a47d563a41b903406c4494b71cd82a91263f81dd67078304a33d5025322f59b46790ad4b41bac7bdd484106a83badbf
|
data/fusuma.gemspec
CHANGED
@@ -10,9 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['yhkyky@gmail.com']
|
11
11
|
|
12
12
|
spec.summary = 'Multitouch gestures with libinput dirver on X11, Linux'
|
13
|
-
spec.description = 'Fusuma is multitouch gesture recognizer. This gem makes
|
14
|
-
your linux PC able to recognize swipes or pinchs and assign shortcuts to \
|
15
|
-
them. Read installation(https://github.com/iberianpig/fusuma#installation).'
|
13
|
+
spec.description = 'Fusuma is multitouch gesture recognizer. This gem makes your linux PC able to recognize swipes or pinchs and assign shortcuts to them. Read installation on Github(https://github.com/iberianpig/fusuma#installation).'
|
16
14
|
spec.homepage = 'https://github.com/iberianpig/fusuma'
|
17
15
|
spec.license = 'MIT'
|
18
16
|
|
data/lib/fusuma/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fusuma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- iberianpig
|
@@ -66,10 +66,9 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description:
|
70
|
-
|
71
|
-
|
72
|
-
them. Read installation(https://github.com/iberianpig/fusuma#installation).
|
69
|
+
description: Fusuma is multitouch gesture recognizer. This gem makes your linux PC
|
70
|
+
able to recognize swipes or pinchs and assign shortcuts to them. Read installation
|
71
|
+
on Github(https://github.com/iberianpig/fusuma#installation).
|
73
72
|
email:
|
74
73
|
- yhkyky@gmail.com
|
75
74
|
executables:
|