rabbit-slide-hasumikin-RubyKaigi2024 2024.05.16.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.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-hasumikin-RubyKaigi2024
3
+ version: !ruby/object:Gem::Version
4
+ version: 2024.05.16.0
5
+ platform: ruby
6
+ authors:
7
+ - HASUMI Hitoshi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ description: Presentation slide for RubyKaigi 2024
28
+ email:
29
+ - hasumikin@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - UnlockTheUniversalParsers.md
38
+ - config.yaml
39
+ - images/QR_github-com-picoruby-picoruby.png
40
+ - images/QR_github-com-picoruby.png
41
+ - images/dependencies-0.png
42
+ - images/dependencies-1.png
43
+ - images/dependencies-2.png
44
+ - images/dependencies-3.png
45
+ - images/dependencies.svg
46
+ - images/hachi.png
47
+ - images/hasumi.jpg
48
+ - images/junk0612.png
49
+ - images/koic.png
50
+ - images/labyrinth.jpg
51
+ - images/lambdanote.png
52
+ - images/mod_ruby.png
53
+ - images/nolongerlabyrinth.jpg
54
+ - images/picoruby.png
55
+ - images/rpi_pico.jpg
56
+ - images/s01.png
57
+ - images/sh.png
58
+ - images/taiwan.jpg
59
+ - images/transparent.png
60
+ - images/yancya.png
61
+ - images/ydah_.png
62
+ - pdf/RubyKaigi2024-UnlockTheUniversalParsers.pdf
63
+ homepage: https://slide.rabbit-shocker.org/authors/hasumikin/RubyKaigi2024/
64
+ licenses:
65
+ - MIT License
66
+ metadata: {}
67
+ post_install_message:
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubygems_version: 3.6.0.dev
83
+ signing_key:
84
+ specification_version: 4
85
+ summary: 'Unlock The Universal Parsers: A New PicoRuby Compiler'
86
+ test_files: []