rabbit-slide-oss-gate-workshop-tutorial-ruby 2026.8.5.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/LICENSE +11 -0
- data/README.md +33 -0
- data/Rakefile +28 -0
- data/config.yaml +25 -0
- data/images/goal.svg +684 -0
- data/images/oss-gate-border.svg +745 -0
- data/images/oss-gate-goal.svg +717 -0
- data/images/oss-gate-icon.svg +73 -0
- data/images/oss-gate-pass-through.svg +957 -0
- data/images/oss-gate-support.svg +906 -0
- data/images/oss-gate-target.svg +753 -0
- data/images/oss-gate-watch.png +0 -0
- data/images/oss-gate-workshop.svg +722 -0
- data/images/target.svg +723 -0
- data/images/workshop.svg +689 -0
- data/pdf/workshop-tutorial-ruby-scenario.pdf +0 -0
- data/scenario.rab +655 -0
- data/theme.rb +5 -0
- metadata +86 -0
metadata
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rabbit-slide-oss-gate-workshop-tutorial-ruby
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2026.8.5.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- OSS Gate
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 2026-08-05 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
|
+
- ">="
|
|
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
|
+
- ">="
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
version: 2.0.2
|
|
28
|
+
description: |-
|
|
29
|
+
OSS Gateワークショップ(チュートリアル)Ruby版の説明。
|
|
30
|
+
|
|
31
|
+
スライドは使い方にあわせて次のどれかを使います。
|
|
32
|
+
|
|
33
|
+
* [ソース](scenario.rab):ローカルで[Rabbit](https://rabbit-shocker.org/)を使って表示するとき
|
|
34
|
+
* [Rabbit Slide Show](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-ruby/):Webブラウザーで表示するとき(Rabbitを用意する必要はない)
|
|
35
|
+
* [PDF](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-ruby/scenario.pdf):ローカルでPDFビューアーを使って表示する時
|
|
36
|
+
email:
|
|
37
|
+
- kou+oss-gate@cozmixng.org
|
|
38
|
+
executables: []
|
|
39
|
+
extensions: []
|
|
40
|
+
extra_rdoc_files: []
|
|
41
|
+
files:
|
|
42
|
+
- .rabbit
|
|
43
|
+
- LICENSE
|
|
44
|
+
- README.md
|
|
45
|
+
- Rakefile
|
|
46
|
+
- config.yaml
|
|
47
|
+
- images/goal.svg
|
|
48
|
+
- images/oss-gate-border.svg
|
|
49
|
+
- images/oss-gate-goal.svg
|
|
50
|
+
- images/oss-gate-icon.svg
|
|
51
|
+
- images/oss-gate-pass-through.svg
|
|
52
|
+
- images/oss-gate-support.svg
|
|
53
|
+
- images/oss-gate-target.svg
|
|
54
|
+
- images/oss-gate-watch.png
|
|
55
|
+
- images/oss-gate-workshop.svg
|
|
56
|
+
- images/target.svg
|
|
57
|
+
- images/workshop.svg
|
|
58
|
+
- pdf/workshop-tutorial-ruby-scenario.pdf
|
|
59
|
+
- scenario.rab
|
|
60
|
+
- theme.rb
|
|
61
|
+
homepage: "https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-ruby/"
|
|
62
|
+
licenses:
|
|
63
|
+
- CC-BY-SA-4.0
|
|
64
|
+
metadata:
|
|
65
|
+
source_code_uri: "https://github.com/oss-gate/workshop/tree/-/tutorial/scenario-ruby"
|
|
66
|
+
markup_language: rd
|
|
67
|
+
rdoc_options: []
|
|
68
|
+
require_paths:
|
|
69
|
+
- lib
|
|
70
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
-
|
|
73
|
+
- ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: "0"
|
|
76
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
|
+
requirements:
|
|
78
|
+
-
|
|
79
|
+
- ">="
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: "0"
|
|
82
|
+
requirements: []
|
|
83
|
+
rubygems_version: 4.1.0.dev
|
|
84
|
+
specification_version: 4
|
|
85
|
+
summary: OSS Gateワークショップ(チュートリアル)Ruby版
|
|
86
|
+
test_files: []
|