rabbit-slide-kou-rubykaigi-2015 2015.12.12.1 → 2015.12.12.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 224fb6613260d30051d5d1b9b0f3aac65466ca81
|
4
|
+
data.tar.gz: 0163810bcf443152b9c82116146e62c6641e811d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1edd9e18d7431ac7acba9bb9ecfda4d10512c0558ef73084a46682273e04c0b2cacc19a40ab83055c0d3c7c58752ec08a2980af0590d84e164be53a751cf2d3d
|
7
|
+
data.tar.gz: e0ebfdf3105781e0fe20a4ff011140d196cbeb9749cfa5945a66ed5bf4fccd3f2cfff369370b07b28e5c4e9f45dffb6ab576b64bfea87b27c8532d6ec3e6a34f
|
data/config.yaml
CHANGED
Binary file
|
@@ -39,7 +39,7 @@ You know about\n
|
|
39
39
|
(('tag:center'))
|
40
40
|
Which Rubies do include\n
|
41
41
|
(({/\Atest.+unit\z/i}))?\n
|
42
|
-
(('note:(({
|
42
|
+
(('note:(({/\\Atest.+unit\\z/i}))を含んでいるRubyはどれでしょう?'))
|
43
43
|
|
44
44
|
# RT
|
45
45
|
delimiter = [|]
|
@@ -54,7 +54,7 @@ Which Rubies do include\n
|
|
54
54
|
(('tag:center'))
|
55
55
|
Which Rubies do include\n
|
56
56
|
(({/\Atest.+unit\z/i}))?\n
|
57
|
-
(('note:(({
|
57
|
+
(('note:(({/\\Atest.+unit\\z/i}))を含んでいるRubyはどれでしょう?'))
|
58
58
|
|
59
59
|
# RT
|
60
60
|
delimiter = [|]
|
@@ -131,7 +131,7 @@ Which Rubies do include\n
|
|
131
131
|
|
132
132
|
# coderay ruby
|
133
133
|
require "runit/testcase"
|
134
|
-
class
|
134
|
+
class TestCalc < RUNIT::TestCase
|
135
135
|
def test_add
|
136
136
|
assert_equal(3, 1 + 2)
|
137
137
|
end
|
@@ -142,7 +142,7 @@ Which Rubies do include\n
|
|
142
142
|
Ruby-ish\n
|
143
143
|
(('note:Rubyっぽい'))
|
144
144
|
|
145
|
-
= RubyUnit: FYI\n(('note
|
145
|
+
= RubyUnit: FYI\n(('note:RubyUnit:参考情報'))
|
146
146
|
|
147
147
|
* Test generator exists\n
|
148
148
|
(('note:テストジェネレーターがある'))
|
@@ -150,7 +150,7 @@ Ruby-ish\n
|
|
150
150
|
(('note:テスト実行コマンドがある'))
|
151
151
|
* (('wait'))
|
152
152
|
(('note:rubyunit gem exists since 2014-10-12'))\n
|
153
|
-
(('note:rubyunitというgem
|
153
|
+
(('note:rubyunitというgemが2014年10月12日から存在する'))
|
154
154
|
* (('note:Not related product'))\n
|
155
155
|
(('note:関係のないプロダクト'))
|
156
156
|
|
@@ -202,7 +202,7 @@ Not Ruby-ish\n
|
|
202
202
|
|
203
203
|
* Since 2002-02:\n
|
204
204
|
[ruby-talk:34744]
|
205
|
-
* The first (({
|
205
|
+
* The first (({/\Atest.+unit\z/i}))\n
|
206
206
|
(('note:最初の(({/\\Atest.+unit\\z/i}))'))
|
207
207
|
* The author is the author of Lapidary\n
|
208
208
|
(('note:Lapidaryの作者が作者'))
|
@@ -341,7 +341,7 @@ Engl-ish\n
|
|
341
341
|
= Ruby 1.9 times\n(('note:Ruby 1.9の時代'))
|
342
342
|
|
343
343
|
* 2009-2014
|
344
|
-
* Ruby
|
344
|
+
* Ruby dropped Test::Unit\n
|
345
345
|
(('note:RubyがTest::Unitを捨てた'))
|
346
346
|
* Because Test::Unit is too complex for new maintainer\n
|
347
347
|
(('note:新メンテナーにはTest::Unitは複雑すぎるから'))
|
@@ -351,7 +351,7 @@ Engl-ish\n
|
|
351
351
|
* Released as test-unit gem\n
|
352
352
|
(('note:test-unit gemとしてリリース'))
|
353
353
|
* Still (({/\Atest.+unit\z/i}))\n
|
354
|
-
(('note:名前変更後も(({
|
354
|
+
(('note:名前変更後も(({/\\Atest.+unit\\z/i}))'))
|
355
355
|
* (('note:test-unit 1.2.3 == Test::Unit in Ruby 1.8'))
|
356
356
|
* Maintainer was changed\n
|
357
357
|
(('note:メンテナー交代'))
|
@@ -694,7 +694,7 @@ class
|
|
694
694
|
(('note:Test::Unitとminitestはサブクラスでサブテストケースを作ることをサポートしていない'))
|
695
695
|
* test-unit only supports it\n
|
696
696
|
(('note:test-unitだけがサポートしている'))
|
697
|
-
* It's only one
|
697
|
+
* It's only one incompatible\n
|
698
698
|
(('note:唯一の非互換'))
|
699
699
|
|
700
700
|
= By example: 2\n(('note:実例:2'))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-rubykaigi-2015
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2015.12.12.
|
4
|
+
version: 2015.12.12.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|