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

Unified Diff: pkg/shelf/pubspec.yaml

Issue 223023003: Extract an http_parser package from shelf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 9 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 | « pkg/shelf/lib/src/util.dart ('k') | pkg/shelf/test/http_date_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/pubspec.yaml
diff --git a/pkg/shelf/pubspec.yaml b/pkg/shelf/pubspec.yaml
index 126d27a3f5dd3df6f33c37d0ba29f6229bf69461..9c28a5072644c85e402187331b0e4fde9fde23b6 100644
--- a/pkg/shelf/pubspec.yaml
+++ b/pkg/shelf/pubspec.yaml
@@ -1,5 +1,5 @@
name: shelf
-version: 0.3.0+6
+version: 0.3.0+7
author: Dart Team <misc@dartlang.org>
description: Web Server Middleware for Dart
homepage: http://www.dartlang.org
@@ -8,10 +8,10 @@ environment:
documentation: http://api.dartlang.org/docs/pkg/shelf
dependencies:
collection: '>=0.9.1 <0.10.0'
+ http_parser: '>=0.0.0 <0.1.0'
mime: '>=0.9.0 <0.10.0'
path: '>=1.0.0 <2.0.0'
stack_trace: '>=0.9.2 <0.10.0'
- string_scanner: '>=0.0.0 <0.1.0'
dev_dependencies:
hop: '>=0.30.2 <0.31.0'
hop_docgen: '>=0.1.1 <0.2.0'
« no previous file with comments | « pkg/shelf/lib/src/util.dart ('k') | pkg/shelf/test/http_date_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698