Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 3988f16fdb07ec4e911c1c30a94ea5e775ed044e..8113995b8f6f2e47aa2b9db7cf93bb6734c2c3dd 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,9 +1,12 @@ |
| name: matcher |
| -version: 0.11.4+1 |
| +version: 0.12.0-dev |
| author: Dart Team <misc@dartlang.org> |
| description: Support for specifying test expectations |
| homepage: https://github.com/dart-lang/matcher |
| environment: |
| sdk: '>=1.0.0 <2.0.0' |
| dev_dependencies: |
| - unittest: '>=0.10.0 <0.12.0' |
| + unittest: |
| + git: |
| + ref: master |
| + url: https://github.com/dart-lang/unittest |
|
nweiz
2015/02/17 23:17:42
Add a note here explaining that matcher needs a gi
kevmoo
2015/02/18 00:33:40
Done.
|