seibii-http 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acdd3800bfb951e0f2a6bc79fa037ffb42783b9f1191e9b65b363b93ebee9f5e
4
- data.tar.gz: dab68a8d6e7abeea1333929a94f49165125c4ad3474463207d03e10bdd1aef90
3
+ metadata.gz: 39f815e4fd682e3e580728ac8125b53a0eb60319b990c526d5f6e5b1138c2242
4
+ data.tar.gz: f21fdba64f144804a3fa198e8e33c9a92293b2f7553846b62ffcdaa2a05fed82
5
5
  SHA512:
6
- metadata.gz: 0b884d2bc9b57ef09f8f068d1c98cb383200a9560249671b7db5e9413c69f583892c2433b254df0ce0d0703f97c9f79a15a01adb3f5f90e8abdaff23a507860a
7
- data.tar.gz: 8f0ee4798f38c84a4a2f42b6319364a52af6572c93b8b25f0c0bf03257ad8b74b28692a176970eb5beea3fd00a9d55626131cbc6d7288eb3528e354ffc73359c
6
+ metadata.gz: ae72367bd796e63a02c5ccb29b2c8a3dad1620f2390a94e00e0f3ac6d92e6e9205806d3c38ae7709c0b1fd12f659d23b1191a1f347af458779476602e3dd2847
7
+ data.tar.gz: fd78f35d200084a096e4e5ecc3ea2407f4a4016a702e1beb6ce765a2e51f8c1811e14f01536be2cdc6eb01676f32238352462403b77de0d611a5ae65b397045c
@@ -0,0 +1,17 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: monthly
7
+ time: "11:00"
8
+ timezone: Asia/Tokyo
9
+ open-pull-requests-limit: 20
10
+ reviewers:
11
+ - avexbesuke
12
+ - amatotsuji
13
+ - yuta-sanada0089
14
+ ignore:
15
+ - dependency-name: codecov
16
+ versions:
17
+ - ">= 0.2.14.a, < 0.2.15"
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seibii-http (1.0.2)
4
+ seibii-http (1.0.3)
5
5
  oj
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- ast (2.4.1)
11
- codecov (0.2.15)
12
- simplecov (>= 0.15, < 0.21)
10
+ ast (2.4.2)
11
+ codecov (0.5.2)
12
+ simplecov (>= 0.15, < 0.22)
13
13
  coderay (1.1.3)
14
14
  diff-lcs (1.4.4)
15
- docile (1.3.4)
16
- ffi (1.13.1)
15
+ docile (1.3.5)
16
+ ffi (1.15.1)
17
17
  formatador (0.2.5)
18
- guard (2.16.2)
18
+ guard (2.17.0)
19
19
  formatador (>= 0.2.4)
20
20
  listen (>= 2.7, < 4.0)
21
21
  lumberjack (>= 1.0.12, < 2.0)
@@ -32,7 +32,7 @@ GEM
32
32
  guard-rubocop (1.4.0)
33
33
  guard (~> 2.0)
34
34
  rubocop (< 2.0)
35
- listen (3.2.1)
35
+ listen (3.5.1)
36
36
  rb-fsevent (~> 0.10, >= 0.10.3)
37
37
  rb-inotify (~> 0.9, >= 0.9.10)
38
38
  lumberjack (1.2.8)
@@ -41,20 +41,20 @@ GEM
41
41
  notiffany (0.1.3)
42
42
  nenv (~> 0.1)
43
43
  shellany (~> 0.0)
44
- oj (3.11.0)
44
+ oj (3.11.5)
45
45
  parallel (1.20.1)
46
- parser (3.0.0.0)
46
+ parser (3.0.1.1)
47
47
  ast (~> 2.4.1)
48
- pry (0.13.1)
48
+ pry (0.14.1)
49
49
  coderay (~> 1.1)
50
50
  method_source (~> 1.0)
51
51
  rainbow (3.0.0)
52
52
  rake (13.0.3)
53
- rb-fsevent (0.10.4)
53
+ rb-fsevent (0.11.0)
54
54
  rb-inotify (0.10.1)
55
55
  ffi (~> 1.0)
56
- regexp_parser (2.0.3)
57
- rexml (3.2.4)
56
+ regexp_parser (2.1.1)
57
+ rexml (3.2.5)
58
58
  rspec (3.10.0)
59
59
  rspec-core (~> 3.10.0)
60
60
  rspec-expectations (~> 3.10.0)
@@ -68,26 +68,26 @@ GEM
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
69
  rspec-support (~> 3.10.0)
70
70
  rspec-support (3.10.0)
71
- rubocop (1.8.1)
71
+ rubocop (1.15.0)
72
72
  parallel (~> 1.10)
73
73
  parser (>= 3.0.0.0)
74
74
  rainbow (>= 2.2.2, < 4.0)
75
75
  regexp_parser (>= 1.8, < 3.0)
76
76
  rexml
77
- rubocop-ast (>= 1.2.0, < 2.0)
77
+ rubocop-ast (>= 1.5.0, < 2.0)
78
78
  ruby-progressbar (~> 1.7)
79
79
  unicode-display_width (>= 1.4.0, < 3.0)
80
- rubocop-ast (1.4.0)
81
- parser (>= 2.7.1.5)
80
+ rubocop-ast (1.7.0)
81
+ parser (>= 3.0.1.1)
82
82
  ruby-progressbar (1.11.0)
83
83
  shellany (0.0.1)
84
- simplecov (0.20.0)
84
+ simplecov (0.21.2)
85
85
  docile (~> 1.1)
86
86
  simplecov-html (~> 0.11)
87
87
  simplecov_json_formatter (~> 0.1)
88
88
  simplecov-html (0.12.3)
89
89
  simplecov_json_formatter (0.1.2)
90
- thor (1.0.1)
90
+ thor (1.1.0)
91
91
  unicode-display_width (2.0.0)
92
92
 
93
93
  PLATFORMS
@@ -106,4 +106,4 @@ DEPENDENCIES
106
106
  simplecov
107
107
 
108
108
  BUNDLED WITH
109
- 2.0.2
109
+ 2.1.4
@@ -13,7 +13,7 @@ module Seibii
13
13
  method: method,
14
14
  uri: uri,
15
15
  request_body: params&.yield_self { |p| Oj.dump(p, mode: :compat) },
16
- headers: headers.merge('Accept': 'application/json', 'Content-Type': 'application/json'),
16
+ headers: headers.merge(Accept: 'application/json', 'Content-Type': 'application/json'),
17
17
  need_verify_cert: need_verify_cert
18
18
  )
19
19
  Oj.load(response_body, mode: :compat, symbol_keys: true)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Seibii
4
4
  module Http
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seibii-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Ueki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-13 00:00:00.000000000 Z
11
+ date: 2021-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -158,6 +158,7 @@ extensions: []
158
158
  extra_rdoc_files: []
159
159
  files:
160
160
  - ".circleci/config.yml"
161
+ - ".github/dependabot.yml"
161
162
  - ".gitignore"
162
163
  - ".rubocop.yml"
163
164
  - ".ruby-version"