From 0a9cd7c72fbdde2ceac877d1b0638a5b67291c0a Mon Sep 17 00:00:00 2001 From: Jason Legler Date: Thu, 1 Dec 2016 17:24:43 -0700 Subject: [PATCH 1/4] Added LuaJIT and LuaJIT-luarocks packages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ceefba85..fd6ae0b3 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Plugins are how asdf understands how to handle different packages. Below is a li | Julia | [rkyleg/asdf-julia](https://github.com/rkyleg/asdf-julia) | [![Build Status](https://travis-ci.org/rkyleg/asdf-julia.svg?branch=master)](https://travis-ci.org/rkyleg/asdf-julia) | LFE | [vic/asdf-lfe](https://github.com/vic/asdf-lfe) | [![Build Status](https://travis-ci.org/vic/asdf-lfe.svg?branch=master)](https://travis-ci.org/vic/asdf-lfe) | Lua | [Stratus3D/asdf-lua](https://github.com/Stratus3D/asdf-lua) | [![Build Status](https://travis-ci.org/Stratus3D/asdf-lua.svg?branch=master)](https://travis-ci.org/Stratus3D/asdf-lua) +| LuaJIT | [smashedtoatoms/asdf-luaJIT](https://github.com/smashedtoatoms/asdf-luaJIT) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-luaJIT.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-luaJIT) +| LuaJIT-luarocks | [smashedtoatoms/asdf-luaJIT-luarocks](https://github.com/smashedtoatoms/asdf-luaJIT-luarocks) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-luaJIT-luarocks.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-luaJIT-luarocks) | OpenResty | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-openresty.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-openresty) | MongoDB | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb) | [![Build Status](https://travis-ci.org/sylph01/asdf-mongodb.svg?branch=master)](https://travis-ci.org/sylph01/asdf-mongodb) | Node.js | [asdf-vm/asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-nodejs.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-nodejs) From 3164a62bac4e73be73ac12e0b7ac845e31b877a8 Mon Sep 17 00:00:00 2001 From: Jason Legler Date: Sun, 11 Dec 2016 12:23:24 -0700 Subject: [PATCH 2/4] Updated tests to Scala and D and added those as well. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd6ae0b3..bb2d71d5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Plugins are how asdf understands how to handle different packages. Below is a li | Language | Repository | CI Status |-----------|-------------|---------- +| D (DMD) | [smashedtoatoms/asdf-dmd](https://github.com/smashedtoatoms/asdf-dmd) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-dmd.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-dmd) | Elixir | [asdf-vm/asdf-elixir](https://github.com/asdf-vm/asdf-elixir) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-elixir.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-elixir) | Elm | [vic/asdf-elm](https://github.com/vic/asdf-elm) | [![Build Status](https://travis-ci.org/vic/asdf-elm.svg?branch=master)](https://travis-ci.org/vic/asdf-elm) | Erlang | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-erlang.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-erlang) @@ -71,6 +72,7 @@ Plugins are how asdf understands how to handle different packages. Below is a li | Riak | [smashedtoatoms/asdf-riak](https://github.com/smashedtoatoms/asdf-riak) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-riak.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-riak) | Ruby | [asdf-vm/asdf-ruby](https://github.com/asdf-vm/asdf-ruby) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-ruby.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-ruby) | Rust | [code-lever/asdf-rust](https://github.com/code-lever/asdf-rust) | [![Build Status](https://travis-ci.org/code-lever/asdf-rust.svg?branch=master)](https://travis-ci.org/code-lever/asdf-rust) +| Scala | [smashedtoatoms/asdf-scala](https://github.com/smashedtoatoms/asdf-scala) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-scala.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-scala) | Terraform | [neerfri/asdf-terraform](https://github.com/neerfri/asdf-terraform) | [![Build Status](https://travis-ci.org/neerfri/asdf-terraform.svg?branch=master)](https://travis-ci.org/neerfri/asdf-terraform) From cda74b11bc08fdc772eb39cd7cad3ec5bbe24cf2 Mon Sep 17 00:00:00 2001 From: Jason Legler Date: Wed, 14 Dec 2016 00:39:35 -0700 Subject: [PATCH 3/4] Removed Scala and D since it's in a different PR --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bb2d71d5..fd6ae0b3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ Plugins are how asdf understands how to handle different packages. Below is a li | Language | Repository | CI Status |-----------|-------------|---------- -| D (DMD) | [smashedtoatoms/asdf-dmd](https://github.com/smashedtoatoms/asdf-dmd) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-dmd.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-dmd) | Elixir | [asdf-vm/asdf-elixir](https://github.com/asdf-vm/asdf-elixir) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-elixir.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-elixir) | Elm | [vic/asdf-elm](https://github.com/vic/asdf-elm) | [![Build Status](https://travis-ci.org/vic/asdf-elm.svg?branch=master)](https://travis-ci.org/vic/asdf-elm) | Erlang | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-erlang.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-erlang) @@ -72,7 +71,6 @@ Plugins are how asdf understands how to handle different packages. Below is a li | Riak | [smashedtoatoms/asdf-riak](https://github.com/smashedtoatoms/asdf-riak) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-riak.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-riak) | Ruby | [asdf-vm/asdf-ruby](https://github.com/asdf-vm/asdf-ruby) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-ruby.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-ruby) | Rust | [code-lever/asdf-rust](https://github.com/code-lever/asdf-rust) | [![Build Status](https://travis-ci.org/code-lever/asdf-rust.svg?branch=master)](https://travis-ci.org/code-lever/asdf-rust) -| Scala | [smashedtoatoms/asdf-scala](https://github.com/smashedtoatoms/asdf-scala) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-scala.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-scala) | Terraform | [neerfri/asdf-terraform](https://github.com/neerfri/asdf-terraform) | [![Build Status](https://travis-ci.org/neerfri/asdf-terraform.svg?branch=master)](https://travis-ci.org/neerfri/asdf-terraform) From 1e6bca25426d9c581b7a1e9a53c890e48565d175 Mon Sep 17 00:00:00 2001 From: Jason Legler Date: Wed, 28 Dec 2016 15:47:31 -0700 Subject: [PATCH 4/4] Removed link to luarocks for luaJIT because I added it to luaJIT --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fd6ae0b3..6cb9914d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ Plugins are how asdf understands how to handle different packages. Below is a li | LFE | [vic/asdf-lfe](https://github.com/vic/asdf-lfe) | [![Build Status](https://travis-ci.org/vic/asdf-lfe.svg?branch=master)](https://travis-ci.org/vic/asdf-lfe) | Lua | [Stratus3D/asdf-lua](https://github.com/Stratus3D/asdf-lua) | [![Build Status](https://travis-ci.org/Stratus3D/asdf-lua.svg?branch=master)](https://travis-ci.org/Stratus3D/asdf-lua) | LuaJIT | [smashedtoatoms/asdf-luaJIT](https://github.com/smashedtoatoms/asdf-luaJIT) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-luaJIT.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-luaJIT) -| LuaJIT-luarocks | [smashedtoatoms/asdf-luaJIT-luarocks](https://github.com/smashedtoatoms/asdf-luaJIT-luarocks) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-luaJIT-luarocks.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-luaJIT-luarocks) | OpenResty | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-openresty.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-openresty) | MongoDB | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb) | [![Build Status](https://travis-ci.org/sylph01/asdf-mongodb.svg?branch=master)](https://travis-ci.org/sylph01/asdf-mongodb) | Node.js | [asdf-vm/asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-nodejs.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-nodejs)