rbs 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.0.3.3)
4
+ activesupport (6.0.3.4)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 0.7, < 2)
7
7
  minitest (~> 5.1)
@@ -15,31 +15,31 @@ GEM
15
15
  ffi (1.13.1)
16
16
  i18n (1.8.5)
17
17
  concurrent-ruby (~> 1.0)
18
- language_server-protocol (3.14.0.2)
18
+ language_server-protocol (3.15.0.1)
19
19
  listen (3.2.1)
20
20
  rb-fsevent (~> 0.10, >= 0.10.3)
21
21
  rb-inotify (~> 0.9, >= 0.9.10)
22
22
  minitest (5.14.2)
23
- parser (2.7.1.5)
23
+ parser (2.7.2.0)
24
24
  ast (~> 2.4.1)
25
25
  rainbow (3.0.0)
26
26
  rb-fsevent (0.10.4)
27
27
  rb-inotify (0.10.1)
28
28
  ffi (~> 1.0)
29
- rbs (0.12.2)
30
- steep (0.28.0)
29
+ rbs (0.14.0)
30
+ steep (0.34.0)
31
31
  activesupport (>= 5.1)
32
32
  ast_utils (~> 0.3.0)
33
- language_server-protocol (~> 3.14.0.2)
34
- listen (~> 3.1)
33
+ language_server-protocol (~> 3.15.0.1)
34
+ listen (~> 3.0)
35
35
  parser (~> 2.7.0)
36
36
  rainbow (>= 2.2.2, < 4.0)
37
- rbs (~> 0.12.0)
37
+ rbs (~> 0.14.0)
38
38
  thor (1.0.1)
39
39
  thread_safe (0.3.6)
40
40
  tzinfo (1.2.7)
41
41
  thread_safe (~> 0.1)
42
- zeitwerk (2.4.0)
42
+ zeitwerk (2.4.1)
43
43
 
44
44
  PLATFORMS
45
45
  ruby
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Soutaro Matsumoto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-05 00:00:00.000000000 Z
11
+ date: 2020-11-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: RBS is the language for type signatures for Ruby and standard library
14
14
  definitions.
@@ -214,6 +214,9 @@ files:
214
214
  - stdlib/securerandom/0/securerandom.rbs
215
215
  - stdlib/set/0/set.rbs
216
216
  - stdlib/tmpdir/0/tmpdir.rbs
217
+ - stdlib/tsort/0/cyclic.rbs
218
+ - stdlib/tsort/0/interfaces.rbs
219
+ - stdlib/tsort/0/tsort.rbs
217
220
  - stdlib/uri/0/file.rbs
218
221
  - stdlib/uri/0/generic.rbs
219
222
  - stdlib/uri/0/http.rbs