termup 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,9 +30,9 @@ module Termup
30
30
  activate
31
31
  case key
32
32
  when Integer
33
- app('System Events').key_code key, using && { :using => using }
33
+ app('System Events').processes[app_name].key_code key, using && { :using => using }
34
34
  when String
35
- app('System Events').keystroke key, using && { :using => using }
35
+ app('System Events').processes[app_name].keystroke key, using && { :using => using }
36
36
  end
37
37
  end
38
38
 
@@ -1,3 +1,3 @@
1
1
  module Termup
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: