autoproj 1.7.21.b5 → 1.7.21.b6

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -15,8 +15,8 @@ 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.57'] <<
19
- ['utilrb', '>= 1.3.3'] <<
18
+ ['autobuild', '>= 1.6.0.rc1'] <<
19
+ ['utilrb', '>= 1.6.0'] <<
20
20
  ['highline', '>= 1.5.0']
21
21
  end
22
22
  end
@@ -33,7 +33,7 @@ needed_gem_home = ENV['AUTOPROJ_GEM_HOME'] || "#{Dir.pwd}/.gems"
33
33
  if $LOADED_FEATURES.find { |str| str =~ /bygems/ }
34
34
  if ENV['GEM_HOME'] != needed_gem_home
35
35
  require 'rbconfig'
36
- RUBY = RbConfig::CONFIG['RUBY_INSTALL_NAME']
36
+ RUBY = Config::CONFIG['RUBY_INSTALL_NAME']
37
37
 
38
38
  ENV['GEM_HOME'] = needed_gem_home
39
39
  exec RUBY, __FILE__, *ARGV
@@ -1,5 +1,6 @@
1
1
  require 'highline'
2
2
  require 'utilrb/module/attr_predicate'
3
+
3
4
  module Autoproj
4
5
  class << self
5
6
  attr_accessor :verbose
@@ -76,7 +77,7 @@ module Autoproj
76
77
  Autobuild.srcdir = Autoproj.root_dir
77
78
  Autobuild.logdir = File.join(Autobuild.prefix, 'log')
78
79
 
79
- ruby = RbConfig::CONFIG['RUBY_INSTALL_NAME']
80
+ ruby = Config::CONFIG['RUBY_INSTALL_NAME']
80
81
  if ruby != 'ruby'
81
82
  bindir = File.join(Autoproj.build_dir, 'bin')
82
83
  FileUtils.mkdir_p bindir
@@ -160,7 +161,7 @@ module Autoproj
160
161
  Autoproj.save_config
161
162
  ENV['AUTOPROJ_RESTARTING'] = '1'
162
163
  require 'rbconfig'
163
- ruby = RbConfig::CONFIG['RUBY_INSTALL_NAME']
164
+ ruby = Config::CONFIG['RUBY_INSTALL_NAME']
164
165
  if defined?(ORIGINAL_ARGV)
165
166
  exec(ruby, $0, *ORIGINAL_ARGV)
166
167
  else
@@ -1403,7 +1404,7 @@ where 'mode' is one of:
1403
1404
  Autoproj.message "restarting bootstrapping from #{Dir.pwd}"
1404
1405
 
1405
1406
  require 'rbconfig'
1406
- ruby = RbConfig::CONFIG['RUBY_INSTALL_NAME']
1407
+ ruby = Config::CONFIG['RUBY_INSTALL_NAME']
1407
1408
  exec ruby, $0, *ARGV
1408
1409
  end
1409
1410
 
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.21.b5"
2
+ VERSION = "1.7.21.b6"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 133
4
+ hash: 131
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 21
10
10
  - b
11
- - 5
12
- version: 1.7.21.b5
11
+ - 6
12
+ version: 1.7.21.b6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-03-30 00:00:00 Z
20
+ date: 2012-04-03 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: autobuild
@@ -27,12 +27,14 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: 113
30
+ hash: 15424087
31
31
  segments:
32
32
  - 1
33
- - 5
34
- - 57
35
- version: 1.5.57
33
+ - 6
34
+ - 0
35
+ - rc
36
+ - 1
37
+ version: 1.6.0.rc1
36
38
  type: :runtime
37
39
  version_requirements: *id001
38
40
  - !ruby/object:Gem::Dependency
@@ -43,12 +45,12 @@ dependencies:
43
45
  requirements:
44
46
  - - ">="
45
47
  - !ruby/object:Gem::Version
46
- hash: 29
48
+ hash: 15
47
49
  segments:
48
50
  - 1
49
- - 3
50
- - 3
51
- version: 1.3.3
51
+ - 6
52
+ - 0
53
+ version: 1.6.0
52
54
  type: :runtime
53
55
  version_requirements: *id002
54
56
  - !ruby/object:Gem::Dependency