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

Unified Diff: pkg/mock/pubspec.yaml

Issue 209333003: pkg/mock - NEW! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nit Created 6 years, 9 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/lib/mock.dart ('k') | pkg/mock/test/mock_regexp_negative_test.dart » ('j') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..877f56d9ab129c5b477240a256500976eb1d1af5
--- /dev/null
+++ b/pkg/mock/pubspec.yaml
@@ -0,0 +1,12 @@
+name: mock
+version: 0.10.0
+author: Dart Team <misc@dartlang.org>
+description: A library for mocking classes
+homepage: http://www.dartlang.org
+environment:
+ sdk: '>=1.0.0 <2.0.0'
+documentation: http://api.dartlang.org/docs/pkg/mock
+dependencies:
+ matcher: '>=0.10.0 <0.11.0'
+dev_dependencies:
+ unittest: '>=0.10.0 <0.11.0'
« no previous file with comments | « pkg/mock/lib/mock.dart ('k') | pkg/mock/test/mock_regexp_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698