factual-api 1.3.19 → 1.3.20

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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. data/lib/factual/api.rb +1 -1
  4. metadata +15 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dc221c6f29c99ac6f095bfa64e9923d562a676a1
4
- data.tar.gz: 5f3058b1534bae72d0d92844416b6b12e16b49bd
2
+ SHA256:
3
+ metadata.gz: fafdf90837e574051be839bdf2a06f8d638eefd41cd3304e4da45fb0d95e9d20
4
+ data.tar.gz: c1f6dbf964b383bd5f8f302d89b7088a4dfe621bab36f75b585cb6b9a2bca803
5
5
  SHA512:
6
- metadata.gz: 34a9af25fa649b47723903de2f6e7b46f2cfd6a5d62b95b96535e14bb98842ffbd4df4e8322da58b0211e0ae22e72005cb506a7fdd6528ffb2611e7fbe8b33eb
7
- data.tar.gz: 241c0f4cd1630a1e5a3024ed910fb30a028e462b21e5d144fc214d193f1b587aca906e02e55ec8f91a891e07220be1e725511962d779b5d171a09be5ae7e9787
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 milliseconds):
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)
@@ -1,6 +1,6 @@
1
1
  class Factual
2
2
  class API
3
- VERSION = "1.3.19"
3
+ VERSION = "1.3.20"
4
4
  API_V3_HOST = "api.v3.factual.com"
5
5
  DRIVER_VERSION_TAG = "factual-ruby-driver-v" + VERSION
6
6
  PARAM_ALIASES = { :search => :q, :sort_asc => :sort }
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.19
4
+ version: 1.3.20
5
5
  platform: ruby
6
6
  authors:
7
- - Rudiger Lippert
8
7
  - Forrest Cao
9
- autorequire:
8
+ - Hao Hong
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-09 00:00:00.000000000 Z
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: '1.2'
40
+ version: '2.0'
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 1.2.0
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: '1.2'
50
+ version: '2.0'
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 1.2.0
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
- - rudy@factual.com
71
- - forrest@factual.com
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: 1.8.6
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.3.6
109
+ version: 1.8.7
110
110
  requirements: []
111
- rubyforge_project:
112
- rubygems_version: 2.5.1
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: []