rubygems-test 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/rubygems/commands/test_command.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -156,7 +156,7 @@ class Gem::Commands::TestCommand < Gem::Command
|
|
156
156
|
|
157
157
|
def upload_results(yaml, results_url=nil)
|
158
158
|
begin
|
159
|
-
results_url ||= config["upload_service_url"] || 'http://
|
159
|
+
results_url ||= config["upload_service_url"] || 'http://test.rubygems.org/test_results'
|
160
160
|
url = URI.parse(results_url)
|
161
161
|
response = Net::HTTP.post_form url, {:results => yaml}
|
162
162
|
rescue Errno::ECONNREFUSED => e
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rubygems-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.3.
|
5
|
+
version: 0.3.6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Erik Hollensbe
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2011-02-
|
14
|
+
date: 2011-02-27 00:00:00 -05:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|