autoproj 1.2.4 → 1.2.5

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.
@@ -1,3 +1,6 @@
1
+ = Version 1.2.5
2
+ * Quickfix release: fix "autoproj bootstrap VCS URL"
3
+
1
4
  = Version 1.2.4
2
5
  * manage LD_LIBRARY_PATH
3
6
  * only include the values relevant to our packages in the generated env.sh,
@@ -294,7 +294,7 @@ def do_bootstrap(*args)
294
294
  io.write(manifest_data)
295
295
  end
296
296
 
297
- elsif args.size > 2 # is a VCS definition for the manifest itself ...
297
+ elsif args.size >= 2 # is a VCS definition for the manifest itself ...
298
298
  do_switch_config(*args)
299
299
  end
300
300
 
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.2.4"
2
+ VERSION = "1.2.5"
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.2.4
4
+ version: 1.2.5
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: 2009-11-26 00:00:00 +01:00
12
+ date: 2009-11-28 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency