autobuild 1.10.0 → 1.10.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78959e89fa2f90d964bfec87bc7c02b703b49a4d
4
- data.tar.gz: 257ef0c901f928b66b912b135a4a391f8a0f1bb2
3
+ metadata.gz: 6def4ec61d33b39f6ba2e362dc2e270058f781eb
4
+ data.tar.gz: 34de65f94cbd2e135f096617028cee2aed60954f
5
5
  SHA512:
6
- metadata.gz: 0da96c294ef0d023154754dcaddd33ac700eac6b3a3a52e8f9f0bf89039fe93a6c87c86dbbc52301544a0c2a236524e1331cf2dc524327009af8df201c4859d8
7
- data.tar.gz: 0924991f3520d90fecb0ab4ebbabae9bbe75efa2cb751a70afa9e772e92fee75acaa0680cae0e3d7d5689548a2590f07c4c10939b34ff3e00b3f59e040acda61
6
+ metadata.gz: b0fc25e4c12d1fcb224f4cfc2e74cab62810a4be013841a723b41b3a200d7cd7c2931407eb1eba671e646094a0a6aaf6bc3b14d73c0e3352c7d3f19607de5f51
7
+ data.tar.gz: 9807abd7fe4c1373065dc1157221274d4b305aa192c2ab9323f8a9113f365ab84823fd52eed6cf2554cdc0c47fedf092939fb4990117972b5e0de4a4e3785ba1
@@ -87,8 +87,8 @@ def ensure_dependencies_installed
87
87
 
88
88
  def prepare
89
89
  source_tree srcdir do |pkg|
90
- pkg.exclude << Regexp.new("^#{Regexp.quote(builddir)}")
91
- pkg.exclude << Regexp.new("^#{Regexp.quote(doc_dir)}") if doc_dir
90
+ pkg.exclude << Regexp.new("^#{Regexp.quote(builddir)}") if builddir != srcdir
91
+ pkg.exclude << Regexp.new("^#{Regexp.quote(doc_dir)}") if doc_dir && (doc_dir != srcdir)
92
92
  pkg.exclude.concat(self.source_tree_excludes)
93
93
  end
94
94
 
@@ -259,7 +259,7 @@ def run_doxygen
259
259
  end
260
260
 
261
261
  def common_utility_handling(utility, target, start_msg, done_msg)
262
- utility.source_dir = srcdir
262
+ utility.source_ref_dir = builddir
263
263
  utility.task do
264
264
  progress_start start_msg, :done_message => done_msg do
265
265
  if internal_doxygen_mode?
@@ -35,7 +35,7 @@ def self.tree_timestamp(path, *exclude)
35
35
  Find.prune if File.basename(p) =~ /^\./
36
36
  exclude.each do |pattern|
37
37
  if pattern === p
38
- Autobuild.message " excluding #{p}" if Autobuild.debug
38
+ Autobuild.message " excluding #{p} because of #{pattern}" if Autobuild.debug
39
39
  Find.prune
40
40
  end
41
41
  end
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.10.0" unless defined? Autobuild::VERSION
2
+ VERSION = "1.10.1" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -229,4 +229,3 @@ signing_key:
229
229
  specification_version: 4
230
230
  summary: Library to handle build systems and import mechanisms
231
231
  test_files: []
232
- has_rdoc: