autoproj 1.7.21.b1 → 1.7.21.b2

Sign up to get free protection for your applications and to get access to all the features.
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: 141
4
+ hash: 139
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 21
10
10
  - b
11
- - 1
12
- version: 1.7.21.b1
11
+ - 2
12
+ version: 1.7.21.b2
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: 2012-03-08 00:00:00 Z
20
+ date: 2012-03-11 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: autobuild
@@ -165,6 +165,8 @@ files:
165
165
  - test/data/test_manifest/autoproj/manifest
166
166
  - test/test_debian.rb
167
167
  - test/test_manifest.rb
168
+ - test/test_os_dependencies.rb
169
+ - test/package_managers/test_gem.rb
168
170
  - test/test_package_manifest.rb
169
171
  - .gemtest
170
172
  homepage: http://rock-robotics.org/autoproj
@@ -204,6 +206,8 @@ signing_key:
204
206
  specification_version: 3
205
207
  summary: Easy installation and management of software packages
206
208
  test_files:
209
+ - test/test_os_dependencies.rb
210
+ - test/package_managers/test_gem.rb
207
211
  - test/test_manifest.rb
208
212
  - test/test_debian.rb
209
213
  - test/test_package_manifest.rb