autoproj 1.9.7.rc21 → 1.9.7.rc22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  #! /usr/bin/ruby
2
2
 
3
- if RUBY_VERSION < "1.9.3"
4
- STDERR.puts "autoproj requires Ruby >= 1.9.3"
3
+ if RUBY_VERSION < "1.8.7"
4
+ STDERR.puts "autoproj requires Ruby >= 1.8.7"
5
5
  exit 1
6
6
  end
7
7
 
@@ -2523,36 +2523,39 @@ ruby19:
2523
2523
  - rake
2524
2524
  macos-brew:
2525
2525
  - gem: rake
2526
- default: nonexistent
2527
2526
  opensuse: ruby19-devel
2528
- arch: ignore
2527
+ default: ignore
2529
2528
  ruby20:
2530
2529
  debian:
2531
2530
  - ruby2.0
2532
2531
  - ruby2.0-dev
2533
2532
  - rake
2534
2533
  - rubygems-integration
2534
+ ubuntu:
2535
+ '14.04':
2536
+ - ruby2.0
2537
+ - ruby2.0-dev
2538
+ - rake
2539
+ - rubygems-integration
2535
2540
  fedora:
2536
2541
  '20':
2537
2542
  - ruby
2538
2543
  - ruby-devel
2539
2544
  - rubygem-rake
2540
2545
  opensuse: ruby20-devel
2541
- arch: ignore
2542
2546
  macos-brew:
2543
2547
  - gem: rake
2544
- default: nonexistent
2548
+ default: ignore
2545
2549
  ruby21:
2546
2550
  debian:
2547
2551
  - ruby2.1
2548
2552
  - ruby2.1-dev
2549
2553
  - rake
2550
2554
  - rubygems-integration
2551
- arch: ignore
2552
2555
  fedora: ruby-devel
2553
2556
  macos-brew:
2554
2557
  - gem: rake
2555
- default: nonexistent
2558
+ default: ignore
2556
2559
  build-essential:
2557
2560
  debian,ubuntu: build-essential
2558
2561
  gentoo: ignore
@@ -1,7 +1,7 @@
1
1
  #! /usr/bin/ruby
2
2
 
3
- if RUBY_VERSION < "1.9.3"
4
- STDERR.puts "autoproj requires Ruby >= 1.9.3"
3
+ if RUBY_VERSION < "1.8.7"
4
+ STDERR.puts "autoproj requires Ruby >= 1.8.7"
5
5
  exit 1
6
6
  end
7
7
 
@@ -37,10 +37,8 @@ ruby19:
37
37
  - rake
38
38
  macos-brew:
39
39
  - gem: rake
40
- default: nonexistent
41
40
  opensuse: ruby19-devel
42
- arch: ignore # on arch, if ruby is installed then so is the supporting stuff
43
- default: nonexistent
41
+ default: ignore # we assume that if the user has a ruby 1.9 runtime, it is usable
44
42
 
45
43
  ruby20:
46
44
  debian:
@@ -48,16 +46,21 @@ ruby20:
48
46
  - ruby2.0-dev
49
47
  - rake
50
48
  - rubygems-integration
49
+ ubuntu:
50
+ '14.04':
51
+ - ruby2.0
52
+ - ruby2.0-dev
53
+ - rake
54
+ - rubygems-integration
51
55
  fedora:
52
56
  '20':
53
57
  - ruby
54
58
  - ruby-devel
55
59
  - rubygem-rake
56
60
  opensuse: ruby20-devel
57
- arch: ignore # on arch, if ruby is installed then so is the supporting stuff
58
61
  macos-brew:
59
62
  - gem: rake
60
- default: nonexistent
63
+ default: ignore # we assume that if the user has a ruby 2.0 runtime, it is usable
61
64
 
62
65
  ruby21:
63
66
  debian:
@@ -65,11 +68,10 @@ ruby21:
65
68
  - ruby2.1-dev
66
69
  - rake
67
70
  - rubygems-integration
68
- arch: ignore # on arch, if ruby is installed then so is the supporting stuff
69
71
  fedora: ruby-devel
70
72
  macos-brew:
71
73
  - gem: rake
72
- default: nonexistent
74
+ default: ignore # we assume that if the user has a ruby 2.1 runtime, it is usable
73
75
 
74
76
  build-essential:
75
77
  debian,ubuntu: build-essential
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.9.7.rc21"
2
+ VERSION = "1.9.7.rc22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7.rc21
4
+ version: 1.9.7.rc22
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-29 00:00:00.000000000 Z
12
+ date: 2014-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: autobuild
@@ -227,9 +227,9 @@ signing_key:
227
227
  specification_version: 3
228
228
  summary: Easy installation and management of sets of software packages
229
229
  test_files:
230
- - test/test_os_dependencies.rb
231
- - test/test_manifest.rb
232
- - test/package_managers/test_apt_dpkg_manager.rb
233
230
  - test/package_managers/test_gem.rb
234
231
  - test/package_managers/test_pip.rb
232
+ - test/package_managers/test_apt_dpkg_manager.rb
235
233
  - test/test_package_manifest.rb
234
+ - test/test_manifest.rb
235
+ - test/test_os_dependencies.rb