kame-remocon 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: 0b7b14707f0668e82aee7190351a5e9583489061aa6a77bb3f9c5a1912780899
4
- data.tar.gz: e741532064feeaa3f1b3c5136d346534d372bef4c5b324f60603228a1d820a11
3
+ metadata.gz: d65b2f12d309f64790b3fc83c55cfc9bb691037d8be41774e875e30346d06922
4
+ data.tar.gz: 8fc9c31348c484e2a351af0d5579454520278ddcd94570989f6d4d82bec27baa
5
5
  SHA512:
6
- metadata.gz: 33dd39acb5d7cc0c555d581365f46437472f2564d7e7466c6eff7cda9d63e3609331e932452016aac61f9b2456e0287344e8394d1aa52033e73b75b041d7258a
7
- data.tar.gz: a1f600cd7d4b25b2e9e22b52a09613addcd50ba34a91ab2cfc4562a6eadc8b43599e93e9d2ac22ba9cd19517a1c6b7208f4496ba08c76a2e39397c28f3e538e7
6
+ metadata.gz: cb34bc2016d9f459e95cf1490ad74ecf4a2982925eb350035ac46b6709495c213df33b1f8cd4a0486a57da79a5f850132d3409cdf16136792eda6026f749f9f9
7
+ data.tar.gz: c85269fbce749bf992c2889dfa14aabfbc736e2696a1cfcbb3c6cf9fa328d851741a06a5e91965845e18fc5d7258c95c0d4fdfe69411661cfd797ce235483fe5
File without changes
@@ -8,8 +8,8 @@ require 'opal/sprockets'
8
8
 
9
9
  class Kame::Remocon::Server < Sinatra::Base
10
10
  OPAL = Opal::Sprockets::Server.new do |server|
11
- server.append_path File.expand_path("../opal", __FILE__)
12
- server.append_path File.expand_path("../assets", __FILE__)
11
+ server.append_path File.expand_path("../../../opal", __FILE__)
12
+ server.append_path File.expand_path("../../../assets", __FILE__)
13
13
  #server.append_path File.expand_path("../../../", __FILE__)
14
14
  Opal.use_gem 'hyalite'
15
15
  Opal.use_gem "opal-drb"
@@ -1,5 +1,5 @@
1
1
  module Kame
2
2
  module Remocon
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kame-remocon
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
  - youchan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-31 00:00:00.000000000 Z
11
+ date: 2019-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -58,28 +58,28 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0.2'
61
+ version: '0.3'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0.2'
68
+ version: '0.3'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '10.5'
75
+ version: '12.3'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '10.5'
82
+ version: '12.3'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: haml
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -185,23 +185,22 @@ executables: []
185
185
  extensions: []
186
186
  extra_rdoc_files: []
187
187
  files:
188
+ - lib/assets/css/application.scss
189
+ - lib/assets/images/kame.png
188
190
  - lib/kame/remocon.rb
189
- - lib/kame/remocon/assets/css/application.scss
190
- - lib/kame/remocon/assets/images/kame.png
191
191
  - lib/kame/remocon/commander.rb
192
- - lib/kame/remocon/opal/application.rb
193
- - lib/kame/remocon/opal/canvas.rb
194
- - lib/kame/remocon/opal/config.rb
195
- - lib/kame/remocon/opal/controllers/application_controller.rb
196
- - lib/kame/remocon/opal/image.rb
197
- - lib/kame/remocon/opal/turtle.rb
198
- - lib/kame/remocon/opal/views/canvas_view.rb
199
192
  - lib/kame/remocon/remote_object.rb
200
193
  - lib/kame/remocon/server.rb
201
194
  - lib/kame/remocon/turtle_proxy.rb
202
195
  - lib/kame/remocon/version.rb
203
196
  - lib/kame/remocon/views/index.haml
204
197
  - lib/kame_remocon.rb
198
+ - lib/opal/application.rb
199
+ - lib/opal/canvas.rb
200
+ - lib/opal/config.rb
201
+ - lib/opal/image.rb
202
+ - lib/opal/turtle.rb
203
+ - lib/opal/views/canvas_view.rb
205
204
  homepage: https://github.com/youchan/kame-remocon
206
205
  licenses:
207
206
  - MIT
@@ -1,2 +0,0 @@
1
- class ApplicationController < Menilite::Controller
2
- end