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

Unified Diff: pubspec.yaml

Issue 1277013004: pkg/appengine: prepare for 0.3.1, sort imports (Closed) Base URL: https://github.com/dart-lang/appengine.git@master
Patch Set: Created 5 years, 4 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 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 5958c949ca714e30e72ae3af488d21bad04413ce..7360bcab068bd93fb785421dff33bf749d32d985 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,19 +1,18 @@
name: appengine
-version: 0.3.1-dev
+version: 0.3.1
author: Dart Team <misc@dartlang.org>
description: Support for using Dart as a custom runtime on Google App Engine Managed VMs
homepage: https://www.dartlang.org/cloud
environment:
sdk: '>=1.9.0 <2.0.0'
dependencies:
+ fixnum: '^0.9.0'
gcloud: '>=0.1.2 <0.3.0'
googleapis_auth: '>=0.1.1 <0.3.0'
- fixnum: '^0.9.0'
http_server: '^0.9.2'
+ logging: '>=0.9.3 <0.12.0'
memcache: '^0.2.0'
path: '^1.2.0'
protobuf: '^0.3.3'
- logging: '>=0.9.3 <0.12.0'
-
dev_dependencies:
test: '^0.12.0'
« 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