Sha256: 96d6806a1470ecc138b0ca1f2c342012ac242a6ae19c6e7420a466ea7fb3ca03
Contents?: true
Size: 642 Bytes
Versions: 13
Compression:
Stored size: 642 Bytes
Contents
# Using this file you can add gems dependencies to your application. # gem_name, options # gem_name is the name of the gem you want to add. # :version, optional, is the version of the gem you want to use. # :libs, optional, is an array of files you want to require. # :source, options, is the source you want to use to install a particular gem. require_gems do |gem| <% if @options["orm"] -%> gem.add "mack-<%=@options["orm"]%>", :libs => "mack-<%=@options["orm"]%>" <% end -%> # examples: # gem.add :redgreen, :version => "1.2.2", :libs => :redgreen # gem.add :termios # gem.add :rubyzip, :source => "http://gems.rubyforge.org" end
Version data entries
13 entries across 13 versions & 1 rubygems