Commit Graph

578 Commits

Author SHA1 Message Date
Fernando Crespo
3e72800052 add parameter to current version 2017-03-14 11:07:22 -03:00
Fernando Crespo
1ea63ec257 Fix extra paren 2017-03-14 11:06:07 -03:00
Fernando Crespo
5ccb7d75f5 Fix no install_type 2017-03-14 11:04:30 -03:00
Fernando Crespo
fb4e263598 Initial support for which command 2017-03-14 10:56:59 -03:00
Daniel Perez
028699a7ea Merge pull request #175 from aeons/master
Avoid error when sysctl is missing hw.ncpu key
2017-03-13 08:40:23 -07:00
Bjørn Madsen
887de73b79 Avoid error when sysctl is missing hw.ncpu key 2017-03-13 09:13:42 +01:00
Trevor Brown
27bee2fbce Merge pull request #169 from ypid/fix-156
Properly address shellcheck warnings ignored in #156
2017-03-12 12:22:58 -04:00
Akash Manohar
970a369c72 Merge pull request #174 from fcrespo82/patch-1
Update README.md
2017-03-11 13:24:26 +05:30
Fernando
9f56607da6 Update README.md
Added Plugin reference in table of supported languages
2017-03-11 00:36:52 -03:00
Trevor Brown
dd83a70961 Add items to changelog in preparation for 0.3.0 release. 2017-03-08 16:37:23 -05:00
Trevor Brown
3c449deb97 Update the plugin-test command to assert that the plugin license file exists and is not empty. 2017-03-07 17:33:41 -05:00
Trevor Brown
18c3970bf7 Merge pull request #170 from asdf-vm/fix-grep-options
Make sure grep uses the correct settings when invoked by asdf.
2017-03-07 16:00:17 -05:00
Trevor Brown
7445db63b1 Add grep fix to changelog. 2017-03-07 13:36:58 -05:00
Trevor Brown
e6c69d4676 Make sure grep uses the correct settings when invoked by asdf. 2017-03-07 13:18:20 -05:00
Robin Schneider
ae2c5b88a1
Properly address shellcheck warnings ignored in #156 2017-03-07 16:20:04 +01:00
Stratus3D
604156344d Add note on ASDF_DIR to changelog. 2017-03-07 09:57:14 -05:00
Trevor Brown
ed6998c5a9 Merge pull request #156 from ypid/export/ASDF_DIR
export ASDF_DIR so that plugins can use it to refer to the ASDF DIR
2017-03-07 09:37:48 -05:00
Akash Manohar
f1bb8879ed Add coreutils to list of packages for Mac OS 2017-02-26 11:12:58 +05:30
Robin Schneider
7c30e6f9d2
Fix typo: seperated → separated
Automated edit command: git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/seperated/separated/g;'
2017-02-20 19:44:44 +01:00
Robin Schneider
b4ab0746e1
Upgrade legacy HTTP URLs in docs to HTTPS URLs 2017-02-20 19:41:33 +01:00
Robin Schneider
04c2e26a07
Add OpenPGP keyring support by ignoring the keyring in git
As the proposal for asdf-nodejs to [validate OpenPGP
signatures](https://github.com/asdf-vm/asdf-nodejs/pull/25) has been
approved and merged I guess the design is sound and other plugins can
follow.

Related to: #159
2017-02-20 19:34:08 +01:00
Trevor Brown
2ec9e98601 Merge pull request #154 from Stratus3D/dont-change-permissions
Don't change the permissions on files in a plugin's bin directory.
2017-02-13 09:00:16 -07:00
Robin Schneider
809f32bb9f
export ASDF_DIR so that plugins can use it to refer to the ASDF DIR
Also fixed `shellcheck` warnings in the file.
2017-02-12 20:21:24 +01:00
Trevor Brown
85e56753fd Don't change the permissions on files in a plugin's bin directory. 2017-02-11 20:46:34 -05:00
Trevor Brown
7b586312fc Merge pull request #152 from asdf-vm/Stratus3D-readme
Fix ordering of the plugins in the readme
2017-02-09 08:05:38 -07:00
Trevor Brown
3ba92d62cb Fix ordering of the plugins in the readme 2017-02-08 09:42:43 -05:00
Trevor Brown
a5ab7fb1f6 Merge pull request #151 from gozer/master
Add my packer plugin.
2017-02-08 07:11:04 -07:00
Philippe M. Chiasson
73074bf5f0
Add my packer plugin 2017-02-07 10:20:02 -05:00
Victor Hugo Borja
30667818d4 Add asdf-link
[asdf-link](https://github.com/vic/asdf-link) is a generic (very dumb) asdf plugin for managing system vendor-installed tools.
2017-01-24 08:30:35 -06:00
Victor Hugo Borja
1b17bfe4e5 Merge pull request #146 from marciogm/crystal
Added Crystal
2017-01-21 09:48:33 -06:00
Marcio Giaxa
31ae5985cd Added Crystal 2017-01-21 11:48:45 -02:00
Victor Hugo Borja
d46bc7a2ed Document ASDF_TOOL_VERSION environment variable.
Add an example of its use.
2017-01-20 15:10:24 -06:00
Victor Hugo Borja
92839af1b9 Add vic to maintainers
Yay !
2017-01-19 12:00:23 -06:00
Victor Hugo Borja
b9340239d4 asdf travis badge 2017-01-19 11:30:45 -06:00
Victor Hugo Borja
873dc5eb3e Merge pull request #110 from vic/get_version_from_env
Get version from env if ASDF_${TOOL}_VERSION is defined.
2017-01-19 11:27:25 -06:00
Victor Hugo Borja
8709d197f1 Merge pull request #137 from vic/set-path-version
Allow `asdf local` and `asdf global` to take path: versions
2017-01-19 11:27:06 -06:00
Victor Hugo Borja
2934cca134 Merge pull request #145 from lerencao/master
add sbt plugin in readme
2017-01-19 11:25:42 -06:00
Cao Jiafeng
7582a7888f update list order 2017-01-19 17:38:30 +08:00
Cao Jiafeng
ef22c36e9f add sbt plugin in readme 2017-01-16 19:50:53 +08:00
Trevor Brown
4b784ce4f7 Merge pull request #116 from smashedtoatoms/patch-1
Added LuaJIT
2017-01-14 18:51:04 -07:00
Victor Hugo Borja
9cdea662d1 Merge pull request #140 from vic/patch-5
Add Haskell plugin
2017-01-10 19:23:08 -06:00
Jason Legler
1e6bca2542 Removed link to luarocks for luaJIT because I added it to luaJIT 2016-12-28 15:47:31 -07:00
Trevor Brown
9ac1df50aa Merge pull request #138 from Stratus3D/check-plugin-permissions
Check permissions on scripts in plugins' bin directories when testing
2016-12-27 08:10:37 -07:00
Trevor Brown
7b17401909 Merge pull request #141 from vic/parse_version_file_tests
Add couple of tests.
2016-12-25 10:22:38 -07:00
Trevor Brown
2e96bc63eb Merge branch 'release-v0.2.1' 2016-12-25 12:14:09 -05:00
Daniel Perez
2fd209aedf Merge pull request #142 from crzrcn/master
Fix fish shell's deprecation warnings when using the `complete` command
2016-12-25 15:35:18 +09:00
crzrcn
8ecfffcf5c Fix fish shell's deprecation warnings when using the complete command
Attempting to tab-complete an asdf command would result in a deprecation warning being printed.

The --authoritative/-A and --unauthoritative/-u flags have been removed from the `complete` command.

Context: https://github.com/fish-shell/fish-shell/pull/3660
2016-12-24 15:42:57 -08:00
Victor Borja
85a37ca9a5 Add couple of tests 2016-12-23 11:11:47 -06:00
Victor Hugo Borja
13d54be5a4 Add Haskell plugin
[asdf-haskell](http://github.com/vic/asdf-haskell) is a plugin for installing Haskell (via stack)
2016-12-23 01:37:29 -06:00
Trevor Brown
dff1149fb5 Check permissions on scripts in plugins' bin directories when testing them. 2016-12-21 20:58:11 -05:00