osc-vnc 1.1.5 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67900cae2959512331790be5ca92fa93bc656c7f
4
- data.tar.gz: a8109ff9e1f9d9d39077e1d3289080ce7b5ee40e
3
+ metadata.gz: 92c59b7d9e0a6ecf1afd38386b6b719ae62fc7bb
4
+ data.tar.gz: da2d899199b19fc95ee223d2321264ebbb5b59d6
5
5
  SHA512:
6
- metadata.gz: b0723fdfd5827c16eebdc79213485a554745941754af3e3c2ddaef636b098caa583e5845865537fff8cc38e876334af923ffd2049e6e64b2fc78eb59c9cbb88c
7
- data.tar.gz: 4a4dd5d3b124f7e94692d9c98c4c6d335e30c7a680186b78e943ff232f3148750bc33ef69aa19460b4a6f0bc790ef991f6b8d4424d7d52f1aee6ba569d7a41ba
6
+ metadata.gz: a52b5a4799f37e565cbd15aa8121e809f375c0cf632495a4f3eb56ea23644d65bbbe889aea22d16ddd3fe180f3f3d97686f1e49ff7dbb60b149e38aaf49a1b44
7
+ data.tar.gz: 5b661ed20f1592c8740b2714c64bb92860e2a56310845c1d4efd13a2d111fdd4ca8abfa2fe23d41ce3e9ab96a8b83c6c90bfdb79107212feb1836a18634689b4
@@ -1,6 +1,6 @@
1
1
  module OSC
2
2
  module VNC
3
3
  # The current version of osc-vnc.
4
- VERSION = "1.1.5"
4
+ VERSION = "1.1.6"
5
5
  end
6
6
  end
@@ -0,0 +1 @@
1
+ /node/{{host}}/{{port}}
@@ -0,0 +1 @@
1
+ /rnode/{{host}}/{{port}}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osc-vnc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Nicklas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-06 00:00:00.000000000 Z
11
+ date: 2017-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pbs
@@ -114,10 +114,12 @@ files:
114
114
  - templates/conn/awesim.mustache
115
115
  - templates/conn/awesim_vnc.mustache
116
116
  - templates/conn/jnlp.mustache
117
+ - templates/conn/node.mustache
117
118
  - templates/conn/novnc.mustache
118
119
  - templates/conn/osc.mustache
119
120
  - templates/conn/osc_vnc.mustache
120
121
  - templates/conn/osxvnc.mustache
122
+ - templates/conn/rnode.mustache
121
123
  - templates/conn/terminal.mustache
122
124
  - templates/conn/txt.mustache
123
125
  - templates/conn/vnc.mustache