OLD | NEW |
---|---|
1 name: args | 1 name: args |
2 version: 0.9.0 | 2 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
| |
3 author: "Dart Team <misc@dartlang.org>" | 3 author: Dart Team <misc@dartlang.org> |
4 homepage: http://www.dartlang.org | |
5 documentation: http://api.dartlang.org/docs/pkg/args | |
6 description: > | 4 description: > |
7 Libraries for defining parsers for parsing raw command-line arguments into | 5 Libraries for defining parsers for parsing raw command-line arguments into |
8 a set of options and values using GNU and POSIX style options. | 6 a set of options and values using GNU and POSIX style options. |
9 | 7 |
8 homepage: http://www.dartlang.org | |
9 documentation: http://api.dartlang.org/docs/pkg/args | |
10 environment: | |
11 sdk: '>=0.8.10+6 <2.0.0' | |
10 dependencies: | 12 dependencies: |
11 collection_helpers: ">=0.9.0 <0.10.0" | 13 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.
| |
12 dev_dependencies: | 14 dev_dependencies: |
13 unittest: ">=0.9.0 <0.10.0" | 15 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.
| |
14 environment: | |
15 sdk: ">=0.8.10+6 <2.0.0" | |
OLD | NEW |