Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: intl | 1 name: intl |
| 2 version: 0.11.11 | 2 version: 0.11.11 |
|
sra1
2014/12/16 21:58:27
Should bump the version so users can select this n
Alan Knight
2014/12/16 22:07:51
Done.
| |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Contains code to deal with internationalized/localized messages, da te and number formatting and parsing, bi-directional text, and other internation alization issues. | 4 description: Contains code to deal with internationalized/localized messages, da te and number formatting and parsing, bi-directional text, and other internation alization issues. |
| 5 homepage: https://www.dartlang.org | 5 homepage: https://www.dartlang.org |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.4.0 <2.0.0' | 7 sdk: '>=1.4.0 <2.0.0' |
| 8 documentation: http://www.dartdocs.org/documentation/intl/latest | 8 documentation: http://www.dartdocs.org/documentation/intl/latest |
| 9 dependencies: | 9 dependencies: |
| 10 analyzer: '>=0.13.2 <0.23.0' | 10 analyzer: '>=0.13.2 <0.23.0' |
| 11 path: '>=0.9.0 <2.0.0' | 11 path: '>=0.9.0 <2.0.0' |
| 12 petitparser: '>=1.1.3 <2.0.0' | 12 petitparser: '>=1.1.3 <2.0.0' |
| 13 dev_dependencies: | 13 dev_dependencies: |
| 14 unittest: '>=0.10.0 <0.12.0' | 14 unittest: '>=0.10.0 <0.12.0' |
| 15 fixnum: '>=0.9.0 <0.10.0' | |
| OLD | NEW |