rabbit-slide-oss-gate-workshop-tutorial-online 2021.10.30.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 +1 -0
- data/LICENSE +11 -0
- data/README.md +33 -0
- data/Rakefile +28 -0
- data/config.yaml +24 -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-workshop.svg +722 -0
- data/pdf/workshop-tutorial-online-scenario.pdf +0 -0
- data/scenario.rab +639 -0
- data/theme.rb +2 -0
- metadata +94 -0
metadata
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-oss-gate-workshop-tutorial-online
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2021.10.30.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- OSS Gate
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-11-02 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
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rabbit-theme-clear-code
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description: |-
|
42
|
+
OSS Gateワークショップ(チュートリアル)オンライン版の説明。
|
43
|
+
|
44
|
+
スライドと[文章](../scenario.md)があります。説明をするときはスライド、詳細を確認するときは文章が適しています。スライドは使い方にあわせて次のどれかを使います。
|
45
|
+
|
46
|
+
* [ソース](scenario.rab):ローカルで[Rabbit](http://rabbit-shocker.org/)を使って表示するとき
|
47
|
+
* [Rabbit Slide Show](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-online/):Webブラウザーで表示するとき(Rabbitを用意する必要はない)
|
48
|
+
* [PDF](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-online/scenario.pdf):ローカルでPDFビューアーを使って表示する時
|
49
|
+
email:
|
50
|
+
- kou+oss-gate@cozmixng.org
|
51
|
+
executables: []
|
52
|
+
extensions: []
|
53
|
+
extra_rdoc_files: []
|
54
|
+
files:
|
55
|
+
- ".rabbit"
|
56
|
+
- LICENSE
|
57
|
+
- README.md
|
58
|
+
- Rakefile
|
59
|
+
- config.yaml
|
60
|
+
- images/oss-gate-border.svg
|
61
|
+
- images/oss-gate-goal.svg
|
62
|
+
- images/oss-gate-icon.svg
|
63
|
+
- images/oss-gate-pass-through.svg
|
64
|
+
- images/oss-gate-support.svg
|
65
|
+
- images/oss-gate-target.svg
|
66
|
+
- images/oss-gate-workshop.svg
|
67
|
+
- pdf/workshop-tutorial-online-scenario.pdf
|
68
|
+
- scenario.rab
|
69
|
+
- theme.rb
|
70
|
+
homepage: https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-online/
|
71
|
+
licenses:
|
72
|
+
- CC-BY-SA-4.0
|
73
|
+
metadata:
|
74
|
+
source_code_uri: https://github.com/oss-gate/workshop/tree/master/tutorial/scenario-online
|
75
|
+
post_install_message:
|
76
|
+
rdoc_options: []
|
77
|
+
require_paths:
|
78
|
+
- lib
|
79
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - ">="
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '0'
|
89
|
+
requirements: []
|
90
|
+
rubygems_version: 3.3.0.dev
|
91
|
+
signing_key:
|
92
|
+
specification_version: 4
|
93
|
+
summary: OSS Gateワークショップ(チュートリアル)オンライン版
|
94
|
+
test_files: []
|