threetaps-client 1.0.13 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/dto/geocoder/geocoder_request.rb +1 -1
- data/threetaps-client.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.14
|
@@ -9,7 +9,7 @@ class GeocoderRequest < Struct.new(:latitude, :longitude, :country, :state, :cit
|
|
9
9
|
result << "\"city\":\"#{city}\"" unless city.nil?
|
10
10
|
result << "\"locality\":\"#{locality}\"" unless locality.nil?
|
11
11
|
result << "\"postal\":\"#{postal}\"" unless postal.nil?
|
12
|
-
result << "\"text\":\"#{
|
12
|
+
result << "\"text\":\"#{text.gsub(/"/,"")}\"" unless text.nil?
|
13
13
|
'{' + result.join(", ") + '}'
|
14
14
|
end
|
15
15
|
|
data/threetaps-client.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: threetaps-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 14
|
10
|
+
version: 1.0.14
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- 3taps.com
|