fusuma 0.10.1 → 0.10.2

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
  SHA1:
3
- metadata.gz: 22f6d4a9eb59ada95b2021e8b76b589ec6897cad
4
- data.tar.gz: 7a2bb9add47630c73242f701f0cf80c19315b9bf
3
+ metadata.gz: ee3a00540af361bdf6fc271b075bc2582f165c66
4
+ data.tar.gz: 12de700700324a2f55bc6554df3b3e1b6c0682a6
5
5
  SHA512:
6
- metadata.gz: cff32b3422a740ce8c68cc87db2ac73698cabc01218cfb137d694db5a96cd0bae1b59cf0e362c149e0afa5048b10497dae9c9fae1ab7df5003d2f673e1f6fdd4
7
- data.tar.gz: b8f42fdb9cb09d972914f43c0eb0dfaaa64f0516591303c3b6ea62c096783e98606888a22e57dbf113b9ab074161e7c5d5b8385473b9fd074624b4989d74e74b
6
+ metadata.gz: 777ed1969b9f371111405aa4d23779ff43c241da41e883e045ae58b182fbd8cd1ec1bf63eac4e04cff6e7dd4002c33a46cef0d3e1b27108cda288a4f6958b4e3
7
+ data.tar.gz: f0a43e7ad1e65a5ae79f0d469ede2672700be54307b3ae7ff4e41872e0b31f810d95b9e3d6cb1a6c057ea33d5d32f13750cd34add572cd4eceecf81b73648d08
@@ -24,7 +24,12 @@ module Fusuma
24
24
  end
25
25
 
26
26
  def shortcut
27
- Config.shortcut(self).tap { |s| return "xdotool key #{s}" if s }
27
+ s = Config.shortcut(self)
28
+ return unless s
29
+ c = "xdotool key #{s}"
30
+ MultiLogger.warn 'shortcut property is deprecated.'
31
+ MultiLogger.warn "Use command: #{c} instead of shortcut: #{s}"
32
+ c
28
33
  end
29
34
 
30
35
  def no_command
@@ -25,7 +25,6 @@ module Fusuma
25
25
  end
26
26
 
27
27
  def warn(msg)
28
- return unless debug_mode?
29
28
  err_logger.warn(msg)
30
29
  end
31
30
 
@@ -1,3 +1,3 @@
1
1
  module Fusuma
2
- VERSION = '0.10.1'.freeze
2
+ VERSION = '0.10.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusuma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - iberianpig