serialport-server 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.2 2012-05-18
2
+
3
+ * fix README
4
+
1
5
  === 0.0.1 2012-05-17
2
6
 
3
7
  * HTTP, WebSocket and TCP Socket server
data/README.rdoc CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- access SerialPort via HTTP, WebSocket and TCP Socket.
7
+ SerialPort Server makes your Device (Arduino, mbed...) WebServer. You can access SerialPort via HTTP, WebSocket and TCP Socket.
8
8
 
9
9
 
10
10
  == SYNOPSIS:
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module SerialportServer
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serialport-server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
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: 2012-05-17 00:00:00 Z
18
+ date: 2012-05-18 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: serialport
@@ -149,7 +149,7 @@ dependencies:
149
149
  version: "2.15"
150
150
  type: :development
151
151
  version_requirements: *id009
152
- description: access SerialPort via HTTP, WebSocket and TCP Socket.
152
+ description: SerialPort Server makes your Device (Arduino, mbed...) WebServer. You can access SerialPort via HTTP, WebSocket and TCP Socket.
153
153
  email:
154
154
  - hashimoto@shokai.org
155
155
  executables:
@@ -214,7 +214,7 @@ rubyforge_project: serialport-server
214
214
  rubygems_version: 1.8.17
215
215
  signing_key:
216
216
  specification_version: 3
217
- summary: access SerialPort via HTTP, WebSocket and TCP Socket.
217
+ summary: SerialPort Server makes your Device (Arduino, mbed...) WebServer
218
218
  test_files:
219
219
  - test/test_helper.rb
220
220
  - test/test_serialport-server.rb