OSDN Git Service

add function for CLEM devel master
authorYamamotoTakayuki <fall.spling@gmail.com>
Wed, 14 Feb 2018 18:15:18 +0000 (03:15 +0900)
committerYamamotoTakayuki <fall.spling@gmail.com>
Wed, 14 Feb 2018 18:15:18 +0000 (03:15 +0900)
doc/cameraSocket.txt
vemserver/Gemfile.lock

index 9818c48..2838f0a 100644 (file)
@@ -10,4 +10,3 @@
 
 画像リクエスト時
 {"type":"req", "data":"img"}
-
index 06734c7..97e0fae 100644 (file)
@@ -2,6 +2,7 @@ GEM
   remote: https://rubygems.org/
   specs:
     addressable (2.3.8)
+    daemons (1.2.6)
     em-websocket (0.3.8)
       addressable (>= 2.1.1)
       eventmachine (>= 0.12.9)
@@ -14,6 +15,10 @@ GEM
       rack (~> 1.4)
       rack-protection (~> 1.4)
       tilt (~> 1.3, >= 1.3.4)
+    thin (1.7.2)
+      daemons (~> 1.0, >= 1.0.9)
+      eventmachine (~> 1.0, >= 1.0.4)
+      rack (>= 1, < 3)
     tilt (1.4.1)
 
 PLATFORMS
@@ -23,6 +28,7 @@ DEPENDENCIES
   em-websocket
   json
   sinatra (~> 1.4.4)
+  thin
 
 BUNDLED WITH
-   1.10.5
+   1.16.1