autoproj 1.7.11.rc1 → 1.7.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -1
  2. data/lib/autoproj/version.rb +1 -1
  3. metadata +8 -12
data/Rakefile CHANGED
@@ -26,8 +26,9 @@ begin
26
26
  end
27
27
  end
28
28
 
29
- rescue LoadError
29
+ rescue LoadError => e
30
30
  STDERR.puts "cannot load the Hoe gem. Distribution is disabled"
31
+ STDERR.puts "error message is: #{e.message}"
31
32
  rescue Exception => e
32
33
  STDERR.puts "cannot load the Hoe gem, or Hoe fails. Distribution is disabled"
33
34
  STDERR.puts "error message is: #{e.message}"
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.11.rc1"
2
+ VERSION = "1.7.11"
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: 15424031
5
- prerelease: 7
4
+ hash: 29
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 11
10
- - rc
11
- - 1
12
- version: 1.7.11.rc1
10
+ version: 1.7.11
13
11
  platform: ruby
14
12
  authors:
15
13
  - Sylvain Joyeux
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-05-17 00:00:00 Z
18
+ date: 2011-06-22 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: autobuild
@@ -244,14 +242,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
244
242
  required_rubygems_version: !ruby/object:Gem::Requirement
245
243
  none: false
246
244
  requirements:
247
- - - ">"
245
+ - - ">="
248
246
  - !ruby/object:Gem::Version
249
- hash: 25
247
+ hash: 3
250
248
  segments:
251
- - 1
252
- - 3
253
- - 1
254
- version: 1.3.1
249
+ - 0
250
+ version: "0"
255
251
  requirements: []
256
252
 
257
253
  rubyforge_project: autobuild