fusuma 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 548a968eabf08c31b6ed710a8cfcc698d8a4cbca97ce15b6f7850138957a9617
4
- data.tar.gz: 7d282246f87f40834ea414cd694b945d56be4deb37f59f7f6802a1eb756d46cb
3
+ metadata.gz: cd48295945e87c817d2150b46c0f4da2a5618c8a34fc97ddb4bdecbc1bf936ce
4
+ data.tar.gz: 8b2ae1602ee585828a6023ddcfa8d9d7b6ab0d48787bb18dfb2c13d85a807aca
5
5
  SHA512:
6
- metadata.gz: c0d7dc5649dcf6ee8bc8cb5cfd3ecb590196d64fbcf175b31fdfe402b9eb81ac76d01fcd37ce630af165fc1891005fdba9c93c46b04e3a97bb73e3d3ccccef14
7
- data.tar.gz: 1109fa1abb0afdca1b3557debc7bf0d2f1dac945d72336f6f58864ffdfe7aa2cebf0f9687b1b7ad315fffae8b142a8d22686d5b806f3babbd0142f00121a897f
6
+ metadata.gz: cc0db0e63a40e1258b0ef925cae96238f90f2b46673075eab59d39c90c2112a943922dc3c5187a438b221ca3666898022f510a7b70a17746ef13a7ec8ea8dae2
7
+ data.tar.gz: 3a72d2b8d6f2a2e0ef906d4f3dd633b08fe1ab3f229b2f057ed2d39b5d27b99cf7c66e2e7d16a8ea9862553588c2ccdec33dedce434238501a902d3d66de9350
@@ -1,6 +1,23 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [v1.3.0](https://github.com/iberianpig/fusuma/tree/v1.3.0) (2019-11-11)
4
+
5
+ [Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.2.1...v1.3.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add show-keycodes option to libinput\_command\_input [\#138](https://github.com/iberianpig/fusuma/pull/138) ([iberianpig](https://github.com/iberianpig))
10
+
11
+ **Closed issues:**
12
+
13
+ - elementory os libinput debug shows Permission denied [\#140](https://github.com/iberianpig/fusuma/issues/140)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Merge modifier event records [\#142](https://github.com/iberianpig/fusuma/pull/142) ([iberianpig](https://github.com/iberianpig))
2
18
 
3
19
  ## [v1.2.1](https://github.com/iberianpig/fusuma/tree/v1.2.1) (2019-10-19)
20
+
4
21
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.2...v1.2.1)
5
22
 
6
23
  **Fixed bugs:**
@@ -12,12 +29,15 @@
12
29
  - Reload Filter when new device is added [\#137](https://github.com/iberianpig/fusuma/pull/137) ([iberianpig](https://github.com/iberianpig))
13
30
 
14
31
  ## [v1.2](https://github.com/iberianpig/fusuma/tree/v1.2) (2019-10-13)
32
+
15
33
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.1...v1.2)
16
34
 
17
35
  ## [v1.1](https://github.com/iberianpig/fusuma/tree/v1.1) (2019-10-12)
36
+
18
37
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.0...v1.1)
19
38
 
20
39
  ## [v1.0](https://github.com/iberianpig/fusuma/tree/v1.0) (2019-10-12)
40
+
21
41
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.11.1...v1.0)
22
42
 
23
43
  **Merged pull requests:**
@@ -25,10 +45,10 @@
25
45
  - Update rake requirement from ~\> 12.3 to ~\> 13.0 [\#136](https://github.com/iberianpig/fusuma/pull/136) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
26
46
  - Fixed Spelling mistake [\#128](https://github.com/iberianpig/fusuma/pull/128) ([thomascrha](https://github.com/thomascrha))
27
47
  - \[Readme\] Added step to install Ruby [\#127](https://github.com/iberianpig/fusuma/pull/127) ([mmoraes-rafael](https://github.com/mmoraes-rafael))
28
- - Feature/plugins refactor generator [\#126](https://github.com/iberianpig/fusuma/pull/126) ([iberianpig](https://github.com/iberianpig))
29
48
  - Plugin Based Architecture [\#116](https://github.com/iberianpig/fusuma/pull/116) ([iberianpig](https://github.com/iberianpig))
30
49
 
31
50
  ## [v0.11.1](https://github.com/iberianpig/fusuma/tree/v0.11.1) (2019-05-27)
51
+
32
52
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.11.0...v0.11.1)
33
53
 
34
54
  **Merged pull requests:**
@@ -36,6 +56,7 @@
36
56
  - Added Mac OS gestures mapping for Ubuntu [\#123](https://github.com/iberianpig/fusuma/pull/123) ([Rajanpandey](https://github.com/Rajanpandey))
37
57
 
38
58
  ## [v0.11.0](https://github.com/iberianpig/fusuma/tree/v0.11.0) (2019-05-24)
59
+
39
60
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.10.2...v0.11.0)
40
61
 
41
62
  **Fixed bugs:**
@@ -49,9 +70,11 @@
49
70
  - Update bundler requirement from ~\> 1.13 to ~\> 2.0 [\#111](https://github.com/iberianpig/fusuma/pull/111) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
50
71
 
51
72
  ## [v0.10.2](https://github.com/iberianpig/fusuma/tree/v0.10.2) (2018-08-30)
73
+
52
74
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.10.1...v0.10.2)
53
75
 
54
76
  ## [v0.10.1](https://github.com/iberianpig/fusuma/tree/v0.10.1) (2018-08-30)
77
+
55
78
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.9.2...v0.10.1)
56
79
 
57
80
  **Merged pull requests:**
@@ -60,12 +83,15 @@
60
83
  - Fix spelling: Elementary to elementary [\#90](https://github.com/iberianpig/fusuma/pull/90) ([ryonakano](https://github.com/ryonakano))
61
84
 
62
85
  ## [v0.9.2](https://github.com/iberianpig/fusuma/tree/v0.9.2) (2018-07-19)
86
+
63
87
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.9.1...v0.9.2)
64
88
 
65
89
  ## [v0.9.1](https://github.com/iberianpig/fusuma/tree/v0.9.1) (2018-07-16)
90
+
66
91
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.9.0...v0.9.1)
67
92
 
68
93
  ## [v0.9.0](https://github.com/iberianpig/fusuma/tree/v0.9.0) (2018-07-14)
94
+
69
95
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.8.0...v0.9.0)
70
96
 
71
97
  **Implemented enhancements:**
@@ -77,6 +103,7 @@
77
103
  - Error: /usr/share/ruby/open3.rb:199:in `spawn': No such file or directory - libinput-list-devices \(Errno::ENOENT\) [\#84](https://github.com/iberianpig/fusuma/issues/84)
78
104
 
79
105
  ## [v0.8.0](https://github.com/iberianpig/fusuma/tree/v0.8.0) (2018-06-23)
106
+
80
107
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.7.2...v0.8.0)
81
108
 
82
109
  **Fixed bugs:**
@@ -84,6 +111,7 @@
84
111
  - Deprecation warning [\#76](https://github.com/iberianpig/fusuma/issues/76)
85
112
 
86
113
  ## [v0.7.2](https://github.com/iberianpig/fusuma/tree/v0.7.2) (2018-06-17)
114
+
87
115
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.7.1...v0.7.2)
88
116
 
89
117
  **Closed issues:**
@@ -92,12 +120,15 @@
92
120
  - rescue from SIGINT Interruption with Ctrl-C [\#64](https://github.com/iberianpig/fusuma/issues/64)
93
121
 
94
122
  ## [v0.7.1](https://github.com/iberianpig/fusuma/tree/v0.7.1) (2018-06-01)
123
+
95
124
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.7.0...v0.7.1)
96
125
 
97
126
  ## [v0.7.0](https://github.com/iberianpig/fusuma/tree/v0.7.0) (2018-06-01)
127
+
98
128
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.6.0...v0.7.0)
99
129
 
100
130
  ## [v0.6.0](https://github.com/iberianpig/fusuma/tree/v0.6.0) (2018-05-31)
131
+
101
132
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.5.0...v0.6.0)
102
133
 
103
134
  **Implemented enhancements:**
@@ -105,6 +136,7 @@
105
136
  - Daemon mode [\#81](https://github.com/iberianpig/fusuma/issues/81)
106
137
 
107
138
  ## [v0.5.0](https://github.com/iberianpig/fusuma/tree/v0.5.0) (2018-05-31)
139
+
108
140
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.4.1...v0.5.0)
109
141
 
110
142
  **Implemented enhancements:**
@@ -112,6 +144,7 @@
112
144
  - feature request: configure number of fingers for pinch [\#82](https://github.com/iberianpig/fusuma/issues/82)
113
145
 
114
146
  ## [v0.4.1](https://github.com/iberianpig/fusuma/tree/v0.4.1) (2018-05-22)
147
+
115
148
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.4.0...v0.4.1)
116
149
 
117
150
  **Implemented enhancements:**
@@ -127,9 +160,11 @@
127
160
  - Remove --enable-dwt option [\#80](https://github.com/iberianpig/fusuma/pull/80) ([z0rc](https://github.com/z0rc))
128
161
 
129
162
  ## [v0.4.0](https://github.com/iberianpig/fusuma/tree/v0.4.0) (2018-04-15)
163
+
130
164
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.7...v0.4.0)
131
165
 
132
166
  ## [v0.3.7](https://github.com/iberianpig/fusuma/tree/v0.3.7) (2018-04-15)
167
+
133
168
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.5...v0.3.7)
134
169
 
135
170
  **Merged pull requests:**
@@ -138,15 +173,19 @@
138
173
  - Update rake requirement to ~\> 12.3 [\#72](https://github.com/iberianpig/fusuma/pull/72) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
139
174
 
140
175
  ## [v0.3.5](https://github.com/iberianpig/fusuma/tree/v0.3.5) (2018-01-01)
176
+
141
177
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.4...v0.3.5)
142
178
 
143
179
  ## [v0.3.4](https://github.com/iberianpig/fusuma/tree/v0.3.4) (2018-01-01)
180
+
144
181
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.3...v0.3.4)
145
182
 
146
183
  ## [v0.3.3](https://github.com/iberianpig/fusuma/tree/v0.3.3) (2017-06-07)
184
+
147
185
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.2...v0.3.3)
148
186
 
149
187
  ## [v0.3.2](https://github.com/iberianpig/fusuma/tree/v0.3.2) (2017-04-22)
188
+
150
189
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.1...v0.3.2)
151
190
 
152
191
  **Implemented enhancements:**
@@ -154,6 +193,7 @@
154
193
  - External + Internal Trackpad? [\#34](https://github.com/iberianpig/fusuma/issues/34)
155
194
 
156
195
  ## [v0.3.1](https://github.com/iberianpig/fusuma/tree/v0.3.1) (2017-04-22)
196
+
157
197
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.0...v0.3.1)
158
198
 
159
199
  **Implemented enhancements:**
@@ -161,6 +201,7 @@
161
201
  - How about adding adjustable interval threshold? [\#35](https://github.com/iberianpig/fusuma/issues/35)
162
202
 
163
203
  ## [v0.3.0](https://github.com/iberianpig/fusuma/tree/v0.3.0) (2017-04-22)
204
+
164
205
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.7...v0.3.0)
165
206
 
166
207
  **Implemented enhancements:**
@@ -177,6 +218,7 @@
177
218
  - Added interval options to config. [\#36](https://github.com/iberianpig/fusuma/pull/36) ([joshuatshaffer](https://github.com/joshuatshaffer))
178
219
 
179
220
  ## [v0.2.7](https://github.com/iberianpig/fusuma/tree/v0.2.7) (2017-02-04)
221
+
180
222
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.6...v0.2.7)
181
223
 
182
224
  **Implemented enhancements:**
@@ -188,6 +230,7 @@
188
230
  - update parser [\#30](https://github.com/iberianpig/fusuma/pull/30) ([iberianpig](https://github.com/iberianpig))
189
231
 
190
232
  ## [v0.2.6](https://github.com/iberianpig/fusuma/tree/v0.2.6) (2017-01-22)
233
+
191
234
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.5...v0.2.6)
192
235
 
193
236
  **Implemented enhancements:**
@@ -195,6 +238,7 @@
195
238
  - input from multiple devices [\#4](https://github.com/iberianpig/fusuma/issues/4)
196
239
 
197
240
  ## [v0.2.5](https://github.com/iberianpig/fusuma/tree/v0.2.5) (2017-01-18)
241
+
198
242
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.3...v0.2.5)
199
243
 
200
244
  **Fixed bugs:**
@@ -202,6 +246,7 @@
202
246
  - it show some error [\#17](https://github.com/iberianpig/fusuma/issues/17)
203
247
 
204
248
  ## [v0.2.3](https://github.com/iberianpig/fusuma/tree/v0.2.3) (2017-01-01)
249
+
205
250
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.2...v0.2.3)
206
251
 
207
252
  **Implemented enhancements:**
@@ -209,29 +254,31 @@
209
254
  - sensitivity of 3 finger swipe [\#15](https://github.com/iberianpig/fusuma/issues/15)
210
255
 
211
256
  ## [v0.2.2](https://github.com/iberianpig/fusuma/tree/v0.2.2) (2016-12-31)
257
+
212
258
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.0...v0.2.2)
213
259
 
214
260
  ## [v0.2.0](https://github.com/iberianpig/fusuma/tree/v0.2.0) (2016-12-18)
261
+
215
262
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.9...v0.2.0)
216
263
 
217
264
  ## [v0.1.9](https://github.com/iberianpig/fusuma/tree/v0.1.9) (2016-12-17)
265
+
218
266
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.8...v0.1.9)
219
267
 
220
268
  **Implemented enhancements:**
221
269
 
222
270
  - Disabling some shortcuts [\#14](https://github.com/iberianpig/fusuma/issues/14)
223
271
 
224
- **Fixed bugs:**
225
-
226
- - Disabling some shortcuts [\#14](https://github.com/iberianpig/fusuma/issues/14)
227
-
228
272
  ## [v0.1.8](https://github.com/iberianpig/fusuma/tree/v0.1.8) (2016-12-17)
273
+
229
274
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.7...v0.1.8)
230
275
 
231
276
  ## [v0.1.7](https://github.com/iberianpig/fusuma/tree/v0.1.7) (2016-12-10)
277
+
232
278
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.6...v0.1.7)
233
279
 
234
280
  ## [v0.1.6](https://github.com/iberianpig/fusuma/tree/v0.1.6) (2016-12-07)
281
+
235
282
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.5...v0.1.6)
236
283
 
237
284
  **Fixed bugs:**
@@ -240,9 +287,11 @@
240
287
  - fusuma does not run or show any error in Terminal [\#11](https://github.com/iberianpig/fusuma/issues/11)
241
288
 
242
289
  ## [v0.1.5](https://github.com/iberianpig/fusuma/tree/v0.1.5) (2016-12-05)
290
+
243
291
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.4...v0.1.5)
244
292
 
245
293
  ## [v0.1.4](https://github.com/iberianpig/fusuma/tree/v0.1.4) (2016-11-17)
294
+
246
295
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.3...v0.1.4)
247
296
 
248
297
  **Implemented enhancements:**
@@ -250,25 +299,27 @@
250
299
  - fusuma not working [\#3](https://github.com/iberianpig/fusuma/issues/3)
251
300
  - Reading configuration from /home/fusuma/config.yml [\#2](https://github.com/iberianpig/fusuma/issues/2)
252
301
 
253
- **Fixed bugs:**
254
-
255
- - fusuma not working [\#3](https://github.com/iberianpig/fusuma/issues/3)
256
-
257
302
  **Merged pull requests:**
258
303
 
259
304
  - Match left and right actions [\#10](https://github.com/iberianpig/fusuma/pull/10) ([z0rc](https://github.com/z0rc))
260
305
  - Relax the device name regex [\#9](https://github.com/iberianpig/fusuma/pull/9) ([z0rc](https://github.com/z0rc))
261
306
 
262
307
  ## [v0.1.3](https://github.com/iberianpig/fusuma/tree/v0.1.3) (2016-11-01)
308
+
263
309
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.2...v0.1.3)
264
310
 
265
311
  ## [v0.1.2](https://github.com/iberianpig/fusuma/tree/v0.1.2) (2016-10-30)
312
+
266
313
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.1...v0.1.2)
267
314
 
268
315
  ## [v0.1.1](https://github.com/iberianpig/fusuma/tree/v0.1.1) (2016-10-30)
316
+
269
317
  [Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.0...v0.1.1)
270
318
 
271
319
  ## [v0.1.0](https://github.com/iberianpig/fusuma/tree/v0.1.0) (2016-10-30)
272
320
 
321
+ [Full Changelog](https://github.com/iberianpig/fusuma/compare/bd5e5959d81b7d79aaa8cf11d8fadd8a1faa2181...v0.1.0)
322
+
323
+
273
324
 
274
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
325
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/README.md CHANGED
@@ -154,6 +154,14 @@ interval:
154
154
 
155
155
  ```
156
156
 
157
+ ### More Example
158
+ The following wiki pages can be edited by everyone.
159
+
160
+ https://github.com/iberianpig/fusuma/wiki/
161
+
162
+ If you have a nice configuration, please share `~/.config/fusuma/config.yml` with everyone.
163
+
164
+ ### Threshold and Interval
157
165
  if `command: ` properties are blank, the swipe/pinch doesn't execute command.
158
166
 
159
167
  `threshold:` is sensitivity to swipe/pinch. Default value is 1.
@@ -166,7 +174,7 @@ If the swipe's interval is `0.5`, shorten swipe-interval by half to recognize a
166
174
  On fusuma version 0.4 `command: ` property is available!
167
175
  You can assign any command each gestures.
168
176
 
169
- **`shortcut: ` property is deprecated**, **it will be removed on fusuma version 1.0**.
177
+ **`shortcut: ` property is deprecated**, **it was removed on fusuma version 1.0**.
170
178
  You need to replace to `command: ` property.
171
179
 
172
180
 
@@ -186,6 +194,11 @@ swipe:
186
194
  * xdotool manual (https://github.com/jordansissel/xdotool/blob/master/xdotool.pod)
187
195
  * Available keys' hint (https://github.com/jordansissel/xdotool/issues/212#issuecomment-406156157)
188
196
 
197
+ * `xte` command is alternative of xdotool
198
+ * Low delay with multiple keyboard layout
199
+ * install with `sudo apt xautomation`
200
+ * manual https://linux.die.net/man/1/xte
201
+
189
202
  ## Options
190
203
 
191
204
  * `-c`, `--config=path/to/file` : Use an alternative config file
@@ -201,6 +214,28 @@ swipe:
201
214
  3. Add Fusuma and enter the location where the above path was checked in the command input field
202
215
  4. Add the `-d` option at the end of the command input field
203
216
 
217
+ ## Fusuma Plugins
218
+
219
+ Following features are provided as plugins.
220
+
221
+ * Experimental features
222
+ * Features for specific Linux distributions
223
+ * Adding new gestures or combinations
224
+ * Setting different gestures per applications
225
+
226
+ ### Installation of fusuma plugins
227
+
228
+ Fusuma plugins are provided with the `fusuma-plugin-XXXXX` naming convention and hosted on [RubyGems](https://rubygems.org/search?utf8=%E2%9C%93&query=fusuma-plugins).
229
+
230
+ `$ sudo gem install fusuma-plugin-XXXXX`
231
+
232
+ ### Available plugins
233
+
234
+ | Name | Author | About |
235
+ |--------------------------------------------------------------------------------|------------|----------------------------------------|
236
+ | [fusuma-plugin-wmctrl](https://github.com/iberianpig/fusuma-plugin-wmctrl) | iberianpig | Window Manager plugin for Fusuma |
237
+ | [fusuma-plugin-keypress](https://github.com/iberianpig/fusuma-plugin-keypress) | iberianpig | Keypress combination plugin for Fusuma |
238
+
204
239
  ## Support
205
240
 
206
241
  [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iberianpig)
@@ -49,7 +49,7 @@ module Fusuma
49
49
  MultiLogger.info "libinput: #{Plugin::Inputs::LibinputCommandInput.new.version}"
50
50
  MultiLogger.info "OS: #{`uname -rsv`}".strip
51
51
  MultiLogger.info "Distribution: #{`cat /etc/issue`}".strip
52
- MultiLogger.info "Desktop session: #{`echo $DESKTOP_SESSION`}".strip
52
+ MultiLogger.info "Desktop session: #{`echo $DESKTOP_SESSION $XDG_SESSION_TYPE`}".strip
53
53
  MultiLogger.info '---------------------------------------------'
54
54
  end
55
55
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fusuma
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
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: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - iberianpig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2020-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler