kavlax 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/kavlax +2 -1
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.1
|
data/bin/kavlax
CHANGED
@@ -15,10 +15,11 @@ class Kavlax
|
|
15
15
|
|
16
16
|
def initialize(argv=ARGV.dup)
|
17
17
|
@command, @recfile = *argv
|
18
|
+
@command = @command.to_sym if @command
|
18
19
|
end
|
19
20
|
|
20
21
|
def run
|
21
|
-
if COMMANDS.key?(@command
|
22
|
+
if COMMANDS.key?(@command)
|
22
23
|
items = Hengband::Item.parse_file(@recfile)
|
23
24
|
__send__ @command, items
|
24
25
|
else
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kavlax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 1
|
10
|
+
version: 0.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Yutaka HARA
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-06-
|
18
|
+
date: 2010-06-05 00:00:00 +09:00
|
19
19
|
default_executable: kavlax
|
20
20
|
dependencies: []
|
21
21
|
|