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

Unified Diff: dart/pkg/polymer/pubspec.yaml

Issue 62783003: Version 0.8.10.7 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/pkg/path/pubspec.yaml ('k') | dart/pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/polymer/pubspec.yaml
===================================================================
--- dart/pkg/polymer/pubspec.yaml (revision 29987)
+++ dart/pkg/polymer/pubspec.yaml (working copy)
@@ -1,4 +1,5 @@
name: polymer
+version: 0.9.0
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: >
Polymer.dart is a new type of library for the web, built on top of Web
@@ -6,22 +7,23 @@
browsers.
homepage: https://www.dartlang.org/polymer-dart/
dependencies:
- analyzer: any
- args: any
- barback: any
- browser: any
- csslib: any
- custom_element: any
- html5lib: any
- html_import: any
- logging: any
- meta: any
- observe: any
- path: any
- polymer_expressions: any
- shadow_dom: any
- source_maps: any
- template_binding: any
- yaml: any
+ analyzer: ">=0.10.1 <0.11.0"
+ args: ">=0.9.0 <0.10.0"
+ barback: ">=0.9.0 <0.10.0"
+ browser: ">=0.9.0 <0.10.0"
+ csslib: ">=0.9.0 <0.10.0"
+ custom_element: ">=0.9.0 <0.10.0"
+ html5lib: ">=0.9.0 <0.10.0"
+ html_import: ">=0.9.0 <0.10.0"
+ logging: ">=0.9.0 <0.10.0"
+ observe: ">=0.9.0 <0.10.0"
+ path: ">=0.9.0 <0.10.0"
+ polymer_expressions: ">=0.9.0 <0.10.0"
+ shadow_dom: ">=0.9.0 <0.10.0"
+ source_maps: ">=0.9.0 <0.10.0"
+ template_binding: ">=0.9.0 <0.10.0"
+ yaml: ">=0.9.0 <0.10.0"
dev_dependencies:
- unittest: any
+ unittest: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=0.8.10+6 <2.0.0"
« no previous file with comments | « dart/pkg/path/pubspec.yaml ('k') | dart/pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698