autoproj 1.7.6 → 1.7.7
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 +3 -0
- data/lib/autoproj/gitorious.rb +1 -1
- data/lib/autoproj/version.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/lib/autoproj/gitorious.rb
CHANGED
|
@@ -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
|
|
data/lib/autoproj/version.rb
CHANGED
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:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.7.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sylvain Joyeux
|