azuma 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +2 -2
- data/lib/azuma/announcement.rb +1 -1
- data/lib/azuma/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12512034af60fd0da8287b4109b14aa7ab7ec7fc
|
4
|
+
data.tar.gz: 752ee773e5502d7dbeb22c514ffeb229087c3b44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68ac4053cb9c9e4755f5dbd2cc8e0ea8a2863c7f0ff13616e4e2e8f71c431b1e27aea3f6b9048d5d20cb469327d41efacb529def77159cafe4c18b985eb83a1b
|
7
|
+
data.tar.gz: 05dc4a635c34ed73cdda959b67893172678801cc29011a7463e2e2a1c668ad1c3112b843b9f5ac0770b94c15924beea8462fd876f1116c62e3b03f049fa3acc8
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# azuma (雷)
|
1
|
+
# azuma (雷) [](https://travis-ci.org/koic/azuma) [](http://badge.fury.io/rb/azuma)
|
2
2
|
|
3
3
|
Decide the order of Lightning Lalkers.
|
4
4
|
|
@@ -20,7 +20,7 @@ Ctrl-D to exit
|
|
20
20
|
> press enter to show next talker
|
21
21
|
次は夢野久作さんの番です。
|
22
22
|
> press enter to show next talker
|
23
|
-
|
23
|
+
すべての発表が終わりました。お疲れ様でした。
|
24
24
|
```
|
25
25
|
|
26
26
|
## LICENCE
|
data/lib/azuma/announcement.rb
CHANGED
data/lib/azuma/version.rb
CHANGED