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

Unified Diff: pubspec.yaml

Issue 697983002: Prepare for publishing v0.1.0 (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ad7f62fd6ab87fc5193a1d130162724f206fa5e9..f76e2e164aeaa0a2316b2c1429fa06f1e6d46a62 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.1.1 <0.2.0'
mime: '>=0.9.0+3 <0.10.0'
unittest: '>=0.11.0 <0.12.0'
transformers:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698