sappho-data-publisher 0.1.4 → 0.1.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.
@@ -6,7 +6,7 @@
6
6
  module Sappho
7
7
  module Data
8
8
  module Publisher
9
- VERSION = "0.1.4"
9
+ VERSION = "0.1.5"
10
10
  HOMEPAGE = "https://github.com/sappho/sappho-data-publisher/wiki"
11
11
  end
12
12
  end
@@ -19,7 +19,8 @@ module Sappho
19
19
  class CommandLine
20
20
 
21
21
  def CommandLine.process
22
- logger = Logger.new STDOUT
22
+ $stdout.sync = true
23
+ logger = Logger.new $stdout
23
24
  logger.level = Logger::INFO
24
25
  logger.formatter = proc { |severity, datetime, progname, msg| "#{msg}\n" }
25
26
  logger.info "sappho-data-publisher version #{VERSION} - #{HOMEPAGE}"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sappho-data-publisher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Heald