ruby-next 1.1.2 → 1.2.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 +8 -0
- data/README.md +2 -1
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d86770d90dccdc5ccd474e6a21388b378fc87085f99be84db495c2ff5a40212
|
|
4
|
+
data.tar.gz: 455098e68802ee22c71d1e9bc1711fa7fe9d9cc5467cc024afa2238a790305a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e61c489fad877a3a06407ec3d7459d9866961efe2ab0725aea01f0235f6f42fdb06d917f633948c4cfa593acac8479ea95c9b87aa97e053bde6d5910ce03a172
|
|
7
|
+
data.tar.gz: af14f5f53041971f539fcfef2c1c8d64834588a66724b73177f5deb6c0c6ba222228a912bf64548fd47fa4f6a317de672121f10429fe9458c986d490c62dd1a2
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -45,7 +45,8 @@ Read more about the motivation behind the Ruby Next in this post: [Ruby Next: Ma
|
|
|
45
45
|
|
|
46
46
|
## Talks
|
|
47
47
|
|
|
48
|
-
- [Ruby
|
|
48
|
+
- [Ruby Mixology 101: adding shots of PHP, Elixir, and more](https://evilmartians.com/events/ruby-mixology-101) (RubyKaigi 2024)
|
|
49
|
+
- [Ruby Next: Make old Rubies quack like a new one](https://evilmartians.com/events/ruby-next-make-old-ruby-quack-like-a-new-one) (RubyConf 2019)
|
|
49
50
|
|
|
50
51
|
## Examples
|
|
51
52
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-next
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vladimir Dementyev
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: ruby-next-core
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - '='
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
18
|
+
version: 1.2.0
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - '='
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
25
|
+
version: 1.2.0
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: ruby-next-parser
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -101,7 +100,6 @@ metadata:
|
|
|
101
100
|
documentation_uri: https://github.com/ruby-next/ruby-next/blob/master/README.md
|
|
102
101
|
homepage_uri: https://github.com/ruby-next/ruby-next
|
|
103
102
|
source_code_uri: https://github.com/ruby-next/ruby-next
|
|
104
|
-
post_install_message:
|
|
105
103
|
rdoc_options: []
|
|
106
104
|
require_paths:
|
|
107
105
|
- lib
|
|
@@ -116,8 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
114
|
- !ruby/object:Gem::Version
|
|
117
115
|
version: '0'
|
|
118
116
|
requirements: []
|
|
119
|
-
rubygems_version: 3.
|
|
120
|
-
signing_key:
|
|
117
|
+
rubygems_version: 3.6.9
|
|
121
118
|
specification_version: 4
|
|
122
119
|
summary: Make older Rubies quack like edge Ruby
|
|
123
120
|
test_files: []
|