autobuild 1.5.57.rc1 → 1.5.57

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.
Files changed (3) hide show
  1. data/Changes.txt +1 -1
  2. data/lib/autobuild/version.rb +1 -1
  3. metadata +7 -11
@@ -1,4 +1,4 @@
1
- == Version 1.5.56
1
+ == Version 1.5.57
2
2
  * added Autobuild.color? and Autobuild.color= to control whether the output
3
3
  should use colors or not
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.57.rc1" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.57" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424431
5
- prerelease: 7
4
+ hash: 113
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
9
  - 57
10
- - rc
11
- - 1
12
- version: 1.5.57.rc1
10
+ version: 1.5.57
13
11
  platform: ruby
14
12
  authors:
15
13
  - Sylvain Joyeux
@@ -157,14 +155,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
157
155
  required_rubygems_version: !ruby/object:Gem::Requirement
158
156
  none: false
159
157
  requirements:
160
- - - ">"
158
+ - - ">="
161
159
  - !ruby/object:Gem::Version
162
- hash: 25
160
+ hash: 3
163
161
  segments:
164
- - 1
165
- - 3
166
- - 1
167
- version: 1.3.1
162
+ - 0
163
+ version: "0"
168
164
  requirements: []
169
165
 
170
166
  rubyforge_project: autobuild