autoproj 1.7.15.rc1 → 1.7.15.rc2
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/History.txt +4 -1
- data/lib/autoproj/version.rb +1 -1
- data/shell/autoproj_bash +2 -1
- data/shell/autoproj_zsh +2 -1
- metadata +5 -5
data/History.txt
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
file.osdeps-ruby19
|
|
17
17
|
|
|
18
|
-
after a file.osdeps "normal" file gets loaded.
|
|
18
|
+
after a file.osdeps "normal" file gets loaded. It will allow in the long run
|
|
19
|
+
to use OS packages in version-dependent setup (i.e. different packages for
|
|
20
|
+
ruby 1.8 and 1.9 for instance)
|
|
21
|
+
* fix the auto-add feature
|
|
19
22
|
|
|
20
23
|
= Version 1.7.14
|
|
21
24
|
* fix support for local package sets, i.e. package sets that are saved in
|
data/lib/autoproj/version.rb
CHANGED
data/shell/autoproj_bash
CHANGED
data/shell/autoproj_zsh
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autoproj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15424057
|
|
5
5
|
prerelease: 7
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
9
|
- 15
|
|
10
10
|
- rc
|
|
11
|
-
-
|
|
12
|
-
version: 1.7.15.
|
|
11
|
+
- 2
|
|
12
|
+
version: 1.7.15.rc2
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Sylvain Joyeux
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date:
|
|
20
|
+
date: 2012-01-10 00:00:00 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: autobuild
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
requirements: []
|
|
198
198
|
|
|
199
199
|
rubyforge_project: autobuild
|
|
200
|
-
rubygems_version: 1.8.
|
|
200
|
+
rubygems_version: 1.8.12
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 3
|
|
203
203
|
summary: Easy installation and management of software packages
|