autobuild 1.5.57 → 1.5.58

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.
@@ -67,7 +67,7 @@ module Autobuild
67
67
  if color?
68
68
  console.color(*args)
69
69
  else
70
- puts args.first
70
+ args.first
71
71
  end
72
72
  end
73
73
 
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.57" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.58" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 113
4
+ hash: 119
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 57
10
- version: 1.5.57
9
+ - 58
10
+ version: 1.5.58
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux