depengine 0.0.15 → 0.0.16
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/lib/depengine/provider/repository.rb +2 -2
- data/lib/depengine/version.rb +1 -1
- metadata +3 -3
|
@@ -57,7 +57,7 @@ module Provider
|
|
|
57
57
|
begin
|
|
58
58
|
http.start do |http|
|
|
59
59
|
req = Net::HTTP::Get.new(url.path)
|
|
60
|
-
req.basic_auth user, password
|
|
60
|
+
#req.basic_auth user, password
|
|
61
61
|
response = http.request(req)
|
|
62
62
|
body = response.body
|
|
63
63
|
|
|
@@ -68,7 +68,7 @@ module Provider
|
|
|
68
68
|
f.write body
|
|
69
69
|
}
|
|
70
70
|
else
|
|
71
|
-
$log.writer.error "Can not get file from " + url.scheme + "://" + url.host +
|
|
71
|
+
$log.writer.error "Can not get file from " + url.scheme + "://" + url.host + url.path
|
|
72
72
|
exit 1
|
|
73
73
|
end
|
|
74
74
|
end
|
data/lib/depengine/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: depengine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.0.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Team Automatisierung
|