browser_app_base 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e70b7356798ba86108a09eccf20c56fff9579fec267338e0a7b8c893a266cc9
4
- data.tar.gz: c3f655708ab1d67d5041fadd8a05e228545fe3ed9c2d0d70a93a89034d42d8ef
3
+ metadata.gz: eebce3665afa556e6169ff8c82d8a86dddec8cc32e63f93bad8ca992c6dc0c66
4
+ data.tar.gz: 57f3dda27b964eacf2e8f7154c68ac970265634921ca0a36d9c2af8646aafe63
5
5
  SHA512:
6
- metadata.gz: 0a7fcdd313ef16d4a090bf4f80d3acfce824fd8d9ac8c7501ae503cf4490a8197a728ac21d3893574592507c0a793436342e9a967812eb77452b4c021c009803
7
- data.tar.gz: 4fcd5968c219fbc3a787d99a0ec000201ce2d5b908a24c50007dc9efde2437f8f321630074610b9ae38efe3e4b02443e8fde321dd3cf58b8cc18b3d4d3d17658
6
+ metadata.gz: 59bec02f1f8220655082bd30dfe8b32fa050372a8ddb0adf6c5665428d274cf43a24b18ade6288bcadf5a3f162f0169cccbd09c54fdb0c947220ca109fbab36c
7
+ data.tar.gz: ae2988bbf0b91ed7a7424f7319ab1ccaa6769c9118407a37048e4fd982c98c9c1d284f6f500bea429b0c5f6b4db5be1d78ea71700822c8315fda6d0ad26f2029
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrowserAppBase
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
@@ -102,6 +102,6 @@ configure do
102
102
 
103
103
  end
104
104
 
105
- #\ --port 41617
105
+ #\ --port 35983
106
106
 
107
107
  run Sinatra::Application
@@ -381,10 +381,10 @@ function openFile(file) {
381
381
  $(document).ready(function () {
382
382
 
383
383
  // サーバに接続
384
- server_connect("ws://localhost:41617/wsserver")
384
+ server_connect("ws://localhost:35983/wsserver")
385
385
  window.onload = function (e) {
386
386
  // サーバに接続
387
- //server_connect("ws://localhost:41617/wsserver")
387
+ //server_connect("ws://localhost:35983/wsserver")
388
388
  }
389
389
 
390
390
  // menu
@@ -56,7 +56,7 @@ if ARGV[0] == "test"
56
56
  $home_dir = "./"
57
57
  ARGV = []
58
58
  else
59
- $home_dir = ENV["HOME"] + "/" + dir.split("/")[-1].gsub(/-[0-9\.-]+/,"")
59
+ $home_dir = ENV["HOME"] + "/" + dir.split("/")[-1].gsub(/-[0-9\.-]+/,"") + "/"
60
60
  end
61
61
  puts "home_dir=#{$home_dir}"
62
62
  FileUtils.mkdir_p("#{$home_dir}/logs")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browser_app_base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - masataka kuwayama