Skip to content

Commit

Permalink
Update Nori to ~>2.2: Fixes multibyte escape problem with Ruby 1.9.3-…
Browse files Browse the repository at this point in the history
…p392/2.0

Specifically, we want to include the fixes from issue savonrb/nori#37 (special
characters problem on Ruby 1.9.3-p392)
  • Loading branch information
ryanlchan committed May 2, 2013
1 parent c0d3a25 commit 81403ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google-contacts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "google-contacts"

s.add_runtime_dependency "nokogiri", "~>1.5.0"
s.add_runtime_dependency "nori", "~>2.0.3"
s.add_runtime_dependency "nori", "~>2.2"

s.add_runtime_dependency "jruby-openssl", "~>0.7.0" if RUBY_PLATFORM == "java"

Expand Down
2 changes: 2 additions & 0 deletions lib/google-contacts/client.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: US-ASCII

require "net/https"
require "nokogiri"
require "nori"
Expand Down

0 comments on commit 81403ee

Please sign in to comment.