retrobot 0.3.3 → 0.3.4

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: a07ffd05e9636227ff02974c5fec321e325e8074
4
- data.tar.gz: 283059383b9df7552d2f0707300b9ae86ca66090
3
+ metadata.gz: aa690c6b515c35711ff1c779d84e7acafb7e4cea
4
+ data.tar.gz: 53878780406c42fbd181f5097fbfe4ee8e76f255
5
5
  SHA512:
6
- metadata.gz: ce0c93e370528b6d1af9c209e576b09eebc74d0584c909106b38b54956cdf24feaccc3c73b4d4c4e9904ba37643731b656b45f938d01c4c96a08a1b8b32ceeb1
7
- data.tar.gz: e12385d0b8efc843ecc2a4ed5261218bfd562d6ad99c07ad394b11e0dddaf96039f8e4e88c3dd1ec974f518409845cf8dc16c94c2fff6dabd53a2ef0a9f5df65
6
+ metadata.gz: d2a202942fc639529fb818678331d9afe5ff43295e609db05a22542ca230fce372d5e50231d5f1c7664eb499fab1eb91f045dcef9fdb32e9a6e13b28178ffb33
7
+ data.tar.gz: a0ba402935ea6235a6c3ead53a9345c90c497dd6e09283e7bdca2b2078d20cd59cc1c1ef429665d8d834c572fecf0b3436317162af492944a567e82926fe7902
@@ -1,4 +1,7 @@
1
1
  # ChangeLog
2
+ ## 0.3.4
3
+ - Flush stdout automatically
4
+
2
5
  ## 0.3.3
3
6
  - Add dying_message feature and `dying_mention_to` option (Thanks @sonots)
4
7
  - Bug fix: error with retryable-2.0.0 (Thanks @hansode)
@@ -9,4 +9,5 @@ rescue LoadError
9
9
  retry
10
10
  end
11
11
 
12
+ $stdout.sync = true
12
13
  Retrobot.new(ARGV).main
@@ -1,3 +1,3 @@
1
1
  class Retrobot
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: retrobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Issei Naruta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-07 00:00:00.000000000 Z
11
+ date: 2015-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter