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

Unified Diff: pkg/typed_mock/pubspec.yaml

Issue 281943002: Add a top-level typed_mock package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 6 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 | « pkg/typed_mock/lib/typed_mock.dart ('k') | pkg/typed_mock/test/typed_mock_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/typed_mock/pubspec.yaml
diff --git a/pkg/analysis_services/pubspec.yaml b/pkg/typed_mock/pubspec.yaml
similarity index 60%
copy from pkg/analysis_services/pubspec.yaml
copy to pkg/typed_mock/pubspec.yaml
index 960ff7536d2905b6e7338b63c957a80102c1986b..c2e2cdcbdf30d95f6f388964fe28e064fac99e3a 100644
--- a/pkg/analysis_services/pubspec.yaml
+++ b/pkg/typed_mock/pubspec.yaml
@@ -1,11 +1,9 @@
-name: analysis_services
+name: typed_mock
version: 0.0.1
author: Dart Team <misc@dartlang.org>
-description: A set of services on top of Analysis Engine
+description: A library for mocking classes using Mockito-like syntax
homepage: http://www.dartlang.org
environment:
sdk: '>=1.0.0 <2.0.0'
-dependencies:
- analyzer: 0.15.1
dev_dependencies:
unittest: '>=0.10.0 <0.12.0'
« no previous file with comments | « pkg/typed_mock/lib/typed_mock.dart ('k') | pkg/typed_mock/test/typed_mock_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698