Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: gcloud | 1 name: gcloud |
| 2 version: 0.2.0+14 | 2 version: 0.2.1 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Dart gcloud APIs | 4 description: Dart gcloud APIs |
| 5 homepage: https://github.com/dart-lang/gcloud | 5 homepage: https://github.com/dart-lang/gcloud |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.13.0 <2.0.0' | 7 sdk: '>=1.13.0 <2.0.0' |
| 8 dependencies: | 8 dependencies: |
| 9 googleapis: '>=0.2.0 <0.29.0' | 9 googleapis: '>=0.2.0 <0.32.0' |
| 10 googleapis_beta: '>=0.10.0 <0.28.0' | 10 googleapis_beta: '>=0.10.0 <0.31.0' |
| 11 http: '>=0.11.0 <0.12.0' | 11 http: '>=0.11.0 <0.12.0' |
| 12 dev_dependencies: | 12 dev_dependencies: |
| 13 googleapis_auth: '>=0.2.3 <0.3.0' | 13 googleapis_auth: '>=0.2.3 <0.3.0' |
| 14 http_parser: '>=2.0.0 <3.0.0' | 14 http_parser: '>=2.0.0 <3.0.0' |
|
kevmoo
2016/08/29 15:59:24
While you're at it: upgrade this to <4.0.0
kustermann
2016/08/29 16:24:04
Maybe I should make another commit for this ?)
Do
| |
| 15 mime: '>=0.9.0+3 <0.10.0' | 15 mime: '>=0.9.0+3 <0.10.0' |
| 16 unittest: '>=0.11.0 <0.12.0' | 16 unittest: '>=0.11.0 <0.12.0' |
| 17 transformers: | 17 transformers: |
| 18 - $dart2js: | 18 - $dart2js: |
| 19 $include: [] | 19 $include: [] |
| OLD | NEW |