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

Side by Side Diff: pkg/barback/pubspec.yaml

Issue 223553008: Only pass an AssetId to isPrimary and declareOutputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 version of this is upgraded, you *must* update that version 8 # When the minor version of this is upgraded, you *must* update that version
9 # number in pub to stay in sync with this. New patch versions are considered 9 # number in pub to stay in sync with this. New patch versions are considered
10 # backwards compatible, and pub will allow later patch versions automatically. 10 # backwards compatible, and pub will allow later patch versions automatically.
11 version: 0.12.0 11 version: 0.13.0
12 12
13 author: "Dart Team <misc@dartlang.org>" 13 author: "Dart Team <misc@dartlang.org>"
14 homepage: http://www.dartlang.org 14 homepage: http://www.dartlang.org
15 description: > 15 description: >
16 An asset build system. 16 An asset build system.
17 17
18 Given a set of input files and a set of transformations (think compilers, 18 Given a set of input files and a set of transformations (think compilers,
19 preprocessors and the like), will automatically apply the appropriate 19 preprocessors and the like), will automatically apply the appropriate
20 transforms and generate output files. When inputs are modified, automatically 20 transforms and generate output files. When inputs are modified, automatically
21 runs the transforms that are affected. 21 runs the transforms that are affected.
22 22
23 Runs transforms asynchronously and in parallel when possible to maximize 23 Runs transforms asynchronously and in parallel when possible to maximize
24 responsiveness. 24 responsiveness.
25 dependencies: 25 dependencies:
26 path: ">=0.9.0 <2.0.0" 26 path: ">=0.9.0 <2.0.0"
27 source_maps: ">=0.9.0 <0.10.0" 27 source_maps: ">=0.9.0 <0.10.0"
28 stack_trace: ">=0.9.1 <0.10.0" 28 stack_trace: ">=0.9.1 <0.10.0"
29 collection: ">=0.9.1 <0.10.0" 29 collection: ">=0.9.1 <0.10.0"
30 dev_dependencies: 30 dev_dependencies:
31 scheduled_test: ">=0.9.0 <0.11.0" 31 scheduled_test: ">=0.9.0 <0.11.0"
32 unittest: ">=0.9.0 <0.10.0" 32 unittest: ">=0.9.0 <0.10.0"
33 environment: 33 environment:
34 sdk: ">=1.0.1 <2.0.0" 34 sdk: ">=1.0.1 <2.0.0"
Siggi Cherem (dart-lang) 2014/04/04 16:02:31 should this include a 1.4 dependency?
nweiz 2014/04/04 17:59:36 I don't believe barback is using anything 1.4 spec
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698