autobuild 1.5.53 → 1.5.54

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,9 @@
1
+ == Version 1.5.54
2
+ * quickfix release
3
+ * fix update in zip importer. The zip importer was previously always keeping
4
+ the current version of the source files. It broke the update / patching
5
+ process
6
+
1
7
  == Version 1.5.53
2
8
  * remove RMail and Daemons from the dependency list of the gem. autobuild can
3
9
  work fine without them, and they are seldom used anyway.
@@ -153,7 +153,7 @@ module Autobuild
153
153
  else base_dir
154
154
  end
155
155
 
156
- cmd = [ '-o', cachefile, '-d', main_dir ]
156
+ cmd = [ '-u', '-o', cachefile, '-d', main_dir ]
157
157
  Subprocess.run(package, :import, Autobuild.tool('unzip'), *cmd)
158
158
 
159
159
  if archive_dir
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.53" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.54" 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: 105
4
+ hash: 111
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 53
10
- version: 1.5.53
9
+ - 54
10
+ version: 1.5.54
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: 2012-01-10 00:00:00 Z
18
+ date: 2012-01-12 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake