fusuma-plugin-appmatcher 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0c42244829fcbe2bd37eb9ebd5241a7208e5702ebfb871645cf0e0d1adba774
4
- data.tar.gz: 32b934f58a8cda27708778be32f6e48f68b35cb0cae05fadbbfcd3d61459b8a6
3
+ metadata.gz: fe1234e9a80678a14e7511bd16f449331e01db5feff4c0817f60471021c89771
4
+ data.tar.gz: 1dcde6b098cc837ffb39181d8019e6caa6ad6373d4e68dfc08299d6f9bea1a3f
5
5
  SHA512:
6
- metadata.gz: cb40f74760a51e78d3672bec9415ee6235de95f74961cb42e64d4492290bc301a2211ab8d5a949b5bb2720a1516d496cc201a0df8e0a781873ef695e0876ce9d
7
- data.tar.gz: ebee86ec5a87c274ca3967986ee68188c0dff7c22eb52b5a859fbf1026bd6be16eb5ab0b750e8045cf83b09a125495978c78ea1f795ec9dfe904330cc7b722c1
6
+ metadata.gz: 2830428a3681121a3bfd2e26ead8dd9a96e44a85faea4f08b949f872f4d60804352f8b60825c3950a233f9c31e03a6b6801ad27e1d69348ed284f65bb013ad84
7
+ data.tar.gz: 1ab8b7590a898b43bf0499a31095e9f22693654fee3aa13c98aa97d48ec3118158ba307d5aa84aae3c64c0f45869ff04216d2f35e3393c86179d2ed736dafac8
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.add_dependency "fusuma", ">= 3.0"
29
29
  spec.metadata["rubygems_mfa_required"] = "true"
30
30
 
31
- spec.required_ruby_version = ">= 2.5.1" # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all&section=main
32
- # support bionic (18.04LTS) 2.5.1
31
+ spec.required_ruby_version = ">= 2.7"
32
+ # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all&section=main
33
+ # support focal (20.04LTS) 2.7
33
34
  end
@@ -3,7 +3,7 @@
3
3
  module Fusuma
4
4
  module Plugin
5
5
  module Appmatcher
6
- VERSION = "0.5.0"
6
+ VERSION = "0.6.0"
7
7
  end
8
8
  end
9
9
  end
@@ -30,7 +30,7 @@ module Fusuma
30
30
  context "with appmatcher events in buffer" do
31
31
  before do
32
32
  record = Events::Records::AppmatcherRecord.new(name: "dummy")
33
- event = Events::Event.new(tag: "appmatcher_parser", record: record)
33
+ event = Events::Event.new(tag: "appmatcher_input", record: record)
34
34
 
35
35
  @buffer.buffer(event)
36
36
  end
@@ -49,8 +49,8 @@ module Fusuma
49
49
  before do
50
50
  record1 = Events::Records::AppmatcherRecord.new(name: "dummy1")
51
51
  record2 = Events::Records::AppmatcherRecord.new(name: "dummy2")
52
- event1 = Events::Event.new(tag: "appmatcher_parser", record: record1)
53
- event2 = Events::Event.new(tag: "appmatcher_parser", record: record2)
52
+ event1 = Events::Event.new(tag: "appmatcher_input", record: record1)
53
+ event2 = Events::Event.new(tag: "appmatcher_input", record: record2)
54
54
 
55
55
  @buffer.buffer(event1)
56
56
  @buffer.buffer(event2)
data/spec/spec_helper.rb CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require "bundler/setup"
4
4
  require "fusuma/plugin/appmatcher"
5
+ require 'rspec/debug'
5
6
 
6
7
  RSpec.configure do |config|
7
8
  # Enable flags like --only-failures and --next-failure
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusuma-plugin-appmatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - iberianpig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rexml
@@ -99,14 +99,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: 2.5.1
102
+ version: '2.7'
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.3.26
109
+ rubygems_version: 3.4.10
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Fusuma plugin to assign gesture mapping per application