| OLD | NEW |
| 1 name: oauth2 | 1 name: oauth2 |
| 2 version: 0.9.0 |
| 2 author: "Dart Team <misc@dartlang.org>" | 3 author: "Dart Team <misc@dartlang.org>" |
| 3 homepage: http://www.dartlang.org | 4 homepage: http://www.dartlang.org |
| 4 description: > | 5 description: > |
| 5 A client library for authenticating with a remote service via OAuth2 on | 6 A client library for authenticating with a remote service via OAuth2 on |
| 6 behalf of a user, and making authorized HTTP requests with the user's | 7 behalf of a user, and making authorized HTTP requests with the user's |
| 7 OAuth2 credentials. | 8 OAuth2 credentials. |
| 8 dependencies: | 9 dependencies: |
| 9 http: any | 10 http: ">=0.9.0 <0.10.0" |
| 10 dev_dependencies: | 11 dev_dependencies: |
| 11 unittest: any | 12 unittest: ">=0.9.0 <0.10.0" |
| 13 environment: |
| 14 sdk: ">=1.0.0 <2.0.0" |
| OLD | NEW |