autobuild 1.5.19 → 1.5.20

Sign up to get free protection for your applications and to get access to all the features.
data/Changes.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == Version 1.5.20
2
+ * cmake: inform the user if a CMake configuration value gets changed
3
+
1
4
  == Version 1.5.19
2
5
  * git: fix cases where the importer was assuming that a branch did not exist
3
6
  while it was
@@ -126,6 +126,11 @@ module Autobuild
126
126
  if Autobuild.debug
127
127
  puts "option '#{name}' changed value: '#{old_value}' => '#{value}'"
128
128
  end
129
+ if old_value
130
+ progress "%s: changed value of #{name} from #{old_value} to #{value}"
131
+ else
132
+ progress "%s: setting value of #{name} to #{value}"
133
+ end
129
134
 
130
135
  true
131
136
  end
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.19" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.20" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 43
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 19
10
- version: 1.5.19
9
+ - 20
10
+ version: 1.5.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-04 00:00:00 +02:00
18
+ date: 2010-08-16 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency