Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index ad7f62fd6ab87fc5193a1d130162724f206fa5e9..5d13429ffb8ab439b448c26399af72e640d6a929 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,6 +1,8 @@ |
name: gcloud |
-version: 0.0.1-dev |
+version: 0.1.0 |
+author: Dart Team <misc@dartlang.org> |
description: Dart gcloud APIs |
+homepage: http://www.dartlang.org |
environment: |
sdk: '>=1.5.0 <2.0.0' |
dependencies: |
@@ -10,7 +12,7 @@ dependencies: |
http: '>=0.11.0 <0.12.0' |
dev_dependencies: |
http_parser: '>=0.0.2+5 <0.1.0' |
- googleapis_auth: any |
+ googleapis_auth: '>=0.0.1 <0.2.0' |
Søren Gjesse
2014/11/03 13:02:06
Shouldn't we just put 0.1.1 as the lower bound?
kustermann
2014/11/03 13:03:58
Done.
|
mime: '>=0.9.0+3 <0.10.0' |
unittest: '>=0.11.0 <0.12.0' |
transformers: |