autoproj 1.7.15.rc3 → 1.7.15.rc4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,9 +51,7 @@ query = Autoproj::Query.parse_query(selection)
51
51
 
52
52
  packages =
53
53
  if search_all
54
- Autoproj.manifest.packages.find_all do |name, pkg_def|
55
- !Autoproj.manifest.package_selected?(name)
56
- end
54
+ Autoproj.manifest.packages.to_a
57
55
  else
58
56
  Autoproj.manifest.all_selected_packages.map do |pkg_name|
59
57
  [pkg_name, Autoproj.manifest.packages[pkg_name]]
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.15.rc3"
2
+ VERSION = "1.7.15.rc4"
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: 15424059
4
+ hash: 15424053
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 15
10
10
  - rc
11
- - 3
12
- version: 1.7.15.rc3
11
+ - 4
12
+ version: 1.7.15.rc4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux