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

Unified Diff: pkg/docgen/pubspec.yaml

Issue 170783009: pkg/docgen: updated min dependencies of args and unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: pkg/docgen/pubspec.yaml
diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml
index 01d6d5e02584e570f308ed72cfc536e2c87d029a..3ee3398c877f84e2b2b8c74c8607d9fad1d0687a 100644
--- a/pkg/docgen/pubspec.yaml
+++ b/pkg/docgen/pubspec.yaml
@@ -1,18 +1,18 @@
name: docgen
-version: 0.9.1
-author: "Dart Team <misc@dartlang.org>"
-homepage: https://github.com/dart-lang/dartdoc-viewer
+version: 0.9.2-dev
+author: Dart Team <misc@dartlang.org>
description: A documentation generator for the Dart repository.
+homepage: https://github.com/dart-lang/dartdoc-viewer
+environment:
+ sdk: '>=0.8.10+6 <2.0.0'
Alan Knight 2014/02/19 19:00:46 I doubt that minimum constraint is valid, but it p
dependencies:
- args: ">=0.9.0 <0.10.0"
- logging: ">=0.9.0 <0.10.0"
+ args: '>=0.9.0 <0.11.0'
+ logging: '>=0.9.0 <0.10.0'
markdown:
git:
ref: emilysEdits
url: https://github.com/efortuna/dart-markdown
- path: ">=0.9.0 <2.0.0"
- yaml: ">=0.9.0 <0.10.0"
+ path: '>=0.9.0 <2.0.0'
+ yaml: '>=0.9.0 <0.10.0'
dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
-environment:
- sdk: ">=0.8.10+6 <2.0.0"
+ unittest: '>=0.9.0 <0.11.0'

Powered by Google App Engine
This is Rietveld 408576698