rabbit-slide-unasuke-techfeed-conference-2022 1.0.1 → 1.0.2
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/config.yaml +1 -1
- data/pdf/techfeed-conference-2022-slide.pdf +0 -0
- data/slide.rab +0 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2c0bb06b5cae6ab05d1e8aed0b9fc86cb56f441c6b363c115c657cb03ce2e66
|
4
|
+
data.tar.gz: c2a7476563826b969cdb9c8658314ab3668a6c0840e9c0bca5eb447ff3a0969a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f36e9cc3c19ec7508f25d016a25b2eb6f23ef6099d01528215589b62d16c221d9abc4924b835571d04672b0c8c94644fa0365127d54fea9df929d874e2f6124f
|
7
|
+
data.tar.gz: 1961025532a02c9acef027d88b2549ca4d99a7c2f6df984897f77ea74988cfcad8943b80237808945df629ff0c19a3428a706e0fa96d4ca19164d1b6a921b96e
|
data/config.yaml
CHANGED
Binary file
|
data/slide.rab
CHANGED
@@ -39,7 +39,6 @@
|
|
39
39
|
= コンテンツ
|
40
40
|
|
41
41
|
最新動向の前に一旦これまでをおさらいしましょう
|
42
|
-
\n\n
|
43
42
|
|
44
43
|
* 2.7から3.0での変更
|
45
44
|
* 3.0から3.1での変更
|
@@ -51,7 +50,6 @@
|
|
51
50
|
* 型注釈の導入
|
52
51
|
* キーワード引数の分離
|
53
52
|
|
54
|
-
\n\n
|
55
53
|
(('tag:x-small'))((<URL:https://www.ruby-lang.org/ja/news/2020/12/25/ruby-3-0-0-released/>))
|
56
54
|
|
57
55
|
= 3.0から3.1での変更
|
@@ -63,7 +61,6 @@
|
|
63
61
|
* IRBのオートコンプリート
|
64
62
|
* JavaScript like Hash shorthand syntax
|
65
63
|
|
66
|
-
\n\n
|
67
64
|
(('tag:x-small'))((<URL:https://www.ruby-lang.org/ja/news/2021/12/25/ruby-3-1-0-released/>))
|
68
65
|
|
69
66
|
= IRBのオートコンプリート
|
@@ -91,7 +88,6 @@
|
|
91
88
|
|
92
89
|
CRubyのplatformとしてWASIを対象にすることが可能に、これによりブラウザ上でCRubyのコードが動くようになった
|
93
90
|
(2022年1月)
|
94
|
-
\n
|
95
91
|
|
96
92
|
* ((<URL:https://github.com/ruby/ruby/pull/5407>))
|
97
93
|
* ((<URL:https://bugs.ruby-lang.org/issues/18462>))
|
@@ -100,13 +96,10 @@ CRubyのplatformとしてWASIを対象にすることが可能に、これによ
|
|
100
96
|
* ((<URL:https://rubyonbrowser.ongaeshi.me/>))
|
101
97
|
|
102
98
|
= 最新動向 : 型
|
103
|
-
\n\n
|
104
99
|
(('tag:center'))(('tag:xx-large')) 絶賛開発中
|
105
100
|
|
106
|
-
\n\n\n
|
107
101
|
|
108
102
|
(('tag:x-small'))((<URL:https://speakerdeck.com/pocke/rbs-and-rails-present-and-future>))
|
109
|
-
\n
|
110
103
|
|
111
104
|
POROならうまくいく、Railsくらい大きなものはまだ課題が多い
|
112
105
|
|
@@ -115,8 +108,6 @@ POROならうまくいく、Railsくらい大きなものはまだ課題が多
|
|
115
108
|
* WebAssemblyで広がるRubyの活躍の場
|
116
109
|
* 型はみんなで整備していこう
|
117
110
|
|
118
|
-
\n\n\n
|
119
|
-
|
120
111
|
Thanks!
|
121
112
|
|
122
113
|
= 参考リンク集 (1)
|