Skip to content

Commit

Permalink
Edited lib/gdata.rb via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
agentrock committed Sep 25, 2011
1 parent e4eedf5 commit 271d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gdata.rb
Expand Up @@ -18,7 +18,7 @@
require 'gdata/client'
require 'gdata/auth'
# This is for Unicode "support"
if RUBY_VERSION < '1.9'
if RUBY_VERSION < "1.9"
require 'jcode'
$KCODE = 'UTF8'
end

0 comments on commit 271d0b4

Please sign in to comment.