autobuild 1.7.11.rc6 → 1.7.11.rc7

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ module Autobuild
66
66
  common_utility_handling(doc_utility, target, &block)
67
67
  end
68
68
 
69
- def with_tests(target = 'test')
69
+ def with_tests(target = 'test', &block)
70
70
  common_utility_handling(test_utility, target, &block)
71
71
  end
72
72
 
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.7.11.rc6" unless defined? Autobuild::VERSION
2
+ VERSION = "1.7.11.rc7" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.11.rc6
4
+ version: 1.7.11.rc7
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-10 00:00:00.000000000 Z
12
+ date: 2014-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake