ruby-factual 0.1.4 → 0.1.5.DEPRECATING
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -0
- metadata +4 -4
data/README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## Important Notes
|
2
|
+
|
3
|
+
Factual is deprecating the v2 APIs. We have released a new ruby gem for the new API (v3), and you can find it here: https://github.com/Factual/factual-ruby-driver. If you do not have a v3 API Key, please go applying one at: http://www.factual.com/devtools/beta.
|
4
|
+
|
1
5
|
## Sample Usage
|
2
6
|
|
3
7
|
A block of code is worth a thousand words.
|
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-factual
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 0.1.
|
4
|
+
prerelease: 6
|
5
|
+
version: 0.1.5.DEPRECATING
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Forrest Cao
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date:
|
13
|
+
date: 2012-02-24 00:00:00 +08:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
version: 1.2.0
|
25
25
|
type: :runtime
|
26
26
|
version_requirements: *id001
|
27
|
-
description: Ruby gem to access Factual API
|
27
|
+
description: Ruby gem to access Factual API v2, which Factual is deprecateing it. For ruby gem of API v3, please visit https://github.com/Factual/factual-ruby-driver.
|
28
28
|
email: forrest@factual.com
|
29
29
|
executables: []
|
30
30
|
|