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

Unified Diff: pkg/yaml/pubspec.yaml

Issue 518853002: pkg/yaml prepare for release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: only a +1 release Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/yaml/CHANGELOG.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/yaml/pubspec.yaml
diff --git a/pkg/yaml/pubspec.yaml b/pkg/yaml/pubspec.yaml
index 5362b6008ad3cfbd55249f12c4aed4e42ef974ae..4e3b8de6582207a7b28753bf74dcd46f9bda6cd4 100644
--- a/pkg/yaml/pubspec.yaml
+++ b/pkg/yaml/pubspec.yaml
@@ -1,14 +1,14 @@
name: yaml
-version: 2.0.2-dev
-author: "Dart Team <misc@dartlang.org>"
-homepage: http://www.dartlang.org
+version: 2.0.1+1
+author: Dart Team <misc@dartlang.org>
description: A parser for YAML.
+homepage: https://www.dartlang.org
+environment:
+ sdk: '>=1.5.0 <2.0.2'
nweiz 2014/08/29 17:05:57 What exactly does this depend on in version 1.5.0
kevmoo 2014/08/29 17:12:09 No clue. Just updated the dependency to remove the
dependencies:
- collection: ">=0.9.2 <2.0.0"
- path: ">=1.2.0 <2.0.0"
- string_scanner: ">=0.1.0 <0.2.0"
- source_span: ">=1.0.0 <2.0.0"
+ collection: '>=0.9.2 <2.0.0'
+ path: '>=1.2.0 <2.0.0'
+ source_span: '>=1.0.0 <2.0.0'
+ string_scanner: '>=0.1.0 <0.2.0'
dev_dependencies:
- unittest: ">=0.9.0 <0.12.0"
-environment:
- sdk: ">=1.5.0-dev.0.0 <2.0.0"
+ unittest: '>=0.9.0 <0.12.0'
nweiz 2014/08/29 17:05:57 Please don't add so much unnecessary churn to the
kevmoo 2014/08/29 17:12:08 Done.
« no previous file with comments | « pkg/yaml/CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698