Commit Graph

529 Commits

Author SHA1 Message Date
Daniel Perez
01bb9ac3a9 Update README 2017-07-26 18:25:41 +02:00
Daniel Perez
8149bf6245 Add a development section to the README 2017-07-26 18:05:30 +02:00
vic
ac006332a6 Add link to docker ubuntu images. 2017-07-23 03:50:16 -05:00
vic
ca55782b6d Add reference to asdf-alpine. 2017-07-23 02:24:40 -05:00
Trevor Brown
4055c0e139 Merge pull request #209 from rfrancis/patch-1
adding asdf-gradle
2017-07-21 11:04:47 -04:00
R. Francis Smith
9678b873ce adding asdf-gradle
Yep, I'm back again. Honest, I just messed with a lot of stuff today and I needed a few things easily installable...
2017-07-21 00:18:18 -05:00
Daniel Perez
b9e8427410 Merge pull request #208 from rfrancis/patch-1
Update README.md
2017-07-20 18:58:23 +02:00
R. Francis Smith
deb7e70d93 Update README.md
I made a nim plugin.  It appears to work. :-)
2017-07-20 11:01:24 -05:00
Trevor Brown
7e4ad9f541 Merge pull request #204 from DavidOliver/patch-1
Comment out 'set current version' example in readme
2017-07-04 09:26:29 -04:00
Trevor Brown
37bb033328 Merge pull request #178 from fcrespo82/which_command
Add which command.
2017-07-04 09:15:48 -04:00
David Oliver
caa9f47aee Comment out 'set current version' example in readme
To match other command examples.
2017-07-03 22:47:47 +02:00
vic
bca782d79d Add asdf-racket 2017-06-29 01:39:42 -05:00
Trevor Brown
c4f946dd90 Merge pull request #199 from konklone/patch-1
Fix ballad formatting
2017-06-12 13:03:17 -04:00
Eric Mill
a4f580a0f7 fix ballad formatting 2017-06-10 10:06:48 -04:00
vic
ad8879af5e Add OCaml plugin 2017-06-06 02:17:47 -05:00
Trevor Brown
76b7ac79a5 Add asdf-rebar to README. 2017-05-26 14:44:57 -04:00
Fernando
1e9166e9bc Merge branch 'master' into which_command 2017-05-15 15:40:42 -03:00
Daniel Perez
82f399c6b3 Merge pull request #164 from ypid/docs_improvements
Docs improvements
2017-05-15 11:17:25 +09:00
Daniel Perez
c17dbfdeff Merge pull request #193 from sphinxc0re/patch-1
Fixed Markdown formatting in changelog
2017-05-15 11:09:56 +09:00
Julian Laubstein
2f0bb3c605 Fixed Markdown formatting in changelog 2017-04-26 15:00:43 +02:00
Daniel Perez
79e87d3a2b Merge pull request #192 from sphinxc0re/patch-1
Added missing local and global to bash completion
2017-04-25 22:46:47 +09:00
Julian Laubstein
5fbf730c4c Added missing local and global to bash completion 2017-04-25 14:22:40 +02:00
Trevor Brown
9ce486339f Merge pull request #190 from Jwashton/master
Query git for the current version tag (Fixes #189)
2017-04-19 09:40:53 -04:00
Trevor Brown
b864d30f85 Merge branch 'master' into master 2017-04-19 09:33:27 -04:00
Trevor Brown
934a5bd228 Correct version in utils.sh
Related to #189
2017-04-16 12:18:00 -04:00
William Ashton
baad7dd6d4 Query git for the current tag
Fixes #189
2017-04-15 22:50:43 -04:00
J. William Ashton
7eaaccac7a Merge pull request #1 from asdf-vm/master
Update fork to base master
2017-04-15 22:38:43 -04:00
Trevor Brown
5ec5a747ff Merge pull request #188 from henrik/bugfix
Avoid bash error when no version is set
2017-04-08 15:06:24 -04:00
Henrik Nyh
d7ceb38b06 Avoid bash error when no version is set
Running "asdf current ruby" before installing any Rubies gave me:

    /Users/henrik/.asdf/lib/utils.sh: line 73: [: !=: unary operator expected
    No version set for ruby
2017-04-08 09:38:18 +01:00
Trevor Brown
75eb1fbf3a Add note on system version to version format list in README 2017-04-04 13:59:08 -04:00
Trevor Brown
d3a66d78ee Merge pull request #173 from asdf-vm/prepare-for-0.3.0
Add items to changelog in preparation for 0.3.0 release.
2017-04-01 08:43:33 -04:00
Trevor Brown
3473412a79 Merge pull request #182 from asdf-vm/support-system-version-with-tests
Support system version
2017-04-01 08:37:49 -04:00
Trevor Brown
12d2abc818 Add 0.3.0 features to changelog. 2017-03-31 11:03:54 -04:00
Daniel Perez
ee842285bb Add system completions for fish 2017-03-27 09:00:40 -07:00
Trevor Brown
974597ddc7 Correct sed command that removes asdf from PATH. 2017-03-27 11:04:52 -04:00
Trevor Brown
564b9ed517 Fix tests that were failing due to improved error messages. 2017-03-25 15:16:58 -04:00
Trevor Brown
0f7757a910 Correct if statements in asdf-exec and utils.sh. 2017-03-25 14:50:30 -04:00
Trevor Brown
5899d47d75 Fix tests for update command. 2017-03-17 22:24:34 -04:00
Daniel Perez
23f92987c0 Start adding tests for system version 2017-03-17 22:00:38 -04:00
Daniel Perez
f5152f255a WIP: support system version 2017-03-17 22:00:37 -04:00
Trevor Brown
68d759b5d8 Merge pull request #180 from asdf-vm/asdf-update-command-with-tests
Asdf update command with tests
2017-03-17 21:55:24 -04:00
Trevor Brown
ca2bfa285a Add bash completion for the update command. 2017-03-17 21:48:11 -04:00
Trevor Brown
2ca517d8c1 Add tests for the update command. Use sed instead of tail -r to get the
latest tag from the list of sorted tags.

The setup code for these tests isn't ideal. It would be nice not to have
to worry about the remote. Without the 'origin' remote set the Travis
build would fail though.
2017-03-17 21:19:46 -04:00
Trevor Brown
8534ca2858 Finish the update command. 2017-03-17 13:07:30 -04:00
Trevor Brown
5f39035850 Make sure update function is loaded. 2017-03-17 13:07:30 -04:00
Trevor Brown
893c39a0ee Add help for update command. 2017-03-17 13:07:30 -04:00
Trevor Brown
492ea04cc0 Add update command. 2017-03-17 13:07:30 -04:00
Fernando Crespo
97c0fc44e2 Add tests for which command 2017-03-16 00:57:15 -03:00
Fernando Crespo
2260d22d79 Add missing function checking for deprecated plugins 2017-03-16 00:57:07 -03:00
Akash Manohar
7c2514d93b Merge pull request #171 from asdf-vm/test-for-plugin-license
Update the plugin-test command to assert that the plugin license file exists
2017-03-16 06:50:30 +05:30