Sha256: 26dd291fd6c27750b90297ab404b9cc459ade51b3bd320419d264ba8662f3733
Contents?: true
Size: 529 Bytes
Versions: 13
Compression:
Stored size: 529 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| # 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