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

Unified Diff: pubspec.yaml

Issue 1161433002: pkg/pool: Fixed the homepage, upgraded to pkg/test (Closed) Base URL: https://github.com/dart-lang/pool.git@master
Patch Set: Created 5 years, 7 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 | « CHANGELOG.md ('k') | test/pool_test.dart » ('j') | 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 a7d23a52c1ef81b8046a0d6f052ccb2b693e4178..19aac1e54b37bed757828a53c41800cc8f854202 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
name: pool
-version: 1.0.1
+version: 1.0.2
author: Dart Team <misc@dartlang.org>
description: A class for managing a finite pool of resources.
-homepage: http://github.com/dart-lang/pool
+homepage: https://github.com/dart-lang/pool
dependencies:
stack_trace: ">=0.9.2 <2.0.0"
dev_dependencies:
fake_async: ">=0.1.0 <0.2.0"
- unittest: ">=0.11.0 <0.12.0"
+ test: ">=0.12.0 <0.13.0"
« no previous file with comments | « CHANGELOG.md ('k') | test/pool_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698