| OLD | NEW |
| 1 name: matcher | 1 name: matcher |
| 2 version: 0.12.0-dev | 2 version: 0.12.0-alpha.0 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Support for specifying test expectations | 4 description: Support for specifying test expectations |
| 5 homepage: https://github.com/dart-lang/matcher | 5 homepage: https://github.com/dart-lang/matcher |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.0.0 <2.0.0' | 7 sdk: '>=1.0.0 <2.0.0' |
| 8 dev_dependencies: | 8 dev_dependencies: |
| 9 # Using a git dependency to align with the unreleased version of unittest | 9 unittest: '>=0.12.0-alpha.0 <0.13.0' |
| 10 # that is compatible with matcher 0.12.0 | |
| 11 unittest: | |
| 12 git: | |
| 13 ref: master | |
| 14 url: https://github.com/dart-lang/unittest | |
| OLD | NEW |