autoproj 1.7.6 → 1.7.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ = Version 1.7.7
2
+ * quickfix a trivial bug
3
+
1
4
  = Version 1.7.6
2
5
  * ship the generic configuration of gitorious
3
6
  server from Rock. It defines
@@ -19,7 +19,7 @@ module Autoproj
19
19
  # Since it seems that the http method for gitorious servers is more stable, a
20
20
  # fallback importer is set up that falls back to using http for pulling as soon
21
21
  # as import failed
22
- def gitorious_server_configuration(name, base_url, options = Hash.new)
22
+ def self.gitorious_server_configuration(name, base_url, options = Hash.new)
23
23
  options = Kernel.validate_options options,
24
24
  :fallback_to_http => true
25
25
 
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.6"
2
+ VERSION = "1.7.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 6
10
- version: 1.7.6
9
+ - 7
10
+ version: 1.7.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux