osc-vnc 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/osc/vnc/version.rb +1 -1
- data/templates/conn/node.mustache +1 -0
- data/templates/conn/rnode.mustache +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92c59b7d9e0a6ecf1afd38386b6b719ae62fc7bb
|
4
|
+
data.tar.gz: da2d899199b19fc95ee223d2321264ebbb5b59d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a52b5a4799f37e565cbd15aa8121e809f375c0cf632495a4f3eb56ea23644d65bbbe889aea22d16ddd3fe180f3f3d97686f1e49ff7dbb60b149e38aaf49a1b44
|
7
|
+
data.tar.gz: 5b661ed20f1592c8740b2714c64bb92860e2a56310845c1d4efd13a2d111fdd4ca8abfa2fe23d41ce3e9ab96a8b83c6c90bfdb79107212feb1836a18634689b4
|
data/lib/osc/vnc/version.rb
CHANGED
@@ -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.
|
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-
|
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
|