You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2015/10/03 01:47:06 UTC

[5/5] thrift git commit: THRIFT-3299 Apache Thrift language bindings for Dart Client: Dart Patch: Jens Geyer

THRIFT-3299 Apache Thrift language bindings for Dart
Client: Dart
Patch: Jens Geyer

Adjusted dart package description files (pubspec.yaml)


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/a8d5a784
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a8d5a784
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a8d5a784

Branch: refs/heads/master
Commit: a8d5a7841d42a9d663bc7fb2379500597a7d5020
Parents: 932c470
Author: Jens Geyer <je...@apache.org>
Authored: Sat Oct 3 01:34:59 2015 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Sat Oct 3 01:44:44 2015 +0200

----------------------------------------------------------------------
 lib/dart/pubspec.yaml                     | 6 +++---
 test/dart/test_client/pubspec.yaml        | 4 ++--
 tutorial/dart/client/pubspec.yaml         | 4 ++--
 tutorial/dart/console_client/pubspec.yaml | 4 ++--
 tutorial/dart/server/pubspec.yaml         | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/a8d5a784/lib/dart/pubspec.yaml
----------------------------------------------------------------------
diff --git a/lib/dart/pubspec.yaml b/lib/dart/pubspec.yaml
index f64d980..99d490c 100644
--- a/lib/dart/pubspec.yaml
+++ b/lib/dart/pubspec.yaml
@@ -19,9 +19,9 @@ name: thrift
 version: 1.0.0-dev
 description: >
   A Dart library for Apache Thrift
-author: Mark Erickson <ma...@workiva.com>
-homepage: https://github.com/apache/thrift
-documentation: https://github.com/apache/thrift
+author: Apache Thrift Developers <de...@thrift.apache.org>
+homepage: http://thrift.apache.org
+documentation: http://thrift.apache.org
 environment:
   sdk: ">=1.12.0 <2.0.0"
 dependencies:

http://git-wip-us.apache.org/repos/asf/thrift/blob/a8d5a784/test/dart/test_client/pubspec.yaml
----------------------------------------------------------------------
diff --git a/test/dart/test_client/pubspec.yaml b/test/dart/test_client/pubspec.yaml
index 54d8b0f..b76fb5d 100644
--- a/test/dart/test_client/pubspec.yaml
+++ b/test/dart/test_client/pubspec.yaml
@@ -18,8 +18,8 @@
 name: thrift_test_client
 version: 1.0.0-dev
 description: A client integration test for the Dart Thrift library
-author: Mark Erickson <ma...@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <de...@thrift.apache.org>
+homepage: http://thrift.apache.org
 environment:
   sdk: ^1.12.0
 dependencies:

http://git-wip-us.apache.org/repos/asf/thrift/blob/a8d5a784/tutorial/dart/client/pubspec.yaml
----------------------------------------------------------------------
diff --git a/tutorial/dart/client/pubspec.yaml b/tutorial/dart/client/pubspec.yaml
index 97c625b..4bd3394 100644
--- a/tutorial/dart/client/pubspec.yaml
+++ b/tutorial/dart/client/pubspec.yaml
@@ -18,8 +18,8 @@
 name: tutorial_client
 version: 1.0.0-dev
 description: A Dart client implementation of the Apache Thrift tutorial
-author: Mark Erickson <ma...@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <de...@thrift.apache.org>
+homepage: http://thrift.apache.org
 
 environment:
   sdk: ^1.12.0

http://git-wip-us.apache.org/repos/asf/thrift/blob/a8d5a784/tutorial/dart/console_client/pubspec.yaml
----------------------------------------------------------------------
diff --git a/tutorial/dart/console_client/pubspec.yaml b/tutorial/dart/console_client/pubspec.yaml
index 3db9fb9..1423ed2 100644
--- a/tutorial/dart/console_client/pubspec.yaml
+++ b/tutorial/dart/console_client/pubspec.yaml
@@ -19,8 +19,8 @@ name: tutorial_console_client
 version: 1.0.0-dev
 description: >
   A Dart console client to implementation of the Apache Thrift tutorial
-author: Mark Erickson <ma...@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <de...@thrift.apache.org>
+homepage: http://thrift.apache.org
 environment:
   sdk: ^1.12.0
 dependencies:

http://git-wip-us.apache.org/repos/asf/thrift/blob/a8d5a784/tutorial/dart/server/pubspec.yaml
----------------------------------------------------------------------
diff --git a/tutorial/dart/server/pubspec.yaml b/tutorial/dart/server/pubspec.yaml
index f502974..cdb2dc7 100644
--- a/tutorial/dart/server/pubspec.yaml
+++ b/tutorial/dart/server/pubspec.yaml
@@ -18,8 +18,8 @@
 name: tutorial_server
 version: 1.0.0-dev
 description: A Dart server to support the Apache Thrift tutorial
-author: Mark Erickson <ma...@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <de...@thrift.apache.org>
+homepage: http://thrift.apache.org
 environment:
   sdk: ^1.12.0
 dependencies: