fusuma-plugin-appmatcher 0.3.0 → 0.3.1

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: a6b6ea8ac192ef5d055ffc2e4beb7cb25372bd7e64d98ca35baf36048de193e1
4
- data.tar.gz: d6e80545db2dafcf6d4cfe457fdb05fd18956d7a559075d3b1e5eabf6376381e
3
+ metadata.gz: 45dca7f770ca66f950cb780c7f2667acb50444a579e9c91d0edaa15aaa5fc08a
4
+ data.tar.gz: c75656b26dcc9400397872b76b5fd19e9339751701fbdc79f3ea01633d76b207
5
5
  SHA512:
6
- metadata.gz: 937cba2d82214e6de5fc94d992096a69f4d5fa9bf32d703e2cd99e903084528fc583561bb9ef09eda60bc195ea412d57deccab0c9fb813f856d82426752ac193
7
- data.tar.gz: 2c7e232589175f6e26a2150f5a99a80c19a589e6e38ea7565717b82b67b1e2f2cc5299bb637258d602890a317cea648e8d66bfebdc8eabadeabe49f2feb53a8b
6
+ metadata.gz: 619dd9d0f3dd918b453896af0405c2dcf8997d181b92dbef7e6660cd1adb5d4dfd1e79b5f54487281dae40d8c1c0bb1399b433692a17d91734d3bcea4ab49532
7
+ data.tar.gz: e61371cfe8684ac0428c166bca8785b83c518a50b57eba1b443d198db7ec318abc645716c223b7db88e17017d15ae52141104a0183aa4780f3e538ebda3b3c0a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Fusuma::Plugin::Appmatcher [![Gem Version](https://badge.fury.io/rb/fusuma-plugin-appmatcher.svg)](https://badge.fury.io/rb/fusuma-plugin-appmatcher) [![Build Status](https://github.com/iberianpig/fusuma/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/iberianpig/fusuma/actions/workflows/ubuntu.yml)
1
+ # Fusuma::Plugin::Appmatcher [![Gem Version](https://badge.fury.io/rb/fusuma-plugin-appmatcher.svg)](https://badge.fury.io/rb/fusuma-plugin-appmatcher) [![Build Status](https://github.com/iberianpig/fusuma/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/iberianpig/fusuma-plugin-appmatcher/actions/workflows/ubuntu.yml)
2
2
 
3
3
  [Fusuma](https://github.com/iberianpig/fusuma) plugin configure app-specific gestures
4
4
 
@@ -12,7 +12,7 @@ module Fusuma
12
12
  EXTENSION = "./appmatcher@iberianpig.dev"
13
13
 
14
14
  def install
15
- pid = UserSwitcher.new.as_user do |user|
15
+ pid = UserSwitcher.new.as_user(proctitle: self.class.name.underscore) do |user|
16
16
  FileUtils.cp_r(source_path, user_extension_dir(user.username))
17
17
  puts "Installed Appmatcher Gnome Shell Extension to #{user_extension_dir(user.username)}"
18
18
  puts "Restart your session, then activate Appmatcher on gnome-extensions-app"
@@ -3,7 +3,7 @@
3
3
  module Fusuma
4
4
  module Plugin
5
5
  module Appmatcher
6
- VERSION = "0.3.0"
6
+ VERSION = "0.3.1"
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-appmatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.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: 2022-03-13 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rexml