Sha256: c5ba0ed0abccad22112470cf411a7810286288d6596b4e1edfc4bb6b771b24c3
Contents?: true
Size: 523 Bytes
Versions: 42
Compression:
Stored size: 523 Bytes
Contents
source 'https://rubygems.org' gem 'builderator', '<%= generator.project.current.builderator.version %>' <% if generator.project.current.vagrant.install -%> gem 'vagrant', :github => 'mitchellh/vagrant', :tag => '<%= generator.project.current.vagrant.version %>', :group => :development group :plugins do <% generator.project.current.vagrant.plugin.each do |pname, plugin| -%> gem '<%= pname %>'<% if plugin.has?(:version) %>'<%= plugin.version %>'<% end %> <% end -%> end <% end -%>
Version data entries
42 entries across 42 versions & 1 rubygems