Skip to content

Commit

Permalink
matching source up with koppen/rbing/azure
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMahan committed Aug 21, 2012
1 parent 5faf156 commit be1d4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/rbing.rb
Expand Up @@ -114,10 +114,7 @@ def search(source, query, options={})
if rsp.response.is_a?(Net::HTTPOK)
ResponseData.new(rsp['d']) if rsp
else
raise RBing::APIError.new(
rsp.request.to_yaml + "\n" +
rsp.response.to_yaml
)
raise RBing::APIError.new(rsp.response.inspect)
end
end

Expand Down
2 changes: 1 addition & 1 deletion rbing.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{rbing}
s.version = "2.0.1"
s.version = "2.0.0.pre"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mike Demers", "Kelly Mahan"]
Expand Down

0 comments on commit be1d4a3

Please sign in to comment.