fusuma-plugin-keypress 0.7.0 → 0.8.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: 6e5973d79e56fb0bb392e526f800f5d644534617404bfcaf5ef7db82f8e55a0f
4
- data.tar.gz: '08e17845c7d60fb47e5b679a030f9bbccbf02a035269965ec78d1fc39958d1fc'
3
+ metadata.gz: dd49bdce1d44e7fcfed983d3888625bc80e1b383c6d11eac2b7d834913150bd7
4
+ data.tar.gz: 7caeb1d2569e2f9e6dbf65b45a67abdb656387b415bfe7ada2c0195f24a11223
5
5
  SHA512:
6
- metadata.gz: 5416a456b626728f37ffbc3ff82ab608a09e24e712304080a90352bd13430c409267248505753d939ec499763ada1e53ba69227ea77497c8c657b49962d7dd47
7
- data.tar.gz: f17b639d87ab04d2996230c8453c780a45de736d2e86aa1edbceaf662db3d3777e3ccd9bd6a3902825834a6940de871c1554fc5ff05416d63fbb14d8abe3c146
6
+ metadata.gz: a17e0f4a0bc4fdb520ec775ca9d8cc9ce776b3fb2f54e4c56eaa99effafd1164c8986e6f9f03974262660a5639bc7fc573beb0de74bd78cdba07772a1c2c7882
7
+ data.tar.gz: 9285228a3a85fd6c4bfd5b9f9b732b537d14ab4f89a15d65cb03ae64672fc61da21b6720807e2072b2378f0e811f7e34b8cf68fb9bc54a48db9d422e60b43202
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Fusuma::Plugin::Keypress [![Gem Version](https://badge.fury.io/rb/fusuma-plugin-keypress.svg)](https://badge.fury.io/rb/fusuma-plugin-keypress) [![Build Status](https://github.com/iberianpig/fusuma-plugin-keypress/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/iberianpig/fusuma-plugin-keypress/actions/workflows/ubuntu.yml)
1
+ # Fusuma::Plugin::Keypress [![Gem Version](https://badge.fury.io/rb/fusuma-plugin-keypress.svg)](https://badge.fury.io/rb/fusuma-plugin-keypress) [![Build Status](https://github.com/iberianpig/fusuma-plugin-keypress/actions/workflows/main.yml/badge.svg)](https://github.com/iberianpig/fusuma-plugin-keypress/actions/workflows/main.yml)
2
2
 
3
3
 
4
4
  Keyboard + Touchpad combination plugin for [Fusuma](https://github.com/iberianpig/fusuma)
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
 
24
24
  spec.required_ruby_version = ">= 2.5.1" # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all&section=main
25
25
  # support bionic (18.04LTS) 2.5.1
26
- spec.add_dependency "fusuma", "~> 2.0"
26
+ spec.add_dependency "fusuma", ">= 2.0"
27
27
  spec.metadata = {
28
28
  "rubygems_mfa_required" => "true"
29
29
  }
@@ -3,7 +3,7 @@
3
3
  module Fusuma
4
4
  module Plugin
5
5
  module Keypress
6
- VERSION = "0.7.0"
6
+ VERSION = "0.8.0"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusuma-plugin-keypress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-05-03 00:00:00.000000000 Z
11
+ date: 2023-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fusuma
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  description: fusuma-plugin-keypress is Fusuma plugin for keypress combination.