retrobot 0.3.4 → 0.3.5

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: aa690c6b515c35711ff1c779d84e7acafb7e4cea
4
- data.tar.gz: 53878780406c42fbd181f5097fbfe4ee8e76f255
3
+ metadata.gz: e73fe6ded476c855129366d7f5ad8ca86289b15f
4
+ data.tar.gz: 41aef5814f1c81c224601304025cea0a2a5ed039
5
5
  SHA512:
6
- metadata.gz: d2a202942fc639529fb818678331d9afe5ff43295e609db05a22542ca230fce372d5e50231d5f1c7664eb499fab1eb91f045dcef9fdb32e9a6e13b28178ffb33
7
- data.tar.gz: a0ba402935ea6235a6c3ead53a9345c90c497dd6e09283e7bdca2b2078d20cd59cc1c1ef429665d8d834c572fecf0b3436317162af492944a567e82926fe7902
6
+ metadata.gz: 784bb356ad9af4a8a49edb7e3fb9404a49c7fd47eed23fff803933f18e6d0de872f29dfce3aca7358b1b5368d22c3a6ef0b1ded40eb2647de65a7bb243d5c555
7
+ data.tar.gz: 4a420b326321dd554296f53c865aa07ab5f7d02b78d889634e3a8377cd346239041fbf21719d2408334841070c4b6c28ad92389ea5b51ae18b4f6d3b646a6dbe
@@ -1,4 +1,7 @@
1
1
  # ChangeLog
2
+ ## 0.3.5
3
+ - Show retrobot version on booting
4
+
2
5
  ## 0.3.4
3
6
  - Flush stdout automatically
4
7
 
@@ -162,6 +162,7 @@ class Retrobot
162
162
 
163
163
  def main
164
164
  init_configuration
165
+ logger.info "Starting retrobot-#{Retrobot::VERSION}"
165
166
  exit 1 unless init_csv
166
167
  exit 1 unless tweet_loop
167
168
  end
@@ -1,3 +1,3 @@
1
1
  class Retrobot
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: retrobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Issei Naruta