Remove some unnecessary win64 checks.
has('win32') is always true on Win64.
* move the existing ruby checker to syntax_checkers/ruby/mri.vim * add a skeleton checker for jruby * load mri by default but add an option to specify which ruby checker to load This is in response to #185