Commit Graph

47 Commits

Author SHA1 Message Date
Travis Burtrum ea80cdd34a Abandon travis-ci for jenkins
moparisthebest/adjective-adjective-animal/pipeline/head This commit looks good Details
2020-11-26 18:43:31 -05:00
Mark Rousskov 7b19b9e91b Remove stray semicolon (#1)
Remove stray semicolon
2019-10-13 12:25:30 -04:00
Travis Burtrum 240308389c Update to adjective_adjective_animal 2018-08-07 00:08:48 -04:00
Fletcher Nichol 843ca9c9b2 [lint] Update formatting due to Rustfmt 0.9.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2017-11-08 13:21:27 -07:00
Fletcher Nichol accddf697a Update dependencies.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2017-11-08 13:19:06 -07:00
Fletcher Nichol 8f4b65acd9 [lint] Update due to Rustfmt 0.9.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2017-11-08 13:19:06 -07:00
Fletcher Nichol 2462b2d47d
Merge pull request #2 from hoangtranwork/patch-1
Update README.md
2017-11-08 13:18:48 -07:00
Hoang Tran 3b3c19fe5c Update README.md
correct call to create `Generator` as of `v0.11.0`, `default()` doesn't take any param, use `with_naming(...)` instead
2017-06-30 17:20:37 +07:00
Fletcher Nichol 045758db56 Release 0.11.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:52:42 -06:00
Fletcher Nichol db08943e6d Merge pull request #1 from fnichol/april-2016
Freshing the codebase
2016-04-29 19:47:41 -06:00
Fletcher Nichol d9e89ad782 [cli] Use `clap_app!` macro and update version of clap.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:39:55 -06:00
Fletcher Nichol 2a04c0a3f2 [cli] Update dependencies.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:13:02 -06:00
Fletcher Nichol 5d7a18c507 [rustfmt] Updates simply due to current rustfmt.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:12:51 -06:00
Fletcher Nichol d9dc0eafbf Inline the word data with a build script.
This gets me back to exactly what I was hoping for: 2 plaintext files
that would be "inlined" into native code which could be statically
built. The build script was the key here. Happy now ;)

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:07:14 -06:00
Fletcher Nichol 1b1bcfbd94 [rustfmt] Updates simply due to current rustfmt.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 18:13:17 -06:00
Fletcher Nichol 129d6830f8 Fix link in cli/README.md. 2015-11-02 10:12:16 -07:00
Fletcher Nichol 067830f7cc Reformat a few code blocks in cli/README.md. 2015-11-02 09:27:29 -07:00
Fletcher Nichol 6d64ae0561 Add badges to cli/README.md. 2015-11-02 09:25:58 -07:00
Fletcher Nichol 863ecc255b Add README for CLI subproject. 2015-11-02 09:24:49 -07:00
Fletcher Nichol 136d89ec26 Remove `CMD` from Docker image, so it's all business by default! 2015-11-02 09:24:08 -07:00
Fletcher Nichol d890331817 Add `cli/scripts/build_*.sh` scripts to build CLI binaries. 2015-11-01 22:45:55 -07:00
Fletcher Nichol af0a8a71f5 Process CHANGELOG. 2015-11-01 19:15:28 -07:00
Fletcher Nichol 03e612cc8c Add a crates.io badge to README. 2015-11-01 19:12:52 -07:00
Fletcher Nichol 182d3df540 Update the dependency version example in the README. 2015-11-01 19:08:15 -07:00
Fletcher Nichol aba273486b Release 0.10.0. 2015-11-01 08:30:50 -07:00
Fletcher Nichol 6d8a563080 [cli] Update dependencies & constrain version of clap. 2015-11-01 08:25:17 -07:00
Fletcher Nichol 938ce9a19d Use `Default` trait for Generator & Name types.
Breaking API: the function formerly known as
`Generator::default(Name::Plain)` has been changed to
`Generator::with_naming(Name::Plain)` as Generator now implements the
Default trait.
2015-11-01 08:14:00 -07:00
Fletcher Nichol 858f336713 Update usage output. 2015-09-27 23:39:21 -06:00
Fletcher Nichol 3bb68078f8 Update cli's clap dependency to 1.4.2. 2015-09-27 23:35:26 -06:00
Fletcher Nichol 67a5a7ffc8 Release 0.9.0. 2015-09-22 10:29:59 -06:00
Fletcher Nichol 6120de60b2 Exclude `cli/` in main project. 2015-09-22 10:25:28 -06:00
Fletcher Nichol 738c62ee89 Update crate link. 2015-09-22 10:20:12 -06:00
Fletcher Nichol 927a072f96 Add README.md. 2015-09-22 10:19:09 -06:00
Fletcher Nichol 971887d2ec Add MIT license. 2015-09-22 10:08:34 -06:00
Fletcher Nichol e00021e8fe Update version of library in source docs. 2015-09-22 10:05:19 -06:00
Fletcher Nichol d16a7f4c5f Add documentation URL to Cargo.toml. 2015-09-22 10:04:04 -06:00
Fletcher Nichol 0993d8749b Redirect GitHub pages to names/index.html. 2015-09-22 10:00:34 -06:00
Fletcher Nichol 19be47ec5b Update GitHub pages on success. 2015-09-22 09:56:37 -06:00
Fletcher Nichol 598ede2974 Add initial .travis.yml to project. 2015-09-22 09:41:12 -06:00
Fletcher Nichol e65056d86b Update Cargo.toml project definitions. 2015-09-22 09:36:02 -06:00
Fletcher Nichol f69e2afc44 Remove Cargo.lock from crate library. 2015-09-22 09:16:53 -06:00
Fletcher Nichol 9afc4bc2ac Extract cli into a subproject.
The cli binary pulls in more dependencies via clap and is not strictly
necessary in a crate-only context.
2015-09-22 09:15:03 -06:00
Fletcher Nichol 5791c6f7ca Reimplement library to be an Interator. 2015-09-22 09:01:39 -06:00
Fletcher Nichol 4059e5002d Add documentation. 2015-09-21 12:49:30 -06:00
Fletcher Nichol cf8d03cece Now a library and a binary. 2015-09-19 13:17:59 -07:00
Fletcher Nichol b7557465ef MVP. 2015-09-19 12:28:27 -07:00
Fletcher Nichol f852f53302 Initial 2015-09-19 11:06:58 -07:00