rbs 0.17.0 → 0.20.1

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.
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.17.0
4
+ version: 0.20.1
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-14 00:00:00.000000000 Z
11
+ date: 2020-12-06 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.
@@ -74,6 +74,7 @@ files:
74
74
  - core/nil_class.rbs
75
75
  - core/numeric.rbs
76
76
  - core/object.rbs
77
+ - core/object_space.rbs
77
78
  - core/proc.rbs
78
79
  - core/process.rbs
79
80
  - core/random.rbs
@@ -205,6 +206,7 @@ files:
205
206
  - stdlib/logger/0/logger.rbs
206
207
  - stdlib/logger/0/period.rbs
207
208
  - stdlib/logger/0/severity.rbs
209
+ - stdlib/monitor/0/monitor.rbs
208
210
  - stdlib/mutex_m/0/mutex_m.rbs
209
211
  - stdlib/pathname/0/pathname.rbs
210
212
  - stdlib/prime/0/integer-extension.rbs
@@ -213,6 +215,7 @@ files:
213
215
  - stdlib/pty/0/pty.rbs
214
216
  - stdlib/securerandom/0/securerandom.rbs
215
217
  - stdlib/set/0/set.rbs
218
+ - stdlib/singleton/0/singleton.rbs
216
219
  - stdlib/tmpdir/0/tmpdir.rbs
217
220
  - stdlib/tsort/0/cyclic.rbs
218
221
  - stdlib/tsort/0/interfaces.rbs
@@ -223,6 +226,8 @@ files:
223
226
  - stdlib/uri/0/https.rbs
224
227
  - stdlib/uri/0/ldap.rbs
225
228
  - stdlib/uri/0/ldaps.rbs
229
+ - stdlib/yaml/0/dbm.rbs
230
+ - stdlib/yaml/0/store.rbs
226
231
  - stdlib/zlib/0/zlib.rbs
227
232
  - steep/Gemfile
228
233
  - steep/Gemfile.lock
@@ -249,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
254
  - !ruby/object:Gem::Version
250
255
  version: '0'
251
256
  requirements: []
252
- rubygems_version: 3.1.2
257
+ rubygems_version: 3.2.0.rc.2
253
258
  signing_key:
254
259
  specification_version: 4
255
260
  summary: Type signature for Ruby.