kuro-rs 0.0.5 → 0.0.6

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.
@@ -1,3 +1,7 @@
1
+ === 0.0.6 2011-10-31
2
+
3
+ * bug fix kuro-rs-server
4
+
1
5
  === 0.0.5 2011-10-31
2
6
 
3
7
  * yield given block
@@ -7,7 +7,7 @@ require 'ArgsParser'
7
7
  require 'json'
8
8
 
9
9
  parser = ArgsParser.parser
10
- parser.comment(:port, 'http port', 8080)
10
+ parser.bind(:port, :p, 'http port', 8080)
11
11
  parser.bind(:help, :h, 'show help')
12
12
  device_name, params = parser.parse ARGV
13
13
 
@@ -10,5 +10,5 @@ Dir.glob(File.dirname(__FILE__)+'/kuro-rs/*.rb').each do |f|
10
10
  end
11
11
 
12
12
  module KuroRs
13
- VERSION = '0.0.5'
13
+ VERSION = '0.0.6'
14
14
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuro-rs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sho Hashimoto
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-31 00:00:00 +09:00
18
+ date: 2011-11-01 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency