autoproj 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ = Version 1.4.3
2
+ * quickfix installations that have no layouts
3
+
1
4
  = Version 1.4.2
2
5
  * change the order in which package sets are considered for version control
3
6
  information in the manifest. The package set list needs now to be defined
@@ -896,9 +896,8 @@ module Autoproj
896
896
  layout_packages(layout, true)
897
897
  else
898
898
  # No layout, all packages are selected
899
- packages.values.map do |package, source, _|
900
- package.name
901
- end
899
+ packages.values.
900
+ map { |pkg| package.autobuild.name }
902
901
  end
903
902
  names = names.delete_if { |pkg_name| excluded?(pkg_name) }
904
903
  names.to_set
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.4.2"
2
+ VERSION = "1.4.3"
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.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-02 00:00:00 +01:00
12
+ date: 2010-03-03 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency