Commit Graph

752 Commits

Author SHA1 Message Date
Trevor Brown
6e17e40bda Merge pull request #163 from ypid/add/keyring_support
Add OpenPGP keyring support by ignoring the keyring in git
2017-08-11 15:36:32 -04:00
Trevor Brown
2dfd123b27 Merge branch 'master' into add/keyring_support 2017-08-11 15:36:23 -04:00
Trevor Brown
9867d0cae5 Merge pull request #217 from asdf-vm/contributing_guidelines
Add contributing guidelines
2017-08-08 21:36:56 -04:00
Trevor Brown
3d332d94dc Add item to changelog. 2017-08-08 14:19:23 -04:00
Trevor Brown
286c7eae92 Add CONTRIBUTING.md. 2017-08-08 14:18:51 -04:00
Trevor Brown
0238b99148 Add github issue and pull request templates. 2017-08-08 11:25:21 -04:00
vic
75db63af18 Update README.md 2017-08-01 17:22:30 -05:00
Daniel Perez
4a9d268710 Fix regression in install command 2017-07-30 20:15:21 +02:00
Daniel Perez
1499bda7b3 Trap sigint when installing plugins, fix #214 2017-07-30 20:02:19 +02:00
Victor Hugo Borja
242d132afb Find correct installation path for ref: versions
Noticed we had some duplicated logic for finding the
plugins installation path. This caused the bug described
by #213  where the installation command and the find_executable_path
were using different paths.

Fixes #213
2017-07-29 12:47:21 -05:00
Daniel Perez
5a270d4cb4 Add asdf-plugin-version metadata to shims
This adds `asdf-plugin-version` to all generated shims.
This metadata is used to remove the shim when necessary.
2017-07-27 01:26:38 +02:00
Daniel Perez
50295bad5f Rephrase "add a plugin" section of the README
official plugins are the ones in asdf-vm org
2017-07-26 18:54:18 +02:00
Daniel Perez
13915e0703 Remove plugins list from README and add link to plugins repository 2017-07-26 18:53:32 +02:00
Daniel Perez
78fbbaf584 Merge pull request #183 from doughsay/master
Use a git repository for installing plugins.
2017-07-26 18:49:15 +02:00
Daniel Perez
01bb9ac3a9 Update README 2017-07-26 18:25:41 +02:00
Chris Dosé
a0e5573960
Update plugins repo url. 2017-07-26 09:20:05 -07:00
Daniel Perez
8149bf6245 Add a development section to the README 2017-07-26 18:05:30 +02:00
Chris Dosé
1bdaf22a36
Update README and creating-pugins doc to reflect new plugin-add command. 2017-07-25 17:15:08 -07:00
Chris Dosé
23f767c624
Add test for bad plugin name case. 2017-07-25 17:03:30 -07:00
Chris Dosé
a4fed4e4cd
Add simple test for plugin-add command. 2017-07-23 09:34:58 -07: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
Chris Dosé
5255f0e664 a little too zealous on the shellcheck warnings. 2017-04-19 20:40:06 -07:00
Chris Dosé
f399254219 code review feedback: fix all shellcheck warnings. 2017-04-19 20:37:03 -07:00
Chris Dosé
96c24e9255 code review feedback: git reset instead of git pull 2017-04-19 20:26:33 -07: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