Skip to content

Commit

Permalink
Second build
Browse files Browse the repository at this point in the history
Just documentation
  • Loading branch information
arcas0803 committed Dec 1, 2014
1 parent ce7aecf commit 79819a4
Show file tree
Hide file tree
Showing 16 changed files with 458 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/transmission_rcp.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

386 changes: 386 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lib/transmission_rpc_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import "transmission_rpc.dart";
import "package:unittest/unittest.dart";


main(){

}
1 change: 1 addition & 0 deletions packages/matcher
1 change: 1 addition & 0 deletions packages/path
1 change: 1 addition & 0 deletions packages/stack_trace
File renamed without changes.
1 change: 1 addition & 0 deletions packages/unittest
18 changes: 17 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Generated by pub
# See http://pub.dartlang.org/doc/glossary.html#lockfile
packages: {}
packages:
matcher:
description: matcher
source: hosted
version: "0.11.1"
path:
description: path
source: hosted
version: "1.3.0"
stack_trace:
description: stack_trace
source: hosted
version: "1.1.1"
unittest:
description: unittest
source: hosted
version: "0.11.1+1"
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Transmission_RPC
name: transmission_rcp
version: 0.0.1
author: Alvaro Arcas Garcia
author: Alvaro Arcas Garcia <[email protected]>
description: Implementation of the transmission rpc protocol in dart
homepage: https://github.com/arcas0803/Transmission_RCP
environment:
sdk: 1.8.0
dependencies:
unittest: ">=0.11.1+1 <0.12.0"

0 comments on commit 79819a4

Please sign in to comment.