lib/recipes/gems.rb in capitate-0.1.7 vs lib/recipes/gems.rb in capitate-0.1.8

- old
+ new

@@ -1,7 +1,16 @@ namespace :gems do - desc "Install gems" + 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) \ No newline at end of file