xdojava 1.0.0.pre → 1.0.1.pre

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.
Files changed (2) hide show
  1. data/lib/xdojava.rb +3 -3
  2. metadata +3 -3
data/lib/xdojava.rb CHANGED
@@ -1,20 +1,20 @@
1
1
  module SageoneNaUtils
2
2
  class XdoJava
3
3
  # Types a character sequence, but without any special chars.
4
- def type_keys(type_this)
4
+ def self.type_keys(type_this)
5
5
  #command_line = 'java -classpath ' + get_classpath + ' xdojava ' + type_this
6
6
  command_line = 'java xdojava ' + type_this
7
7
  system(command_line)
8
8
  sleep(0.5)
9
9
  end
10
10
 
11
- def tab
11
+ def self.tab
12
12
  #command_line = 'java -classpath ' + get_classpath + ' xdojava {TAB}'
13
13
  command_line = 'java xdojava {TAB}'
14
14
  system(command_line)
15
15
  end
16
16
 
17
- def tab_back
17
+ def self.tab_back
18
18
  #command_line = 'java -classpath ' + get_classpath + ' xdojava {SHIFT_TAB}'
19
19
  command_line = 'java xdojava {SHIFT_TAB}'
20
20
  system(command_line)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xdojava
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915988
4
+ hash: 961915984
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
9
+ - 1
10
10
  - pre
11
- version: 1.0.0.pre
11
+ version: 1.0.1.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - rgunter