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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/duet-bootstrap +8 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27921562d72a16cdf929f5efcad5e7b699c2c4f9
4
- data.tar.gz: c81e36b9600e49921d786c25171fc4a45a97f9ff
3
+ metadata.gz: d5263ec791c829829fed4ae3d97f87c3c4eff1fe
4
+ data.tar.gz: 89fb7836c95c0055430d59d8b890ccbc212b658d
5
5
  SHA512:
6
- metadata.gz: 184c79bdb3376c64b86759818613618ad672255e60e406d08c6634eb90d0e6402cdef029e6cc4f1ed2312e5e5f3522a7381ba6f4c7f343b694b26f21b7f852f0
7
- data.tar.gz: 16bbdc7ea060562aaa628375629301f2ddd4c69c5280feb968f1b548ea5653ac1aa59f6c9f9f9b8de6bd047595dd312258b9c9243e26c6148b8308ce507cf252
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.0.0
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
- # It is recommended, although not required, to add this script to
29
- # your operating system's PATH environment variable so that the
30
- # script can be called from within the folder of a Duet project.
31
- # There is plenty of information on the internet on how to do this.
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duet-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex McLain