Stratus3D
7c28074423
Add a helpful error message to the install command to warn users when they don't specify a version to install.
2016-12-18 12:52:23 -05:00
Victor Borja
eecd1f36d1
Test produced shims by actually running them.
...
Test using a dummy executable.
Closes #127
2016-12-13 13:32:49 -06:00
Victor Borja
1c99863e56
Add documentation on metadata for shim authors
2016-12-10 14:05:23 -06:00
Victor Borja
c7d21bfb2c
Test shims executable
2016-12-10 12:22:36 -06:00
Victor Borja
7512d9abf4
Add metadata to shims
...
When a shim is created, add plugin metadata so we can later know which shims belong to which plugins, this will help aid with removing unused shims on uninstall. See #67
```
# asdf-plugin: ${plugin_name}”
```
Thanks to @duijf for the metadata proposal.
2016-12-10 12:17:50 -06:00
Stratus3D
20ef5321e1
Update the install_command function so it works when invoked in directory whose name contains whitespace.
2016-10-25 21:45:17 -04:00
Stratus3D
8bc937689c
Add test for the install command in a directory name containing whitespace.
2016-10-25 18:11:36 -04:00
Daniel Perez
3af5d21067
Set ASDF_CONCURRENCY when installing
2016-07-01 16:42:59 +09:00