rabbit-slide-Piro-readable-code-workshop-2022-08-04-introduction 2022.08.04
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/README.rd +32 -0
- data/Rakefile +17 -0
- data/build-xlsx-codes.pdf +0 -0
- data/config.yaml +22 -0
- data/images/code01.png +0 -0
- data/images/code02.png +0 -0
- data/images/code03.png +0 -0
- data/images/readable-code-reasonability.svg +167 -0
- data/images/xlsx-01.png +0 -0
- data/images/xlsx-02.png +0 -0
- data/images/xlsx-03.png +0 -0
- data/images/xlsx-04.png +0 -0
- data/images/xlsx.png +0 -0
- data/images/xlsx.xcf +0 -0
- data/introduction.rab +1228 -0
- data/pdf/readable-code-workshop-2022-08-04-introduction-summary.pdf +0 -0
- metadata +89 -0
Binary file
|
metadata
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-Piro-readable-code-workshop-2022-08-04-introduction
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2022.08.04
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- YUKI Hiroshi
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-08-04 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: 2022-08-04開催のリーダブルコード演習の概要と進め方の説明。
|
42
|
+
email:
|
43
|
+
- yuki@clear-code.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- ".rabbit"
|
49
|
+
- README.rd
|
50
|
+
- Rakefile
|
51
|
+
- build-xlsx-codes.pdf
|
52
|
+
- config.yaml
|
53
|
+
- images/code01.png
|
54
|
+
- images/code02.png
|
55
|
+
- images/code03.png
|
56
|
+
- images/readable-code-reasonability.svg
|
57
|
+
- images/xlsx-01.png
|
58
|
+
- images/xlsx-02.png
|
59
|
+
- images/xlsx-03.png
|
60
|
+
- images/xlsx-04.png
|
61
|
+
- images/xlsx.png
|
62
|
+
- images/xlsx.xcf
|
63
|
+
- introduction.rab
|
64
|
+
- pdf/readable-code-workshop-2022-08-04-introduction-summary.pdf
|
65
|
+
homepage: http://slide.rabbit-shocker.org/authors/Piro/readable-code-workshop-2022-08-04-introduction/
|
66
|
+
licenses:
|
67
|
+
- CC BY-SA 4.0
|
68
|
+
metadata: {}
|
69
|
+
post_install_message:
|
70
|
+
rdoc_options: []
|
71
|
+
require_paths:
|
72
|
+
- lib
|
73
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
78
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
requirements: []
|
84
|
+
rubyforge_project:
|
85
|
+
rubygems_version: 2.7.6
|
86
|
+
signing_key:
|
87
|
+
specification_version: 4
|
88
|
+
summary: リーダブルコード演習の概要
|
89
|
+
test_files: []
|