my_scripts 0.1.9 → 0.1.10

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.
data/HISTORY CHANGED
@@ -47,3 +47,7 @@
47
47
  == 0.1.9 / 2010-05-28
48
48
 
49
49
  * MSDN: [in] to <in> convertation added
50
+
51
+ == 0.1.10 / 2010-05-31
52
+
53
+ * Bug in wake fixed
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -9,7 +9,7 @@ module MyScripts
9
9
 
10
10
  SLEEP_TIME = 4 * 60 # seconds
11
11
 
12
- def initialize( name, argv, cli )
12
+ def initialize( name, cli, argv, argf )
13
13
  require 'win/gui/input'
14
14
  require 'win/error'
15
15
  self.class.send(:include, Win::Gui::Input)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 9
9
- version: 0.1.9
8
+ - 10
9
+ version: 0.1.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - arvicco
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-28 00:00:00 +04:00
17
+ date: 2010-05-31 00:00:00 +04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency