sappho-basics 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module Sappho
33
33
  end if @log.debug?
34
34
  end
35
35
 
36
- def info warn
36
+ def warn message
37
37
  @mutex.synchronize do
38
38
  @log.warn message
39
39
  $stdout.flush
@@ -5,7 +5,7 @@
5
5
 
6
6
  module Sappho
7
7
  NAME = 'sappho-basics'
8
- VERSION = '0.0.1'
8
+ VERSION = '0.0.2'
9
9
  AUTHORS = ['Andrew Heald']
10
10
  EMAILS = ['andrew@heald.co.uk']
11
11
  HOMEPAGE = 'https://github.com/sappho/sappho-basics/wiki'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sappho-basics
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Heald