autobuild 1.5.39 → 1.5.40

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.
data/Changes.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == Version 1.5.40
2
+ * remove changes that should never have been released
3
+
1
4
  == Version 1.5.39
2
5
  * fix compatibility with rake 0.9.0
3
6
 
@@ -333,7 +333,7 @@ module Autobuild
333
333
  end
334
334
 
335
335
  Subprocess.run(package, :import,
336
- Autobuild.tool('git'), 'clone', '-o', 'autobuild', '--recursive', repository, package.srcdir)
336
+ Autobuild.tool('git'), 'clone', '-o', 'autobuild', repository, package.srcdir)
337
337
 
338
338
  Dir.chdir(package.srcdir) do
339
339
  if push_to
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.39" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.40" 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: 77
4
+ hash: 83
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 39
10
- version: 1.5.39
9
+ - 40
10
+ version: 1.5.40
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: 2011-05-23 00:00:00 Z
18
+ date: 2011-05-24 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake