autoproj 1.7.16.rc3 → 1.7.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +1 -0
  2. data/Rakefile +1 -1
  3. data/lib/autoproj/version.rb +1 -1
  4. metadata +10 -14
data/History.txt CHANGED
@@ -3,6 +3,7 @@
3
3
  which package it concerns (mainly for proper reporting in build servers)
4
4
  * stop displaying configuration after bootstrap. It's a lot of text and cannot
5
5
  be read until you know what you are looking for
6
+ * setup Autobuild.color to follow the --no-color option
6
7
 
7
8
  = Version 1.7.15
8
9
  * remove dependency on nokogiri. This is the first step in an effort to make
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ Utilrb::Rake.hoe do
15
15
  self.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
16
16
 
17
17
  extra_deps <<
18
- ['autobuild', '>= 1.5.33'] <<
18
+ ['autobuild', '>= 1.5.57'] <<
19
19
  ['utilrb', '>= 1.3.3'] <<
20
20
  ['highline', '>= 1.5.0']
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.16.rc3"
2
+ VERSION = "1.7.16"
3
3
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424195
5
- prerelease: 7
4
+ hash: 43
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 16
10
- - rc
11
- - 3
12
- version: 1.7.16.rc3
10
+ version: 1.7.16
13
11
  platform: ruby
14
12
  authors:
15
13
  - Sylvain Joyeux
@@ -27,12 +25,12 @@ dependencies:
27
25
  requirements:
28
26
  - - ">="
29
27
  - !ruby/object:Gem::Version
30
- hash: 65
28
+ hash: 113
31
29
  segments:
32
30
  - 1
33
31
  - 5
34
- - 33
35
- version: 1.5.33
32
+ - 57
33
+ version: 1.5.57
36
34
  type: :runtime
37
35
  version_requirements: *id001
38
36
  - !ruby/object:Gem::Dependency
@@ -186,14 +184,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
186
184
  required_rubygems_version: !ruby/object:Gem::Requirement
187
185
  none: false
188
186
  requirements:
189
- - - ">"
187
+ - - ">="
190
188
  - !ruby/object:Gem::Version
191
- hash: 25
189
+ hash: 3
192
190
  segments:
193
- - 1
194
- - 3
195
- - 1
196
- version: 1.3.1
191
+ - 0
192
+ version: "0"
197
193
  requirements: []
198
194
 
199
195
  rubyforge_project: autobuild