rbs 0.7.0 → 0.11.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.7.0
4
+ version: 0.11.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-20 00:00:00.000000000 Z
11
+ date: 2020-08-31 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
@@ -155,6 +156,8 @@ files:
155
156
  - stdlib/builtin/warning.rbs
156
157
  - stdlib/coverage/coverage.rbs
157
158
  - stdlib/csv/csv.rbs
159
+ - stdlib/date/date.rbs
160
+ - stdlib/date/date_time.rbs
158
161
  - stdlib/erb/erb.rbs
159
162
  - stdlib/fiber/fiber.rbs
160
163
  - stdlib/find/find.rbs
@@ -169,9 +172,11 @@ files:
169
172
  - stdlib/pathname/pathname.rbs
170
173
  - stdlib/prime/integer-extension.rbs
171
174
  - stdlib/prime/prime.rbs
175
+ - stdlib/pty/pty.rbs
172
176
  - stdlib/securerandom/securerandom.rbs
173
177
  - stdlib/set/set.rbs
174
178
  - stdlib/tmpdir/tmpdir.rbs
179
+ - stdlib/zlib/zlib.rbs
175
180
  homepage: https://github.com/ruby/rbs
176
181
  licenses:
177
182
  - BSD-2-Clause