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

Unified Diff: pkg/args/pubspec.yaml

Issue 89173002: pkg/args: updated args dependency on collection_helpers to >= 0.9.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/pubspec.yaml
diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml
index 0ff36a86e93f77a3c09a82e224e3f5ad8424e522..7c7f1a939a67608dd274ce9147da16f5b83d3423 100644
--- a/pkg/args/pubspec.yaml
+++ b/pkg/args/pubspec.yaml
@@ -1,15 +1,15 @@
name: args
-version: 0.9.0
-author: "Dart Team <misc@dartlang.org>"
-homepage: http://www.dartlang.org
-documentation: http://api.dartlang.org/docs/pkg/args
+version: 0.9.0+1-dev
Bob Nystrom 2013/11/26 21:52:45 Instead of bumping this now, I think we should jus
kevmoo-old 2013/11/26 22:03:21 I've seen -dev used in a few other libs. It implie
kevmoo-old 2013/11/26 22:05:01 To be super clear: +1: flags that this is not eve
Bob Nystrom 2013/12/03 18:28:49 Hmm, I don't have a well-defined proposal yet for
+author: Dart Team <misc@dartlang.org>
description: >
Libraries for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.
+homepage: http://www.dartlang.org
+documentation: http://api.dartlang.org/docs/pkg/args
+environment:
+ sdk: '>=0.8.10+6 <2.0.0'
dependencies:
- collection_helpers: ">=0.9.0 <0.10.0"
+ collection_helpers: '>=0.9.1 <0.10.0'
Bob Nystrom 2013/11/26 21:52:45 Does this actually require a change from collectio
kevmoo-old 2013/11/26 22:03:21 Yup. This is catching up with https://code.google.
dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
-environment:
- sdk: ">=0.8.10+6 <2.0.0"
+ unittest: '>=0.9.0 <0.10.0'
Bob Nystrom 2013/11/26 21:52:45 You can leave the SDK constraint in.
kevmoo-old 2013/11/26 22:03:21 SDK constraint is still there, just bumped up a bi
Bob Nystrom 2013/12/03 18:28:49 Ah, didn't notice that. OK.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698