Sha256: 9414c015f571a34c83dd7e20246ea2ee95b62b91dd348396ec372fea3d6cee95
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
source 'https://rubygems.org' <% if options["path"] %> gem 'alula', path: '<%= options["path"] %>/alula' gem 'alula-themes', path: '<%= options["path"] %>/alula' gem 'alula-plugins', path: '<%= options["path"] %>/alula' <% elsif options["edge"] %> gem 'alula', git: 'git://github.com/owlforestry/alula.git' gem 'alula-themes', git: 'git://github.com/owlforestry/alula.git' gem 'alula-plugins', git: 'git://github.com/owlforestry/alula.git' <% else %> gem 'alula' gem 'alula-themes' gem 'alula-plugins' <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alula-0.4.27 | template/Gemfile.erb |
alula-0.4.26 | template/Gemfile.erb |
alula-0.4.25 | template/Gemfile.erb |