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

Unified Diff: pkg/mock/pubspec.yaml

Issue 411713004: pkg/mock updated documentation link, fixed formatting in changelog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: latest release of matcher Created 6 years, 5 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 | « pkg/mock/CHANGELOG.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mock/pubspec.yaml
diff --git a/pkg/mock/pubspec.yaml b/pkg/mock/pubspec.yaml
index 99eb89531f67493eb8663450d1cdd600db488484..6599be62b72b3a41d815ec4ffb1dae2175697c35 100644
--- a/pkg/mock/pubspec.yaml
+++ b/pkg/mock/pubspec.yaml
@@ -1,12 +1,11 @@
name: mock
-version: 0.11.0+1
+version: 0.11.0+2
author: Dart Team <misc@dartlang.org>
description: A library for mocking classes
-homepage: http://www.dartlang.org
+homepage: https://pub.dartlang.org/packages/mock
environment:
sdk: '>=1.0.0 <2.0.0'
-documentation: http://api.dartlang.org/docs/pkg/mock
dependencies:
- matcher: '>=0.10.0 <0.11.0'
+ matcher: '>=0.10.0 <0.12.0'
dev_dependencies:
unittest: '>=0.10.0 <0.12.0'
« no previous file with comments | « pkg/mock/CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698