rbs 0.6.0 → 0.10.0

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.6.0
4
+ version: 0.10.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-07-12 00:00:00.000000000 Z
11
+ date: 2020-08-10 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.
@@ -73,6 +73,7 @@ files:
73
73
  - lib/rbs/test/hook.rb
74
74
  - lib/rbs/test/observer.rb
75
75
  - lib/rbs/test/setup.rb
76
+ - lib/rbs/test/setup_helper.rb
76
77
  - lib/rbs/test/spy.rb
77
78
  - lib/rbs/test/tester.rb
78
79
  - lib/rbs/test/type_check.rb
@@ -169,9 +170,11 @@ files:
169
170
  - stdlib/pathname/pathname.rbs
170
171
  - stdlib/prime/integer-extension.rbs
171
172
  - stdlib/prime/prime.rbs
173
+ - stdlib/pty/pty.rbs
172
174
  - stdlib/securerandom/securerandom.rbs
173
175
  - stdlib/set/set.rbs
174
176
  - stdlib/tmpdir/tmpdir.rbs
177
+ - stdlib/zlib/zlib.rbs
175
178
  homepage: https://github.com/ruby/rbs
176
179
  licenses:
177
180
  - BSD-2-Clause