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

Unified Diff: pubspec.yaml

Issue 559053002: Generate 0.1.0 version of googleapis/googleapis_beta (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 3 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 | « pubspec.lock ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..28b6fb521450c5668202c3237ea562338e3e8e6f
--- /dev/null
+++ b/pubspec.yaml
@@ -0,0 +1,10 @@
+name: googleapis_generator_dependency
+version: 0.1.0
+author: Dart Team
+description: A dart package for pin-pointing the version of the generator used to generate APIs.
+dependencies:
+ discovery_api_client_generator:
+ git:
+ url: https://github.com/dart-lang/discovery_api_dart_client_generator
+ ref: fcffd942e26db7da37c40add5f21ab284ff5ce95
+ version: ">=0.5.0 <0.6.0"
Søren Gjesse 2014/09/10 13:21:15 Is the version just informational when a git ref i
« no previous file with comments | « pubspec.lock ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698