Commit Graph

349 Commits

Author SHA1 Message Date
mtatheonly
e04fe9ed54 Update reshim.sh
Removing unneeded slash from shim writing.
2016-12-12 18:54:52 -03:00
Trevor Brown
32517ee256 Merge pull request #122 from vic/shims-meta
Add metadata to shims.
2016-12-11 19:24:25 -07: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
Trevor Brown
37fbe620e6 Merge pull request #121 from vic/patch-4
Add asdf-clojure plugin.
2016-12-10 10:20:16 -07:00
Victor Hugo Borja
21a9198f8d Add asdf-clojure
[asdf-clojure](http://github.com/vic/asdf-clojure) is a plugin for installing [Clojure](http://clojure.org)

Closes #101
2016-12-10 04:43:00 -06:00
Trevor Brown
beb4be33f4 Merge pull request #119 from asdf-vm/better-install-commands
Use -e flag when calling echo so newlines are used.
2016-12-08 11:10:22 -07:00
Stratus3D
7acd0eac92 Use -e flag when calling echo so newlines are used. 2016-12-08 09:56:48 -05:00
Akash Manohar
0d51ef7db8 Merge pull request #117 from asdf-vm/better-install-commands
Ensure install commands always add asdf loading code on a new line in bashrc.
2016-12-05 23:18:12 +05:30
Stratus3D
d800ec5cda Ensure install commands always add asdf loading code on a new line in bashrc. 2016-12-05 11:31:13 -05:00
Trevor Brown
71816e5cf9 Merge pull request #115 from vic/patch-3
Add Idris plugin
2016-11-29 05:18:43 -07:00
Victor Hugo Borja
6fb4723547 Add Idris plugin
[plugin](http://github.com/vic/asdf-idris) for installing [Idris](http://idris-lang.org)
2016-11-29 03:52:26 -06:00
Trevor Brown
951cbf22dc Merge pull request #114 from virtuslabs/master
Add Julia lang plugin
2016-11-28 08:22:48 -07:00
Kyle Gay
765613bf71 add julia lang plugin 2016-11-26 13:57:49 -05:00
Trevor Brown
08e65fe142 Merge pull request #113 from vic/patch-2
Add asdf-elm plugin.
2016-11-23 08:37:30 -07:00
Victor Hugo Borja
6b559bc55a Add asdf-elm plugin.
Plugin for [Elm](http://elm-lang.org)
2016-11-23 00:20:59 -06:00
Neer Friedman
67f0e743be add link to asdf-terraform in README 2016-11-11 10:50:15 +05:30
Akash Manohar
8fae4d2c41 Merge pull request #105 from namjae/master
file_path may have some spaces.
2016-11-11 10:43:41 +05:30
Akash Manohar
12cfcfd335 Merge pull request #111 from nickveys/patch-1
Added Rust plugin to README
2016-11-11 10:40:45 +05:30
Nick Veys
5c02f74b3d Added Rust plugin to README 2016-11-10 21:15:16 -06:00
Daniel Perez
467f3a110f Merge pull request #109 from vic/patch-1
Add asdf-lfe
2016-11-10 11:27:33 +09:00
Victor Hugo Borja
bb64408099 Add asdf-lfe
Plugin for installing [LFE](https://github.com/rvirding/lfe)
2016-11-09 20:20:15 -06:00
DalHo Park
d46d6ca6df Merge branch 'master' of https://github.com/asdf-vm/asdf 2016-11-05 15:39:08 +09:00
Stratus3D
5190313f63 Merge branch 'brianvanburken-master' 2016-11-04 12:06:42 -04:00
Stratus3D
4203844c2b Add MongoDB build link to readme. 2016-11-04 12:06:25 -04:00
Stratus3D
2e54209bef Add line to changelog listing recently merged PR. 2016-11-04 12:03:48 -04:00
Stratus3D
8fe9d88cc8 Merge branch 'vic-global_version_outside_home' 2016-11-04 12:03:48 -04:00
Akash Manohar
c96fae79a4 Merge pull request #102 from Stratus3D/prepare-for-0.2.0
Prepare for 0.2.0 release
2016-11-04 12:03:48 -04:00
Victor Borja
42f57d0074 Determine version from global setting when project is outside home.
Without this patch, asft was not able to determine the tool version
for a project located outside the user's HOME directory.

```
/work/project/
/home/me/.tool-versions
```

This changeset lets asdf find the global version stored at
$HOME/.tool-versions when the directory traversal from
the project dir was not able to find a suitable version.
2016-11-04 12:03:48 -04:00
Akash Manohar
6854b54988 Merge pull request #104 from Stratus3D/more-whitespace-fixes
More whitespace fixes
2016-11-04 12:03:48 -04:00
Stratus3D
74fe3d6b20 Update the install_command function so it works when invoked in directory whose name contains whitespace. 2016-11-04 12:03:47 -04:00
Stratus3D
2ebaa4b8c7 Add test for the install command in a directory name containing whitespace. 2016-11-04 12:03:47 -04:00
Stratus3D
5411e9f16f Add line to changelog listing recently merged PR. 2016-11-03 11:43:17 -04:00
Stratus3D
e7ef79d705 Merge branch 'vic-global_version_outside_home' 2016-11-03 10:14:35 -04:00
Victor Borja
26532e7914 Determine version from global setting when project is outside home.
Without this patch, asft was not able to determine the tool version
for a project located outside the user's HOME directory.

```
/work/project/
/home/me/.tool-versions
```

This changeset lets asdf find the global version stored at
$HOME/.tool-versions when the directory traversal from
the project dir was not able to find a suitable version.
2016-10-29 06:08:54 -05:00
DalHo Park
8e59d8de98 file_path may have some spaces. 2016-10-27 16:24:34 +09:00
Akash Manohar
dab7d51f22 Merge pull request #102 from Stratus3D/prepare-for-0.2.0
Prepare for 0.2.0 release
2016-10-26 10:47:31 +05:30
Akash Manohar
01dcf0c928 Merge pull request #104 from Stratus3D/more-whitespace-fixes
More whitespace fixes
2016-10-26 08:26:54 +05:30
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
Brian van Burken
e2a9f88730
Add MongoDB plugin to README Usage list 2016-10-25 17:48:14 +02:00
Trevor Brown
a58f48f01f Prepare for 0.2.0 release
* Add everything that was merged for 0.2.0 to the changelog.
* Update install command in the readme with 0.2.0 tag.
2016-10-22 14:56:41 -04:00
Daniel Perez
719ecfa33d Merge pull request #100 from odarriba/patch-1
Add asdf-php to list of plugins
2016-10-17 16:00:50 +09:00
Óscar de Arriba
1729c7ab42 Add asdf-php to list of plugins 2016-10-17 07:56:11 +02:00
Daniel Perez
c23ccb4746 Merge pull request #99 from davidkuhta/readme-spelling
"You" to "Your" in README
2016-10-09 14:04:05 +09:00
David Kuhta
2f550ccc83 "You" to "Your" in README 2016-10-08 14:00:03 -05:00
Daniel Perez
0d607d73d6 Merge pull request #93 from st23am/patch-1
Correct spelling / typo Max vs Mac
2016-09-13 10:51:28 +09:00
James Smith
9f6b15b723 Correct spelling / typo Max vs Mac 2016-09-12 17:01:45 -04:00
Trevor Brown
b0b30d0464 Merge branch 'rockwood-legacy_file_redux' 2016-08-30 19:13:32 -04:00