autobuild 1.5.53 → 1.5.54
Sign up to get free protection for your applications and to get access to all the features.
- data/Changes.txt +6 -0
- data/lib/autobuild/import/archive.rb +1 -1
- data/lib/autobuild/version.rb +1 -1
- metadata +4 -4
data/Changes.txt
CHANGED
@@ -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.
|
data/lib/autobuild/version.rb
CHANGED
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:
|
4
|
+
hash: 111
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
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-
|
18
|
+
date: 2012-01-12 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rake
|