rabbit-slide-kou-sprk2012 2012.09.16.6 → 2012.09.16.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/config.yaml +1 -1
- data/how-to-make-clear-code.rab +1 -1
- data/pdf/sprk2012-how-to-make-clear-code.pdf +0 -0
- metadata +17 -30
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0bb65f355ce0bc278e29136514215198b0380711
|
4
|
+
data.tar.gz: e7cfbf0f56faa755f40a1b3c7b9a14e626e18edb
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f8d1f983510fb5db08e63a577f8bc8a2691fe46e124cdb0424d294b965f1d0dd48699e4d9db9043711f82385729849b476b6ca4bf8b09a75c0e31cece6596108
|
7
|
+
data.tar.gz: 415132d97083fdcee7dc5d1267c687c82238aa9f519ee0a6774701341f4e75bc5c2aaeac67dc1465579d565f3a3efde999e5da366c3c318c17a7f4bd931e086d
|
data/config.yaml
CHANGED
data/how-to-make-clear-code.rab
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,77 +1,65 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-sprk2012
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2012.09.16.
|
5
|
-
prerelease:
|
4
|
+
version: 2012.09.16.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Kouhei Sutou
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-02-15 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rabbit
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: 2.0.2
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 2.0.2
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rabbit-theme-clear-code
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - '>='
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: '0'
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - '>='
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '0'
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rabbit-theme-sprk2012
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- -
|
45
|
+
- - '>='
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: '0'
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- -
|
52
|
+
- - '>='
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: '0'
|
62
|
-
description:
|
63
|
-
|
55
|
+
description: |-
|
56
|
+
私はコードを書くことが好きです。もっと言うとクリアなコードを書くことが
|
64
57
|
好きです。クリアなコードを書くことはとても楽しいので、みんながクリアな
|
65
|
-
|
66
58
|
コードを書けるようになればいいなぁと思っています。そこで、私がどうやっ
|
67
|
-
|
68
59
|
てクリアなコードを書いているかを紹介します。
|
69
|
-
|
70
60
|
I like coding. I say more. I like coding clear code. I hope that we
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
about how I code clear code.'
|
61
|
+
can code clear code because coding clear code is very fun. I'll talk
|
62
|
+
about how I code clear code.
|
75
63
|
email:
|
76
64
|
- kou@clear-code.com
|
77
65
|
executables: []
|
@@ -89,26 +77,25 @@ files:
|
|
89
77
|
homepage: http://slide.rabbit-shocker.org/authors/kou/sprk2012/
|
90
78
|
licenses:
|
91
79
|
- CC BY 3.0
|
80
|
+
metadata: {}
|
92
81
|
post_install_message:
|
93
82
|
rdoc_options: []
|
94
83
|
require_paths:
|
95
84
|
- lib
|
96
85
|
required_ruby_version: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
86
|
requirements:
|
99
|
-
- -
|
87
|
+
- - '>='
|
100
88
|
- !ruby/object:Gem::Version
|
101
89
|
version: '0'
|
102
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
|
-
none: false
|
104
91
|
requirements:
|
105
|
-
- -
|
92
|
+
- - '>='
|
106
93
|
- !ruby/object:Gem::Version
|
107
94
|
version: '0'
|
108
95
|
requirements: []
|
109
96
|
rubyforge_project:
|
110
|
-
rubygems_version:
|
97
|
+
rubygems_version: 2.0.14
|
111
98
|
signing_key:
|
112
|
-
specification_version:
|
99
|
+
specification_version: 4
|
113
100
|
summary: クリアなコードの作り方 - How to make clear code
|
114
101
|
test_files: []
|