rbs 2.0.0.pre2 → 2.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/lib/rbs/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6c23428bebbddb53710d5f77761d75bdcafa38d988b9fdc62b20563ff3eb60a
|
|
4
|
+
data.tar.gz: 65c065d547aed025238d0350800830e31e18a3fcd21db73406a7374202517b80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0fbada9d621cb2e1cd2a3793ad208d78a50f826c1c58e03eb5d256f8e6fa024446549f2943c85e37dc0ad1170672b66651dab66d5f8eb3d0a0f9b5757e9315e
|
|
7
|
+
data.tar.gz: 505fcfdf431ac0c904325494157fab4c5b1855b200ba1d416be0cf3680c173ac302517eb99a93d6657a0344a1fa198a2455498fec493f6b240a96d7b8cddf994
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
-
## 2.0.0 (
|
|
5
|
+
## 2.0.0 (2021-12-24)
|
|
6
6
|
|
|
7
7
|
### Bounded Generics
|
|
8
8
|
|
|
@@ -60,7 +60,7 @@ It was an incompatibility with Ruby and [this PR](https://github.com/ruby/rbs/pu
|
|
|
60
60
|
|
|
61
61
|
### Signature updates
|
|
62
62
|
|
|
63
|
-
* uri ([\#846](https://github.com/ruby/rbs/pull/846), [\#852](https://github.com/ruby/rbs/pull/852), [\#851](https://github.com/ruby/rbs/pull/851), [\#850](https://github.com/ruby/rbs/pull/850))
|
|
63
|
+
* uri ([\#846](https://github.com/ruby/rbs/pull/846), [\#852](https://github.com/ruby/rbs/pull/852), [\#851](https://github.com/ruby/rbs/pull/851), [\#850](https://github.com/ruby/rbs/pull/850), [#849](https://github.com/ruby/rbs/pull/849))
|
|
64
64
|
|
|
65
65
|
### Language updates
|
|
66
66
|
|
data/lib/rbs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Soutaro Matsumoto
|
|
@@ -357,9 +357,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
357
357
|
version: '2.6'
|
|
358
358
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
359
|
requirements:
|
|
360
|
-
- - "
|
|
360
|
+
- - ">="
|
|
361
361
|
- !ruby/object:Gem::Version
|
|
362
|
-
version:
|
|
362
|
+
version: '0'
|
|
363
363
|
requirements: []
|
|
364
364
|
rubygems_version: 3.2.22
|
|
365
365
|
signing_key:
|