Skip to content

Commit 11b6fe2

Browse files
committed
fix(rename): mv youtube-rs to google-apis-rs
1 parent e3b6aee commit 11b6fe2

5 files changed

Lines changed: 18 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# DO NOT PUBLISH
2+
# This library is just to try out the code that should ultimately go into the code generator !
13
[package]
24

35
name = "youtube3-dev"
46
version = "0.0.1"
57
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
68
description = "A library to facilitate interacting with your youtube account"
7-
repository = "https://github.com/Byron/youtube-rs"
9+
repository = "https://github.com/Byron/google-apis-rs"
810
license = "MIT"
9-
keywords = ["youtube", "google", "protocol"]
11+
keywords = ["youtube", "google", "protocol", "not-for-use"]
1012

1113
[dependencies]
1214
# Just to get hyper to work !

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# TODO
2+
3+
* Adjust readme to reflect what this project actually is.
4+
5+
# Old youtube-specific readme
6+
7+
*The following is the previous youtube-specific writing, will have to think about how and if that should be integrated into the generated documentation.*
8+
19
*Youtube* is a library written in Rust to help interacting with your youtube account.
210
For now, all functionality is geared towards allowing interruptible video uploads
311
and adjustments of video meta-data.

etc/api/shared.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ api:
1919
# output_dir: optional - not there if unset
2020
cargo:
2121
build_version: "0.0.1"
22-
repo_base_url: https://github.com/Byron/youtube-rs
23-
doc_base_url: http://byron.github.io/youtube-rs
22+
repo_base_url: https://github.com/Byron/google-apis-rs
23+
doc_base_url: http://byron.github.io/google-apis-rs
2424
authors:
2525
- Sebastian Thiel <byronimo@gmail>
2626
keywords: [google, protocol, web, api]
2727
# All APIs should live in the same repository
28-
repository_url: https://github.com/Byron/youtube-rs
28+
repository_url: https://github.com/Byron/google-apis-rs
File renamed without changes.

src/mako/cargo.toml.mako

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
<%! import util %>\
12
# DO NOT EDIT !
23
# This file was generated automatically by '${self.uri}'
34
# DO NOT EDIT !
45
[package]
56
6-
name = "${name}${version[1:]}"
7+
name = "${name}${util.to_api_version(version)}"
78
version = "${cargo.build_version}"
89
authors = [${",\n ".join('"%s"' % a for a in cargo.authors)}]
9-
description = "A library to interact with ${canonicalName} (protocol ${version})"
10+
description = "A complete library to interact with ${canonicalName} (protocol ${version})"
1011
repository = "${cargo.repo_base_url}/${OUTPUT_DIR}"
1112
homepage = "${documentationLink}"
1213
documentation = "${cargo.doc_base_url}"

0 commit comments

Comments
 (0)