factual-api 1.3.19 → 1.3.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +1 -1
- data/lib/factual/api.rb +1 -1
- metadata +15 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: fafdf90837e574051be839bdf2a06f8d638eefd41cd3304e4da45fb0d95e9d20
|
4
|
+
data.tar.gz: c1f6dbf964b383bd5f8f302d89b7088a4dfe621bab36f75b585cb6b9a2bca803
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5780678f06356ba5fc51edc9150830c2370920585393b99dfdc0199709a7e0dbc760a0ac9bd13a449bf92f239af968b8f0baf6d2acfcd7ceab759a71cc69af21
|
7
|
+
data.tar.gz: b8c6d6753be15067ffcba561d3cd1a1288650d585180099368e34e35e3a025f1f8d40949136d489d73732a50f4890d7adcce5257fc6d08c79027431ef88b1b0f
|
data/README.md
CHANGED
@@ -227,7 +227,7 @@ Debug Mode will output useful information about what's going on, including the
|
|
227
227
|
|
228
228
|
|
229
229
|
## Custom timeouts
|
230
|
-
You can set the request timeout (in
|
230
|
+
You can set the request timeout (in seconds):
|
231
231
|
```ruby
|
232
232
|
# set the timeout as 1 second
|
233
233
|
factual = Factual.new(key, secret, :timeout => 1)
|
data/lib/factual/api.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
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.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Rudiger Lippert
|
8
7
|
- Forrest Cao
|
9
|
-
|
8
|
+
- Hao Hong
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-11-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: oauth
|
@@ -37,20 +37,20 @@ dependencies:
|
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '2.0'
|
41
41
|
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
43
|
+
version: 2.0.0
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
46
|
version_requirements: !ruby/object:Gem::Requirement
|
47
47
|
requirements:
|
48
48
|
- - "~>"
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: '
|
50
|
+
version: '2.0'
|
51
51
|
- - ">="
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version:
|
53
|
+
version: 2.0.0
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
55
|
name: rspec
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,8 +67,8 @@ dependencies:
|
|
67
67
|
version: '0'
|
68
68
|
description: Factual's official Ruby driver for the Factual public API.
|
69
69
|
email:
|
70
|
-
-
|
71
|
-
-
|
70
|
+
- forrest@foursquare.com
|
71
|
+
- honghao@foursquare.com
|
72
72
|
executables: []
|
73
73
|
extensions: []
|
74
74
|
extra_rdoc_files: []
|
@@ -93,7 +93,7 @@ homepage: http://github.com/Factual/factual-ruby-driver
|
|
93
93
|
licenses:
|
94
94
|
- Apache-2.0
|
95
95
|
metadata: {}
|
96
|
-
post_install_message:
|
96
|
+
post_install_message:
|
97
97
|
rdoc_options: []
|
98
98
|
require_paths:
|
99
99
|
- lib
|
@@ -101,16 +101,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
102
102
|
- - ">="
|
103
103
|
- !ruby/object:Gem::Version
|
104
|
-
version:
|
104
|
+
version: 2.0.0
|
105
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
106
|
requirements:
|
107
107
|
- - ">="
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: 1.
|
109
|
+
version: 1.8.7
|
110
110
|
requirements: []
|
111
|
-
|
112
|
-
|
113
|
-
signing_key:
|
111
|
+
rubygems_version: 3.1.2
|
112
|
+
signing_key:
|
114
113
|
specification_version: 4
|
115
114
|
summary: Ruby driver for Factual
|
116
115
|
test_files: []
|