Skip to content

Commit

Permalink
variable added and dependent on RUBY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Freeman committed Apr 3, 2012
1 parent 7553f83 commit 0699551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/twitter_cldr.rb
Expand Up @@ -2,6 +2,8 @@

$:.push(File.dirname(__FILE__))

$KCODE = 'UTF-8' unless RUBY_VERSION >= '1.9.0'

require 'yaml'
require 'date'
require 'time'
Expand Down

0 comments on commit 0699551

Please sign in to comment.