ruby-factual 0.1 → 0.1.1
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/README.md +1 -1
- data/lib/factual.rb +1 -1
- metadata +4 -3
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A block of code is worth a thousand words.
|
|
|
5
5
|
> gem 'ruby-factual'
|
|
6
6
|
> require 'factual'
|
|
7
7
|
>
|
|
8
|
-
> api = Factual::Api.new(:api_key => "<YOUR_FACTUAL_API_KEY>"
|
|
8
|
+
> api = Factual::Api.new(:api_key => "<YOUR_FACTUAL_API_KEY>")
|
|
9
9
|
>
|
|
10
10
|
> # get table and its metadata
|
|
11
11
|
> # table metadata: name, description, rating, source, creator, created_at,
|
data/lib/factual.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-factual
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Forrest Cao
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2010-
|
|
18
|
+
date: 2010-12-15 00:00:00 +08:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|