Sha256: 288ce501370a47f96e48f485b384205b378e2ab62ae4ad9d84145dd4736731f4
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
namespace :gems do desc <<-DESC Install gems. set :gem_list, [ "rake", "mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql --with-mysql-config", "raspell" ] DESC task :install do # Settings fetch(:gem_list) gemc.install(gem_list) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capitate-0.1.8 | lib/recipes/gems.rb |
capitate-0.1.9 | lib/recipes/gems.rb |