sappho-data-publisher 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,4 @@ $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
4
4
 
5
5
  require 'sappho-data-publisher'
6
6
 
7
- Sappho::Data::Publisher::CommandLine.new.run
7
+ Sappho::Data::Publisher::CommandLine.process
@@ -6,7 +6,7 @@
6
6
  module Sappho
7
7
  module Data
8
8
  module Publisher
9
- VERSION = "0.1.0"
9
+ VERSION = "0.1.1"
10
10
  HOMEPAGE = "https://github.com/sappho/sappho-data-publisher/wiki"
11
11
  end
12
12
  end
@@ -18,7 +18,7 @@ module Sappho
18
18
 
19
19
  class CommandLine
20
20
 
21
- def run
21
+ def CommandLine.process
22
22
  logger = Logger.new STDOUT
23
23
  logger.level = Logger::INFO
24
24
  logger.formatter = proc { |severity, datetime, progname, msg| "#{msg}\n" }
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Heald