factual-api 1.3.5 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +8 -0
- data/lib/factual/api.rb +1 -1
- data/lib/factual/query/geopulse.rb +1 -1
- data/lib/factual/query/match.rb +1 -1
- data/lib/factual/query/resolve.rb +1 -1
- data/lib/factual/write/clear.rb +1 -0
- metadata +2 -2
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## v1.3.7
|
2
|
+
* adding clear_blanks param to clear
|
3
|
+
|
4
|
+
## v1.3.6
|
5
|
+
* change the endpoint of geopulse from /places/geopulse to /geopulse/context
|
6
|
+
* change the endpoint of resolve from /places/resolve to /t/places/resolve
|
7
|
+
* change the endpoint of match from /places/match to /t/places/match
|
8
|
+
|
1
9
|
## v1.3.5
|
2
10
|
* get a row
|
3
11
|
* change the integration test of geopulse to match the new payload
|
data/lib/factual/api.rb
CHANGED
data/lib/factual/query/match.rb
CHANGED
data/lib/factual/write/clear.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: factual-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-04-
|
13
|
+
date: 2013-04-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: oauth
|