osc-vnc 1.0.6 → 1.0.7
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/osc.mustache +1 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b31a614790399b74eddb74f3680fba6e41d588b
|
4
|
+
data.tar.gz: 4cec3281bad7a01e702968a6edf416c9b0511fa9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d63f1eabf9bed691a7f5c96b3d97899f8e11cdd65f2a4f4f1e5738920f64426f115091bf031d91e373e4fd1812843ec5487d0749db2a77a71793a4df7e2470f
|
7
|
+
data.tar.gz: 5cb47b70fdeb93bc9cec73be338ce7365338af97d56744a43131a3341f1c01c4cf48f98145c86b82be0db76c40f672bf95abe7732b92943991b29a6796469873
|
data/lib/osc/vnc/version.rb
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
osc://{{#password}}:{{password}}@{{/password}}{{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.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Nicklas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pbs
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- templates/conn/awesim.mustache
|
115
115
|
- templates/conn/jnlp.mustache
|
116
116
|
- templates/conn/novnc.mustache
|
117
|
+
- templates/conn/osc.mustache
|
117
118
|
- templates/conn/osxvnc.mustache
|
118
119
|
- templates/conn/terminal.mustache
|
119
120
|
- templates/conn/txt.mustache
|
@@ -146,8 +147,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
147
|
version: '0'
|
147
148
|
requirements: []
|
148
149
|
rubyforge_project:
|
149
|
-
rubygems_version: 2.4.
|
150
|
+
rubygems_version: 2.4.5
|
150
151
|
signing_key:
|
151
152
|
specification_version: 4
|
152
153
|
summary: Library to create VNC jobs with HPC resources (OSC specific)
|
153
154
|
test_files: []
|
155
|
+
has_rdoc:
|