Skip to content

Commit

Permalink
Add encoding header
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Arnoud <[email protected]>
  • Loading branch information
spk committed Aug 1, 2011
1 parent bf7a463 commit a33269b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require 'google_directions'
# encoding: UTF-8
require 'google_directions'
1 change: 1 addition & 0 deletions lib/google_directions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: UTF-8
require 'net/http'
require 'nokogiri'
require 'google_directions'
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: UTF-8
require 'rubygems'
require 'mocha'
require 'test/unit'
Expand Down
1 change: 1 addition & 0 deletions test/unit/google_directions_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: UTF-8
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper'))

class GoogleDirectionsTest < Test::Unit::TestCase
Expand Down

0 comments on commit a33269b

Please sign in to comment.