| OLD | NEW |
| 1 name: unittest | 1 name: unittest |
| 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: A library for writing dart unit tests. | 4 description: A library for writing dart unit tests. |
| 5 homepage: https://github.com/dart-lang/unittest | 5 homepage: https://github.com/dart-lang/unittest |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.0.0 <2.0.0' | 7 sdk: '>=1.0.0 <2.0.0' |
| 8 dependencies: | 8 dependencies: |
| 9 stack_trace: '>=0.9.0 <2.0.0' | 9 args: '>=0.12.1 <0.13.0' |
| 10 stack_trace: '>=1.2.0 <2.0.0' |
| 10 | 11 |
| 11 # Using the pre-release version of matcher. When published we will go back | 12 # Using the pre-release version of matcher. When published we will go back |
| 12 # using a tight version constraint to ensure that a constraint on unittest | 13 # using a tight version constraint to ensure that a constraint on unittest |
| 13 # properly constraints all features it provides. | 14 # properly constraints all features it provides. |
| 14 matcher: | 15 matcher: |
| 15 git: https://github.com/dart-lang/matcher.git | 16 git: https://github.com/dart-lang/matcher.git |
| 16 dev_dependencies: | 17 dev_dependencies: |
| 17 fake_async: '>=0.1.2 <0.2.0' | 18 fake_async: '>=0.1.2 <0.2.0' |
| 18 metatest: | |
| 19 git: | |
| 20 ref: b6348d7e7f3c5b00a48aa579694457d1abd36b69 | |
| 21 url: https://github.com/dart-lang/metatest | |
| OLD | NEW |