nubank_sdk 0.7.6 → 0.7.7

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: 1a431630e59a11ebcf2c756c8b5d7e1e0f75cecdea8063c7e64072c555fc339f
4
- data.tar.gz: 960fe9c84b5087151528b41502bb73094e4aa93c85fc84f13933108bcd367a89
3
+ metadata.gz: 754e8fdd62c26d8cd05f9e2ba7d0566d06db2a1d19d35c4da0c269acf6a7856a
4
+ data.tar.gz: 7995e11b9d32330ae0ba64ebc15bc3d4e154ad317ef4ca1a9e0ed9f2fc29a547
5
5
  SHA512:
6
- metadata.gz: 58dabc12ec30e006db8b5728d1673466fecbed0a48c275260cece66e9a49b3efe7cdb0e66b1604128c8a2ef4b51472708ccf934dc76321a867ac11d3913d75ba
7
- data.tar.gz: 8be448780bcf9c3b1aecbfc031d492037568cc58f93d9c56ff2e4e62d0934fe46410a69a728baf58c8731ba5bfbe7dfb53eea386ff1686a04fbceb069aec0c76
6
+ metadata.gz: 8fa99d6d646b9ed121fc1997e745844e3360cc2b97a4f37136ca7eaf53e6e0ff7b46da93edc6aafe48ea2007b58b9cbbb5e424380bc1836b2c9dd4ddf48dcbd8
7
+ data.tar.gz: 4608ddb98d8386205c3679f457cea115f04ea23228f4e995053ccf4349369512c4ef2b47adb940eb2fd0213352a8deb985c520f418f2e4b9f73bdb665d54ac67
@@ -4,12 +4,15 @@ on:
4
4
  branches: [ "develop" ]
5
5
  pull_request:
6
6
  branches: [ "develop" ]
7
+
7
8
  jobs:
8
9
  Rspec:
9
10
  runs-on: ubuntu-latest
10
11
  strategy:
11
12
  matrix:
12
13
  ruby-version: ['3.0']
14
+ permissions:
15
+ checks: write
13
16
 
14
17
  steps:
15
18
  - uses: actions/checkout@v3
data/.gitignore CHANGED
@@ -10,3 +10,5 @@
10
10
 
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
+
14
+ nubank_sdk-*.gem
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nubank_sdk (0.7.6)
4
+ nubank_sdk (0.7.7)
5
5
  faraday (~> 2.7.1)
6
6
  json (~> 2.3)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.0.4.1)
11
+ activesupport (7.0.4.3)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
@@ -16,7 +16,7 @@ GEM
16
16
  ast (2.4.2)
17
17
  backport (1.2.0)
18
18
  benchmark (0.2.1)
19
- concurrent-ruby (1.1.10)
19
+ concurrent-ruby (1.2.2)
20
20
  diff-lcs (1.5.0)
21
21
  docile (1.4.0)
22
22
  e2mmap (0.1.0)
@@ -36,8 +36,8 @@ GEM
36
36
  kramdown-parser-gfm (1.1.0)
37
37
  kramdown (~> 2.0)
38
38
  mini_portile2 (2.8.1)
39
- minitest (5.17.0)
40
- nokogiri (1.14.0)
39
+ minitest (5.18.0)
40
+ nokogiri (1.14.3)
41
41
  mini_portile2 (~> 2.8.0)
42
42
  racc (~> 1.4)
43
43
  parallel (1.22.1)
@@ -105,7 +105,7 @@ GEM
105
105
  yard (~> 0.9, >= 0.9.24)
106
106
  thor (1.2.1)
107
107
  tilt (2.0.11)
108
- tzinfo (2.0.5)
108
+ tzinfo (2.0.6)
109
109
  concurrent-ruby (~> 1.0)
110
110
  unicode-display_width (2.3.0)
111
111
  webrick (1.7.0)
@@ -44,6 +44,7 @@ module NubankSdk
44
44
  def post(path, body)
45
45
  @connection.post(path) do |req|
46
46
  req.headers['Content-Type'] = 'application/json'
47
+ req.headers['X-Correlation-Id'] = 'WEB-APP.pewW9'
47
48
  req.body = body.to_json
48
49
  end
49
50
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NubankSdk
4
- VERSION = '0.7.6'
4
+ VERSION = '0.7.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nubank_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Viserion77
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-24 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler