dev/provisioning/modules/drush/templates/install-versions-hash.erb
author ymh <ymh.work@gmail.com>
Mon, 31 Oct 2016 14:24:23 +0100
changeset 386 c731ab9b934d
parent 353 bf1bc6b08c46
permissions -rw-r--r--
implement first version of sparql client interface

---
<% scope.lookupvar('drush::versions').each do |version| %>
  <%= version %> :
    version : '<%= version %>'
<% end %>