add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
# Private class
class mysql::bindings::ruby {
package{ 'ruby_mysql':
ensure => $mysql::bindings::ruby_package_ensure,
install_options => $mysql::bindings::install_options,
name => $mysql::bindings::ruby_package_name,
provider => $mysql::bindings::ruby_package_provider,
}
}