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

Unified Diff: pkg/shelf/pubspec.yaml

Issue 366063002: pkg/shelf: Updated headers map to use pkg/collection CanonicalizedMap (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl nit Created 6 years, 5 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/shelf_unmodifiable_map.dart ('k') | no next file » | 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 b6e13fb2a2a4097e15b389f08ffb58319d352a04..4e7c12866dbc4ac45913c7333ebcc67f7ba43d53 100644
--- a/pkg/shelf/pubspec.yaml
+++ b/pkg/shelf/pubspec.yaml
@@ -1,13 +1,12 @@
name: shelf
-version: 0.5.4+1
+version: 0.5.4+2
author: Dart Team <misc@dartlang.org>
description: Web Server Middleware for Dart
homepage: http://www.dartlang.org
environment:
sdk: '>=1.4.0 <2.0.0'
-documentation: https://api.dartlang.org/apidocs/channels/be/dartdoc-viewer/shelf
dependencies:
- collection: '>=0.9.1 <0.10.0'
+ collection: '>=0.9.4 <0.10.0'
http_parser: '>=0.0.0 <0.1.0'
path: '>=1.0.0 <2.0.0'
stack_trace: '>=0.9.2 <2.0.0'
« no previous file with comments | « pkg/shelf/lib/src/shelf_unmodifiable_map.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698