Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: pkg/scheduled_test/pubspec.yaml

Issue 311253005: Bind to all available loopback addresses in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/scheduled_test/pubspec.yaml
diff --git a/pkg/scheduled_test/pubspec.yaml b/pkg/scheduled_test/pubspec.yaml
index 9eb8ec1da3527d573330349774523faa7f720bf0..f73136ac38a94d797ec42e6695538d0f96bba5d5 100644
--- a/pkg/scheduled_test/pubspec.yaml
+++ b/pkg/scheduled_test/pubspec.yaml
@@ -1,5 +1,5 @@
name: scheduled_test
-version: 0.11.0+5
+version: 0.11.0+6
author: Dart Team <misc@dartlang.org>
description: >
A package for writing readable tests of asynchronous behavior.
@@ -12,6 +12,7 @@ homepage: http://www.dartlang.org
environment:
sdk: '>=1.3.0 <2.0.0'
dependencies:
+ http_multi_server: '>=1.0.0 <2.0.0'
http: '>=0.9.0 <0.12.0'
path: '>=0.9.0 <2.0.0'
shelf: '>=0.4.0 <0.6.0'
« no previous file with comments | « pkg/scheduled_test/lib/scheduled_server.dart ('k') | sdk/lib/_internal/pub/lib/src/barback/admin_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698