cognitive_faculty 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1c78a5552d4d4af308e816866272d3f7be296b5a7bee2add05db61436a599e0
4
- data.tar.gz: cb98e2311b120b2205b9360b39338bce0d581017aa79ff10ecc21cbc71a08d40
3
+ metadata.gz: 95199f718d69e24b6302c44aeab67c290a4555a886f9872dc9ffd2d2b28348e8
4
+ data.tar.gz: 8dd37e0f402640410b7a21617f44d28f661fd795cd8db778e72532a2194cc405
5
5
  SHA512:
6
- metadata.gz: 3c0ea41abb42a32e132e0eb36b66039af027962a52731ebc75f1cb8893fcb3c561a87cc3f8c32293ad1df04e2aae25d13432db3770ecd1f79a3615567a17a626
7
- data.tar.gz: 9bb19d71734bffd5f564123025fcb9b5ad7e7e32db563cab1a8014a09def2eb794eb65abf0eac3b974d0fb585d1ba3c66f4c6a25ef6c11bb9ba2dbaf5d0f04cf
6
+ metadata.gz: 1921f302cdce5a375f7444f775e91526b24556d5570c7d470ca7d0e4424b996e26d4b49d87fde7ed8382192a00da006f179656872c7797d488132d38fbfcba75
7
+ data.tar.gz: 2023cd3b6b83d3c727645f9852c84227005e9444923cc0bba0888c07bcc51b10f82906e17efd7babb7344ab4e0a396c596ac46c6096c2c203bbf2a01285fd3ac
data/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cognitive_faculty (3.0.0)
5
- activemodel (~> 6.0.2.1)
6
- activesupport (~> 6.0.2.1)
7
- faraday_middleware (~> 0.12.2)
8
- her (~> 1.1.0)
9
- oauth2 (~> 1.4.0)
4
+ cognitive_faculty (3.0.1)
5
+ activemodel (>= 6.0)
6
+ activesupport (>= 6.0.2.1)
7
+ faraday_middleware (>= 0.12.2)
8
+ her (>= 1.1.0)
9
+ oauth2 (>= 1.4.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (6.0.2.2)
15
- activesupport (= 6.0.2.2)
16
- activesupport (6.0.2.2)
14
+ activemodel (6.0.3.3)
15
+ activesupport (= 6.0.3.3)
16
+ activesupport (6.0.3.3)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 0.7, < 2)
19
19
  minitest (~> 5.1)
20
20
  tzinfo (~> 1.1)
21
- zeitwerk (~> 2.2)
21
+ zeitwerk (~> 2.2, >= 2.2.2)
22
22
  ast (2.4.0)
23
- concurrent-ruby (1.1.6)
23
+ concurrent-ruby (1.1.7)
24
24
  diff-lcs (1.3)
25
25
  faraday (0.17.3)
26
26
  multipart-post (>= 1.2, < 3)
27
- faraday_middleware (0.12.2)
27
+ faraday_middleware (0.14.0)
28
28
  faraday (>= 0.7.4, < 1.0)
29
29
  her (1.1.0)
30
30
  activemodel (>= 4.2.1)
31
31
  faraday (>= 0.8, < 1.0)
32
32
  multi_json (~> 1.7)
33
- i18n (1.8.3)
33
+ i18n (1.8.5)
34
34
  concurrent-ruby (~> 1.0)
35
35
  jaro_winkler (1.5.4)
36
- jwt (2.2.1)
37
- minitest (5.14.1)
38
- multi_json (1.14.1)
36
+ jwt (2.2.2)
37
+ minitest (5.14.2)
38
+ multi_json (1.15.0)
39
39
  multi_xml (0.6.0)
40
40
  multipart-post (2.1.1)
41
41
  oauth2 (1.4.4)
@@ -77,7 +77,7 @@ GEM
77
77
  tzinfo (1.2.7)
78
78
  thread_safe (~> 0.1)
79
79
  unicode-display_width (1.7.0)
80
- zeitwerk (2.3.0)
80
+ zeitwerk (2.4.0)
81
81
 
82
82
  PLATFORMS
83
83
  ruby
@@ -37,7 +37,7 @@ module CognitiveFaculty
37
37
  c.use Faraday::Response::Logger, nil, body: true
38
38
 
39
39
  # Adapter
40
- c.use Faraday::Adapter::NetHttp
40
+ c.adapter Faraday::Adapter::NetHttp
41
41
  end
42
42
  require "cognitive_faculty/models"
43
43
  api
@@ -1,3 +1,3 @@
1
1
  module CognitiveFaculty
2
- VERSION = "3.0.1".freeze
2
+ VERSION = "3.0.2".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cognitive_faculty
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Aoqui
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-11 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler