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

Side by Side Diff: pubspec.yaml

Issue 1153063006: Widen constraint on googleapis/googleapis_beta (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Created 5 years, 6 months 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 unified diff | Download patch
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: gcloud 1 name: gcloud
2 version: 0.2.0+1 2 version: 0.2.0+2
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.9.1 <2.0.0' 7 sdk: '>=1.9.1 <2.0.0'
8 dependencies: 8 dependencies:
9 crypto: '>=0.9.0 <0.10.0' 9 crypto: '>=0.9.0 <0.10.0'
10 googleapis: '>=0.2.0 <0.9.0' 10 googleapis: '>=0.2.0 <0.11.0'
11 googleapis_beta: '>=0.10.0 <0.13.0' 11 googleapis_beta: '>=0.10.0 <0.15.0'
12 http: '>=0.11.0 <0.12.0' 12 http: '>=0.11.0 <0.12.0'
13 dev_dependencies: 13 dev_dependencies:
14 googleapis_auth: '>=0.1.1 <0.3.0' 14 googleapis_auth: '>=0.1.1 <0.3.0'
15 http_parser: '>=0.0.2+5 <0.1.0' 15 http_parser: '>=0.0.2+5 <0.1.0'
16 mime: '>=0.9.0+3 <0.10.0' 16 mime: '>=0.9.0+3 <0.10.0'
17 unittest: '>=0.11.0 <0.12.0' 17 unittest: '>=0.11.0 <0.12.0'
18 transformers: 18 transformers:
19 - $dart2js: 19 - $dart2js:
20 $include: [] 20 $include: []
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698