rabbit-slide-kou-code-party-2025-boast 2025.5.12.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 +7 -0
- data/.rabbit +2 -0
- data/README.rd +45 -0
- data/Rakefile +17 -0
- data/config.yaml +26 -0
- data/opening.rab +128 -0
- data/pdf/code-party-2025-boast-opening.pdf +0 -0
- metadata +80 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8f2c542a6b05c3f5307511763a015359caac7c9f866acbbb0e61608539ae7d2b
|
4
|
+
data.tar.gz: bd4c5946f9f1c2058792805366a1066d68f5571d8e1b55d5c5c276ea82633b12
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 05d95bea42f53f40cd76396ba49dca0c64700ad401d9017de89235b17139db4b2fe766fbff3d7ea9b861b351de95e83941874496004dceb5bc80ab9168c6afd5
|
7
|
+
data.tar.gz: 3c9e0a529e48a779449787681777b5ae08cb0530775ba7db610424548110d441217b17114b09cb9f2ef01eafd48877bfdc545b37c168cadeb2ef1cf7225a6410
|
data/.rabbit
ADDED
data/README.rd
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
= Boast Code Party 2025 / コード懇親会2025自慢大会
|
2
|
+
|
3
|
+
This is for
|
4
|
+
((<"コード懇親会自慢大会 Boast Code Party|RubyKaigi 2025アフターイベント"|URL:https://andpad.connpass.com/event/352071/>)).
|
5
|
+
|
6
|
+
The event shares what is fun in Code Party at RubyKaigi 2025.
|
7
|
+
|
8
|
+
== License
|
9
|
+
|
10
|
+
=== Slide
|
11
|
+
|
12
|
+
CC BY-SA 4.0
|
13
|
+
|
14
|
+
Use the followings for notation of the author:
|
15
|
+
|
16
|
+
* Sutou Kouhei
|
17
|
+
|
18
|
+
==== ClearCode Inc. logo
|
19
|
+
|
20
|
+
CC BY-SA 4.0
|
21
|
+
|
22
|
+
Author: ClearCode Inc.
|
23
|
+
|
24
|
+
It is used in page header and some pages in the slide.
|
25
|
+
|
26
|
+
== For author
|
27
|
+
|
28
|
+
=== Show
|
29
|
+
|
30
|
+
rake
|
31
|
+
|
32
|
+
=== Publish
|
33
|
+
|
34
|
+
rake publish
|
35
|
+
|
36
|
+
== For viewers
|
37
|
+
|
38
|
+
=== Install
|
39
|
+
|
40
|
+
gem install rabbit-slide-kou-code-party-2025-boast
|
41
|
+
|
42
|
+
=== Show
|
43
|
+
|
44
|
+
rabbit rabbit-slide-kou-code-party-2025-boast.gem
|
45
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
# spec.files += Dir.glob("doc/**/*.*")
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
spec.add_runtime_dependency("rabbit-theme-clear-code")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
---
|
2
|
+
id: code-party-2025-boast
|
3
|
+
base_name: opening
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
- ruby
|
7
|
+
- rubykaigi
|
8
|
+
- codeparty
|
9
|
+
presentation_date: 2025-05-12
|
10
|
+
version: 2025.5.12.0
|
11
|
+
licenses:
|
12
|
+
- CC-BY-SA-4.0
|
13
|
+
slideshare_id:
|
14
|
+
speaker_deck_id:
|
15
|
+
vimeo_id:
|
16
|
+
youtube_id:
|
17
|
+
width: 1920
|
18
|
+
height: 1080
|
19
|
+
source_code_uri: "https://gitlab.com/ktou/rabbit-slide-kou-code-party-2025-boast"
|
20
|
+
author:
|
21
|
+
markup_language: :rd
|
22
|
+
name: Sutou Kouhei
|
23
|
+
email: kou@clear-code.com
|
24
|
+
rubygems_user: kou
|
25
|
+
slideshare_user:
|
26
|
+
speaker_deck_user: kou
|
data/opening.rab
ADDED
@@ -0,0 +1,128 @@
|
|
1
|
+
= Boast Code Party 2025\n(('note:コード懇親会2025自慢大会'))
|
2
|
+
|
3
|
+
: subtitle
|
4
|
+
Opening\n(('note:オープニング'))
|
5
|
+
: author
|
6
|
+
Sutou Kouhei
|
7
|
+
: institution
|
8
|
+
ClearCode Inc.
|
9
|
+
: content-source
|
10
|
+
Boast Code Party 2025
|
11
|
+
: date
|
12
|
+
2025-05-12
|
13
|
+
: start-time
|
14
|
+
2025-05-12T19:00:00+09:00
|
15
|
+
: end-time
|
16
|
+
2025-05-12T19:05:00+09:00
|
17
|
+
: theme
|
18
|
+
clear-code
|
19
|
+
|
20
|
+
= What is Code Party?\n(('note:コード懇親会とは?'))
|
21
|
+
|
22
|
+
* Ruby is fun!\n
|
23
|
+
(('note:Rubyは楽しい!'))
|
24
|
+
* Rubyists can have fun\n
|
25
|
+
(('note:Rubyistは'))
|
26
|
+
* with Ruby without drinks!?\n
|
27
|
+
(('note:お酒がなくてもRubyがあれば楽しめるのでは!?'))
|
28
|
+
* with Ruby without common natural languages!?\n
|
29
|
+
(('note:共通の自然言語がなくてもRubyがあれば楽しめるのでは!?'))
|
30
|
+
* →Code Party!\n
|
31
|
+
(('note:コード懇親会!'))
|
32
|
+
|
33
|
+
= How to have fun with Ruby?\n(('note:Rubyでどうやって楽しむの?'))
|
34
|
+
|
35
|
+
* Before 2025(('note:(2025年より前)'))
|
36
|
+
* No reocommended way\n
|
37
|
+
(('note:推奨方法はなし'))
|
38
|
+
* Just prepare groups with common interest\n
|
39
|
+
(('note:共通の興味でグループを作るだけ'))
|
40
|
+
* Since 2025(('note:(2025年から)'))
|
41
|
+
* Pre-defined themes with contents\n
|
42
|
+
(('note:事前にいくつかテーマを用意して中身も事前に検討'))
|
43
|
+
* + the "Before 2025" style\n
|
44
|
+
(('note:2025年より前のスタイルも継続'))
|
45
|
+
|
46
|
+
= Why pre-defined themes?\n(('note:どうして事前にテーマを用意したの?'))
|
47
|
+
|
48
|
+
dRuby!!!\n
|
49
|
+
(('note:dRubyなんですよぉぉぉ!!!'))
|
50
|
+
|
51
|
+
= Have you met dRuby!?\n(('note:dRubyに出会ったことある!?'))
|
52
|
+
|
53
|
+
* Distributed Object System for Ruby\n
|
54
|
+
(('note:Ruby用の分散オブジェクトシステム'))
|
55
|
+
* Can use remote objs like local objs\n
|
56
|
+
(('note:ローカルのオブジェクトのようにリモートのオブジェクトを使える'))
|
57
|
+
* Small pure Ruby impl!!! Cool!!!\n
|
58
|
+
(('note:小さなピュアRuby実装!カッコいい!'))
|
59
|
+
* The 1st impl is 164 lines with comments\n
|
60
|
+
(('note:((<URL:https://gist.github.com/seki/5713863>))'))
|
61
|
+
* Is this enough!?(('note:(これだけで動くの!?)'))
|
62
|
+
|
63
|
+
= In general, people never meet dRuby\n(('note:普通はdRubyと出会えない'))
|
64
|
+
|
65
|
+
* dRuby isn't needed in many cases\n
|
66
|
+
(('note:多くの場合、dRubyは必要にならない'))
|
67
|
+
* Not like Ruby on Rails and so on\n
|
68
|
+
(('note:Ruby on Railsとかとは違う'))
|
69
|
+
* But I want many people to meet dRuby\n
|
70
|
+
as a dRuby (and Seki) freak!\n
|
71
|
+
(('note:でも、dRubyと咳フリークの私としてはたくさんの人に出会って欲しいんです!'))
|
72
|
+
|
73
|
+
= 💡
|
74
|
+
|
75
|
+
Pre-defined theme!!!\n
|
76
|
+
(('note:そこで事前に用意したテーマなんですよ!!!'))
|
77
|
+
|
78
|
+
= dRuby hands-on workshop\n(('note:dRubyハンズオンワークショップ'))
|
79
|
+
|
80
|
+
You must try it!(('note:(やってみて!)'))\n
|
81
|
+
((<URL:https://www.druby.org/druby-matzyama.pdf>))
|
82
|
+
|
83
|
+
# img
|
84
|
+
# src = https://www.druby.org/druby-matzyama.pdf
|
85
|
+
# relative_width = 80
|
86
|
+
# relative_clip_height = 30
|
87
|
+
|
88
|
+
= Pre-defined themes
|
89
|
+
|
90
|
+
* dRuby
|
91
|
+
* MRI (Matz Ruby Interpreter, CRuby)
|
92
|
+
* I want to increase MRI devs as a MRI committer\n
|
93
|
+
(('note:コミッターとしては開発者が増えてほしいなー'))
|
94
|
+
* TRICK, Reline and IRB
|
95
|
+
* Writing TRICK codes seems fun!\n
|
96
|
+
(('note:TRICKなコードを書くのは楽しそう!'))
|
97
|
+
|
98
|
+
= Pre-defined themes
|
99
|
+
|
100
|
+
* RubyGems/Bundler
|
101
|
+
* RubyGems/Bundler are important components\n
|
102
|
+
(('note:RubyGems/Bundlerは重要なコンポーネントになったよね'))
|
103
|
+
* RubyGems/Bundler devs should be increased\n
|
104
|
+
(('note:RubyGems/Bundlerの開発者が増えるといいなー'))
|
105
|
+
* Red Data Tools
|
106
|
+
* Project provides data processing tools for Ruby\n
|
107
|
+
(('note:Ruby用のデータ処理ツールを提供するプロジェクト'))
|
108
|
+
* I want more members as a founder\n
|
109
|
+
(('note:立ち上げた人としてはもっと仲間が増えるといいなー'))
|
110
|
+
|
111
|
+
= Free theme\n(('note:フリーテーマ'))
|
112
|
+
|
113
|
+
* RDoc for Okura-san\n
|
114
|
+
(('note:大倉さん用にRDoc'))
|
115
|
+
* TestProf
|
116
|
+
* RubyKaigi 2025 - コード懇親会 に参加しました - Techouse Developers Blog\n
|
117
|
+
(('note:((<URL:https://developers.techouse.com/entry/RubyKaigi-2025-codeparty>))'))
|
118
|
+
|
119
|
+
= Today's event concept\n(('note:今日のイベントのコンセプト'))
|
120
|
+
|
121
|
+
* Boast what was fun!\n
|
122
|
+
(('note:自分が楽しかったことを自慢しよう!'))
|
123
|
+
* Code party ateendeeds focus on their theme\n
|
124
|
+
(('note:コード懇親会の参加者は自分のテーマに集中する'))
|
125
|
+
* They can't know what was done by other groups\n
|
126
|
+
(('note:他のグループでなにをやっているかわからない'))
|
127
|
+
* Let's find hints for Code Party 2026!\n
|
128
|
+
(('note:コード懇親会2026をもっとよくするためのヒントを見つけたい!'))
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-code-party-2025-boast
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2025.5.12.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Sutou Kouhei
|
8
|
+
bindir: bin
|
9
|
+
cert_chain: []
|
10
|
+
date: 2025-05-12 00:00:00.000000000 Z
|
11
|
+
dependencies:
|
12
|
+
- !ruby/object:Gem::Dependency
|
13
|
+
name: rabbit
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
15
|
+
requirements:
|
16
|
+
- - ">="
|
17
|
+
- !ruby/object:Gem::Version
|
18
|
+
version: 2.0.2
|
19
|
+
type: :runtime
|
20
|
+
prerelease: false
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
22
|
+
requirements:
|
23
|
+
- - ">="
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: 2.0.2
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: rabbit-theme-clear-code
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
type: :runtime
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
description: |-
|
41
|
+
This is for
|
42
|
+
((<"コード懇親会自慢大会 Boast Code Party|RubyKaigi 2025アフターイベント"|URL:https://andpad.connpass.com/event/352071/>)).
|
43
|
+
|
44
|
+
The event shares what is fun in Code Party at RubyKaigi 2025.
|
45
|
+
email:
|
46
|
+
- kou@clear-code.com
|
47
|
+
executables: []
|
48
|
+
extensions: []
|
49
|
+
extra_rdoc_files: []
|
50
|
+
files:
|
51
|
+
- ".rabbit"
|
52
|
+
- README.rd
|
53
|
+
- Rakefile
|
54
|
+
- config.yaml
|
55
|
+
- opening.rab
|
56
|
+
- pdf/code-party-2025-boast-opening.pdf
|
57
|
+
homepage: https://slide.rabbit-shocker.org/authors/kou/code-party-2025-boast/
|
58
|
+
licenses:
|
59
|
+
- CC-BY-SA-4.0
|
60
|
+
metadata:
|
61
|
+
source_code_uri: https://gitlab.com/ktou/rabbit-slide-kou-code-party-2025-boast
|
62
|
+
markup_language: rd
|
63
|
+
rdoc_options: []
|
64
|
+
require_paths:
|
65
|
+
- lib
|
66
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
67
|
+
requirements:
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: '0'
|
71
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
requirements: []
|
77
|
+
rubygems_version: 3.7.0.dev
|
78
|
+
specification_version: 4
|
79
|
+
summary: Boast Code Party 2025 / コード懇親会2025自慢大会
|
80
|
+
test_files: []
|