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

Unified Diff: pkg/barback/pubspec.yaml

Issue 164773003: Change ScheduledProcess's output streams over to be ScheduledStreams. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 10 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
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_process.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/pubspec.yaml
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
index 803e4058765ea77736472948a1984cff3cca8046..f8201f4a66c9b4541d262f51ed6ead2a94a2a464 100644
--- a/pkg/barback/pubspec.yaml
+++ b/pkg/barback/pubspec.yaml
@@ -8,7 +8,7 @@ name: barback
# When the minor version of this is upgraded, you *must* update that version
# number in pub to stay in sync with this. New patch versions are considered
# backwards compatible, and pub will allow later patch versions automatically.
-version: 0.11.0+3
+version: 0.11.1-dev
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
@@ -27,7 +27,7 @@ dependencies:
source_maps: ">=0.9.0 <0.10.0"
stack_trace: ">=0.9.1 <0.10.0"
dev_dependencies:
- scheduled_test: ">=0.9.0 <0.10.0"
+ scheduled_test: ">=0.9.0 <0.11.0"
unittest: ">=0.9.0 <0.10.0"
environment:
sdk: ">=1.0.1 <2.0.0"
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_process.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698