ruby-next 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +14 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9dfae1f3f0f345b0a27a260ffbf8346fb6f2d26c3cfb83851cc5ffb2a48d9abe
4
+ data.tar.gz: c52597614a9d3348c2986b94810aefe2ea52f60f108b3d1e080e3d85d210928b
5
+ SHA512:
6
+ metadata.gz: a6b85ad3b19a580b1c62032ca271349b5f53f7833d577e432808dd7ffa130bb6b9009a4953124b8e8be2fdd29727c31125d6c461a4406d1c1c71cd7de539a853
7
+ data.tar.gz: 984eb22d6356381945f60c58b5a07f0cf5277ea4231ec3e0ef504bba65b6e942316092736ab0884613df7a83bc356294cb797d359617eed25e5366a5b3ed5561
@@ -0,0 +1,14 @@
1
+ # Ruby Next Playground
2
+
3
+ > Make older Rubies quack like edge Ruby!
4
+
5
+ ## Resources
6
+
7
+ - [Pattern Matching, RubyKaigi 2019](https://speakerdeck.com/k_tsj/pattern-matching-new-feature-in-ruby-2-dot-7?slide=15)
8
+ - [parser + pattern matching](https://github.com/whitequark/parser/pull/574)
9
+ - [vernacular-ast](https://github.com/kddeisz/vernacular-ast)
10
+ - [iseq_builder](https://github.com/youchan/iseq_builder)
11
+ - [unparser](https://github.com/mbj/unparser)
12
+ - [TOPLEVEL_BINDING.eval + require_relative](https://bugs.ruby-lang.org/issues/4487)
13
+ - [malloc_trim](https://github.com/tessi/malloc_trim)
14
+ - [Ruby changes](https://rubyreferences.github.io/rubychanges)
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-next
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Vladimir Dementyev
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-10-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: "\n Coming soon.\n "
14
+ email:
15
+ - dementiev.vm@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ homepage: http://github.com/palkan/ruby-next
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '2.5'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.4
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Make older Rubies quack like edge Ruby
44
+ test_files: []