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.
|