This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cleanup .gitignore * Indent and format the stacktrace on memcache connect failure
- Loading branch information
Showing
4 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
.buildlog | ||
.DS_Store | ||
.idea | ||
.dart_tool | ||
.packages | ||
.pub/ | ||
.settings/ | ||
build/ | ||
packages | ||
pubspec.lock | ||
.packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: appengine | ||
version: 0.4.3+1 | ||
version: 0.4.4-dev | ||
author: Dart Team <[email protected]> | ||
description: Support for using Dart as a custom runtime on Google App Engine Flexible Environment | ||
homepage: https://github.com/dart-lang/appengine | ||
|
@@ -16,5 +16,6 @@ dependencies: | |
memcache: '^0.2.1+1' | ||
path: '^1.2.0' | ||
protobuf: '^0.5.0' | ||
stack_trace: '^1.9.0' | ||
dev_dependencies: | ||
test: '^0.12.18+1' |