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

Unified Diff: pkg/watcher/pubspec.yaml

Issue 122573003: Don't test for file differences in the polling watcher. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise shared test. Created 6 years, 11 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
Index: pkg/watcher/pubspec.yaml
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
index a9672946def493457285744747fa93bd54c2c39f..c77dddfd2f37c6e82d6a4918250624cb0da9e96c 100644
--- a/pkg/watcher/pubspec.yaml
+++ b/pkg/watcher/pubspec.yaml
@@ -1,13 +1,11 @@
name: watcher
-version: 0.9.2
+version: 0.9.3-dev
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
- A file watcher. It monitors (currently by polling) for changes to contents
- of directories and notifies you when files have been added, removed, or
- modified.
+ A file watcher. It monitors for changes to contents of directories and
+ notifies you when files have been added, removed, or modified.
dependencies:
- crypto: ">=0.9.0 <0.10.0"
path: ">=0.9.0 <2.0.0"
stack_trace: ">=0.9.1 <0.10.0"
dev_dependencies:
« no previous file with comments | « pkg/watcher/lib/src/directory_watcher/polling.dart ('k') | pkg/watcher/test/directory_watcher/linux_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698