fusuma-plugin-wmctrl 1.2.0 → 1.3.0

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: db960729f5b2efaf7a2836fbd09ca5ec52669cdf2e864c528cc97cac5f3d5992
4
- data.tar.gz: ac6168d7203212c274fb646af071d3fc50ec7dcc9cf4f87b7431f4cd95a62ab5
3
+ metadata.gz: d7d5c06318f60d7af1b280b92ffa40c5731ce8bc015896fe0c799c7d1b3fad80
4
+ data.tar.gz: c1d75d389a37332b94ea5878e3df4c157642027beb396a677e60606f762dbba8
5
5
  SHA512:
6
- metadata.gz: 987c7d1241da28ce082ab83e3af20856ba2fa135f280a6780a17c195fb486dc60b2fe97839d033c618e54bb851f69e3fd35377e6af95812f779c3cb136102c6e
7
- data.tar.gz: 1fa805963357ef94051a4264449cf6e294e4b080a0449cc465b289438e2cc67ec57a0a4ca788bfa1953a931672d7d2c41029796a9a9e46751e3fc395207ce4c9
6
+ metadata.gz: a4f702853056e8c0f145fb303ae56114a2a80fcd8972f1122036318b871d53cc2aafd3edc83b97a51ce19ec30ce2c59561023fb41c00b1082c7df115cde8107b
7
+ data.tar.gz: 3b9af4c2bac33dbc05d5530c1bd804bd15c08279bc070ede6ff03b20e5df31b692092f0214d22ffc095162d4698a5fa2df316146e1ced4223438720b6002fc20
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.required_ruby_version = '>= 2.5.1' # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all&section=main
26
26
  # support bionic (18.04LTS) 2.5.1
27
- spec.add_dependency 'fusuma', '>= 2.0'
27
+ spec.add_dependency 'fusuma', '>= 3.1'
28
28
  end
@@ -0,0 +1,5 @@
1
+ plugin:
2
+ executors:
3
+ wmctrl_executor:
4
+ wrap-navigation: false
5
+ matrix-col-size:
@@ -3,7 +3,7 @@
3
3
  module Fusuma
4
4
  module Plugin
5
5
  module Wmctrl
6
- VERSION = '1.2.0'
6
+ VERSION = '1.3.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusuma-plugin-wmctrl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.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: 2023-08-19 00:00:00.000000000 Z
11
+ date: 2023-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fusuma
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '3.1'
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
- version: '2.0'
26
+ version: '3.1'
27
27
  description: fusuma-plugin-wmctrl is Fusuma plugin for window manager.
28
28
  email:
29
29
  - yhkyky@gmail.com
@@ -39,6 +39,7 @@ files:
39
39
  - exe/fusuma-wmctrl
40
40
  - fusuma-plugin-wmctrl.gemspec
41
41
  - lib/fusuma/plugin/executors/wmctrl_executor.rb
42
+ - lib/fusuma/plugin/executors/wmctrl_executor.yml
42
43
  - lib/fusuma/plugin/wmctrl.rb
43
44
  - lib/fusuma/plugin/wmctrl/version.rb
44
45
  - lib/fusuma/plugin/wmctrl/window.rb