rbs 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,7 @@ module Zlib
82
82
  # #=> Adler32 checksum: 2820145
83
83
  #
84
84
  def self.adler32: () -> Integer
85
- | (String) -> Integer
85
+ | (String) -> Integer
86
86
  | (String, Integer) -> Integer
87
87
 
88
88
  # Combine two Adler-32 check values in to one. `alder1` is the first Adler-32
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.10.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-08-10 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.
@@ -156,6 +156,8 @@ files:
156
156
  - stdlib/builtin/warning.rbs
157
157
  - stdlib/coverage/coverage.rbs
158
158
  - stdlib/csv/csv.rbs
159
+ - stdlib/date/date.rbs
160
+ - stdlib/date/date_time.rbs
159
161
  - stdlib/erb/erb.rbs
160
162
  - stdlib/fiber/fiber.rbs
161
163
  - stdlib/find/find.rbs