duet-bootstrap 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/duet-bootstrap +8 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5263ec791c829829fed4ae3d97f87c3c4eff1fe
|
4
|
+
data.tar.gz: 89fb7836c95c0055430d59d8b890ccbc212b658d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97daf89bdbd8d8a187cbfe3ab162553b57124df82d7c4982bbf9b79d25920d70c9b4cb8b57075ac26e163630ed819f210dc613bcc380af6ee8bfc92288aaf586
|
7
|
+
data.tar.gz: a7fe99f4448135b4dbf65baf2dca3c64abe4606873b1ed49783a7711368205596bff6ef125de6095c8880873932d5210ef462fafa7d26f0f9c32ce0ef2e6ebbf
|
data/bin/duet-bootstrap
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#! /usr/bin/env ruby
|
2
2
|
|
3
3
|
# Duet Bootstrap
|
4
|
-
# v1.
|
4
|
+
# v1.1.1
|
5
5
|
#
|
6
6
|
# Website: https://sourceforge.net/projects/duet-bootstrap
|
7
7
|
#
|
@@ -25,10 +25,11 @@
|
|
25
25
|
#
|
26
26
|
# CONFIGURATION
|
27
27
|
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
31
|
-
#
|
28
|
+
# If this script was downloaded with the command
|
29
|
+
# gem install duet-bootstrap
|
30
|
+
# then you should be able to execute it with the command
|
31
|
+
# "duet-bootstrap", as long as your Ruby installation has been
|
32
|
+
# added to your system environment variables.
|
32
33
|
#
|
33
34
|
# If you would like to change the default AMX master that will be
|
34
35
|
# used when generating workspaces, open the NetLinx Workspace file
|
@@ -44,7 +45,8 @@
|
|
44
45
|
# to the folder of your compiled Duet .jar file. With no file
|
45
46
|
# selected, hold shift and right-click in the empty space of
|
46
47
|
# the file browser pane, then select "Open command window here"
|
47
|
-
# from the context menu.
|
48
|
+
# from the context menu. Alternatively, the command line can
|
49
|
+
# be launched from Start -> Run and typing "cmd" in the box.
|
48
50
|
#
|
49
51
|
# Run this script and pass the Duet module as a parameter in
|
50
52
|
# the file path. Pressing the tab key will auto-complete the
|