Rakefile in shvets-google_translate-0.5.7 vs Rakefile in shvets-google_translate-0.5.8

- old
+ new

@@ -37,10 +37,10 @@ end desc "Run gem code locally" task :"run:gem" do command = "bin/translate " + ENV['params'] - puts ruby "#{command}" + puts ruby("#{command}") end desc "test gem compatibility with github" task :"github:validate" do require 'yaml'