Skip to content
Snippets Groups Projects
Commit aac79d33 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove extraneous characters.

parent 4fd6e29d
No related branches found
No related tags found
No related merge requests found
{ {
"authenticationResultCode":"ValidCredentials", "authenticationResultCode":"ValidCredentials",
"brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png", "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
"copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
"resourceSets":[ "resourceSets":[
{ {
"estimatedTotal":1, "estimatedTotal":1,
...@@ -37,4 +37,4 @@ ...@@ -37,4 +37,4 @@
"statusCode":200, "statusCode":200,
"statusDescription":"OK", "statusDescription":"OK",
"traceId":"55094ee53c8d45e789794014666328cd|CH1M001466|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001370, CH1MSNVM001397" "traceId":"55094ee53c8d45e789794014666328cd|CH1M001466|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001370, CH1MSNVM001397"
} }
\ No newline at end of file
{ {
"authenticationResultCode":"ValidCredentials", "authenticationResultCode":"ValidCredentials",
"brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png", "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
"copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
"resourceSets":[ "resourceSets":[
{ {
"estimatedTotal":0, "estimatedTotal":0,
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
"statusCode":200, "statusCode":200,
"statusDescription":"OK", "statusDescription":"OK",
"traceId":"907b76a307bc49129a489de3d4c992ea|CH1M001463|02.00.82.2800|CH1MSNVM001383, CH1MSNVM001358, CH1MSNVM001397" "traceId":"907b76a307bc49129a489de3d4c992ea|CH1M001463|02.00.82.2800|CH1MSNVM001383, CH1MSNVM001358, CH1MSNVM001397"
} }
\ No newline at end of file
{ {
"authenticationResultCode":"ValidCredentials", "authenticationResultCode":"ValidCredentials",
"brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png", "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
"copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
"resourceSets":[ "resourceSets":[
{ {
"estimatedTotal":1, "estimatedTotal":1,
...@@ -39,4 +39,4 @@ ...@@ -39,4 +39,4 @@
"statusCode":200, "statusCode":200,
"statusDescription":"OK", "statusDescription":"OK",
"traceId":"27bd5ed659e64ba6970c4144f1d4ea94|CH1M001470|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001374" "traceId":"27bd5ed659e64ba6970c4144f1d4ea94|CH1M001470|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001374"
} }
\ No newline at end of file
...@@ -119,7 +119,7 @@ module Geocoder ...@@ -119,7 +119,7 @@ module Geocoder
read_fixture "freegeoip_74_200_247_59.json" read_fixture "freegeoip_74_200_247_59.json"
end end
end end
class Bing < Base class Bing < Base
private #----------------------------------------------------------------- private #-----------------------------------------------------------------
def fetch_raw_data(query, reverse = false) def fetch_raw_data(query, reverse = false)
...@@ -135,7 +135,7 @@ module Geocoder ...@@ -135,7 +135,7 @@ module Geocoder
end end
end end
end end
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment