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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d57bb230b01d3dc761f648e44ddd9444c6c5d1f
4
- data.tar.gz: 928d6834211115541830ff9b4498d941283daee4
3
+ metadata.gz: 12512034af60fd0da8287b4109b14aa7ab7ec7fc
4
+ data.tar.gz: 752ee773e5502d7dbeb22c514ffeb229087c3b44
5
5
  SHA512:
6
- metadata.gz: 85014e3f81b07a8bbd1fc2a6a8e505b2ca568c61fbac325dd0819b0ac6c9da67cdb8193b5d4c0c6167931204987323ee6666a79cb20f6037c3b856d7449ff70a
7
- data.tar.gz: 7814648dee684dd8030a5a5b546de7e7917ead14ee68a2c23d553d0e90f88a3f87b1d2a32197f34f3fba3610d473b1bb00a477dbfc27c29ce3c604cea2675bcc
6
+ metadata.gz: 68ac4053cb9c9e4755f5dbd2cc8e0ea8a2863c7f0ff13616e4e2e8f71c431b1e27aea3f6b9048d5d20cb469327d41efacb529def77159cafe4c18b985eb83a1b
7
+ data.tar.gz: 05dc4a635c34ed73cdda959b67893172678801cc29011a7463e2e2a1c668ad1c3112b843b9f5ac0770b94c15924beea8462fd876f1116c62e3b03f049fa3acc8
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # azuma (雷)
1
+ # azuma (雷) [![Build Status](https://travis-ci.org/koic/azuma.svg)](https://travis-ci.org/koic/azuma) [![Gem Version](https://badge.fury.io/rb/azuma.svg)](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
@@ -32,7 +32,7 @@ module Azuma
32
32
 
33
33
  def curtain_talk
34
34
  if language == 'ja'
35
- 'もう発表者はいません。お疲れ様でした。'
35
+ 'すべての発表が終わりました。お疲れ様でした。'
36
36
  else
37
37
  'All of the presentation was the end. Thank you for your kind attention.'
38
38
  end
data/lib/azuma/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Azuma
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azuma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi ITO