autobuild 1.10.0.rc20 → 1.10.0.rc21

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: ebb72391557598f96bcf4d7b8bb34e10ae44ee6e
4
- data.tar.gz: 637a0ae6c9e1a70b079397985aa386d5a80c7353
3
+ metadata.gz: a24414c9ff5b3377a5a8438a11684c3bb9ab0d9f
4
+ data.tar.gz: 8017397fe427de78d2e465e5e1fb4308114879fd
5
5
  SHA512:
6
- metadata.gz: b862462f126b226fbb2326c418330578bf8454a46b64ad92a33bc030bf908120e536c8f635be79fbe9e960c267b4f7323558497b5809bce1404534c7d0fba68b
7
- data.tar.gz: ce5ce2cab50ec932500ca3f684df8676170d6aeea62d4810e98cb52d862c3e2c5007920901f3169fd99c320b83ee3a07226e0ee0b64acbb2415183512ed21d10
6
+ metadata.gz: 0f06dd6f2869c9478ac2eeceac5ed24633293bfdd91f19e8d47917145fdc8565b1d8a5fb4cae84b3c35af2fd109310f6657f3bb8f6318a77f0849d4783a73154
7
+ data.tar.gz: 655745169510960573c119ac72d9f64af255f4223e79f509f98e809b2906e270500ada724bb7f8c5ce7c940beefc79c4151650d488adb6cc679bcee02258ba5e
@@ -247,7 +247,14 @@ def with_submodules?; !!@with_submodules end
247
247
 
248
248
  # Whether 'clone' should fetch only the remote branch, or all the
249
249
  # branches
250
- attr_predicate :single_branch?, true
250
+ def single_branch?
251
+ @single_branch
252
+ end
253
+
254
+ # Set the {#single_branch?} predicate
255
+ def single_branch=(flag)
256
+ @single_branch = !!flag
257
+ end
251
258
 
252
259
  # @api private
253
260
  #
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.10.0.rc20" unless defined? Autobuild::VERSION
2
+ VERSION = "1.10.0.rc21" 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.10.0.rc20
4
+ version: 1.10.0.rc21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux