| OLD | NEW |
| 1 name: barback | 1 name: barback |
| 2 | 2 |
| 3 # Note! This version is referenced directly in the pub source code in | 3 # Note! This version is referenced directly in the pub source code in |
| 4 # lib/src/barback.dart. Pub implicitly places a version constraint on barback | 4 # lib/src/barback.dart. Pub implicitly places a version constraint on barback |
| 5 # to ensure users only select a version of barback that works with their current | 5 # to ensure users only select a version of barback that works with their current |
| 6 # version of pub. | 6 # version of pub. |
| 7 # | 7 # |
| 8 # When the minor or patch version of this is upgraded, you *must* update that | 8 # When the minor or patch version of this is upgraded, you *must* update that |
| 9 # version constraint in pub to stay in sync with this. | 9 # version constraint in pub to stay in sync with this. |
| 10 version: 0.14.1+1 | 10 version: 0.14.1-dev |
| 11 | 11 |
| 12 author: "Dart Team <misc@dartlang.org>" | 12 author: "Dart Team <misc@dartlang.org>" |
| 13 homepage: http://www.dartlang.org | 13 homepage: http://www.dartlang.org |
| 14 description: > | 14 description: > |
| 15 An asset build system. | 15 An asset build system. |
| 16 | 16 |
| 17 Given a set of input files and a set of transformations (think compilers, | 17 Given a set of input files and a set of transformations (think compilers, |
| 18 preprocessors and the like), will automatically apply the appropriate | 18 preprocessors and the like), will automatically apply the appropriate |
| 19 transforms and generate output files. When inputs are modified, automatically | 19 transforms and generate output files. When inputs are modified, automatically |
| 20 runs the transforms that are affected. | 20 runs the transforms that are affected. |
| 21 | 21 |
| 22 Runs transforms asynchronously and in parallel when possible to maximize | 22 Runs transforms asynchronously and in parallel when possible to maximize |
| 23 responsiveness. | 23 responsiveness. |
| 24 dependencies: | 24 dependencies: |
| 25 path: ">=0.9.0 <2.0.0" | 25 path: ">=0.9.0 <2.0.0" |
| 26 source_maps: ">=0.9.0 <0.10.0" | 26 source_maps: ">=0.9.0 <0.10.0" |
| 27 stack_trace: ">=0.9.1 <2.0.0" | 27 stack_trace: ">=0.9.1 <2.0.0" |
| 28 collection: ">=0.9.1 <0.10.0" | 28 collection: ">=0.9.1 <0.10.0" |
| 29 dev_dependencies: | 29 dev_dependencies: |
| 30 scheduled_test: ">=0.9.0 <0.11.0" | 30 scheduled_test: ">=0.9.0 <0.11.0" |
| 31 unittest: ">=0.9.0 <0.10.0" | 31 unittest: ">=0.9.0 <0.10.0" |
| 32 environment: | 32 environment: |
| 33 sdk: ">=1.0.1 <2.0.0" | 33 sdk: ">=1.0.1 <2.0.0" |
| OLD | NEW |