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

Unified Diff: pubspec.yaml

Issue 269823003: Parameterize uri resolution and parsing of options, use package:path (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 6 years, 7 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ef2c55b30cc4eaac0be7363412e245f03e0ddd91..0b2c917efbc1028e203102c81055fa9b8856726c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
-name: protoc-plugin
-version: 0.3.3
-authors:
-- Dart Team <misc@dartlang.org>
+name: protoc_plugin
+version: 0.3.4
+author: Dart Team <misc@dartlang.org>
description: Protoc compiler plugin to generate Dart code
-homepage: https://github.com/dart-lang/protoc-plugin
+homepage: https://github.com/dart-lang/dart-protoc-plugin
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
- protobuf: '>=0.3.3'
+ protobuf: '>=0.3.3 <0.4.0'
+ path: '>=1.0.0 <2.0.0'
dev_dependencies:
- unittest: '>=0.9.0 < 0.10.0'
+ unittest: '>=0.9.0 <0.11.0'
« lib/protobuf_field.dart ('K') | « lib/protoc.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698