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

Side by Side Diff: pkg/third_party/html5lib/pubspec.yaml

Issue 288103003: Change Set.toSet to always return a set with the same behavior. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update html5lib pubspec version to 0.12.0-dev Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 name: html5lib 1 name: html5lib
2 version: 0.11.0 2 version: 0.12.0-dev
Siggi Cherem (dart-lang) 2014/05/23 21:59:32 Just so you know so you are not surprised, I chang
Lasse Reichstein Nielsen 2014/05/23 22:09:27 Ack, yes, my mistake. I forgot I changed the versi
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: A library for working with HTML documents. 4 description: A library for working with HTML documents.
5 homepage: http://pub.dartlang.org/packages/html5lib 5 homepage: http://pub.dartlang.org/packages/html5lib
6 environment: 6 environment:
7 sdk: '>=1.2.0 <2.0.0' 7 sdk: '>=1.2.0 <2.0.0'
8 dependencies: 8 dependencies:
9 csslib: '>=0.10.0-dev <0.11.0' 9 csslib: '>=0.10.0-dev <0.11.0'
10 source_maps: '>=0.9.0 <0.10.0' 10 source_maps: '>=0.9.0 <0.10.0'
11 utf: '>=0.9.0 <0.10.0' 11 utf: '>=0.9.0 <0.10.0'
12 dev_dependencies: 12 dev_dependencies:
13 path: '>=0.9.0 <2.0.0' 13 path: '>=0.9.0 <2.0.0'
14 unittest: '>=0.10.0 <0.11.0' 14 unittest: '>=0.10.0 <0.11.0'
OLDNEW
« no previous file with comments | « pkg/collection/pubspec.yaml ('k') | sdk/lib/_internal/compiler/implementation/helpers/expensive_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698