forked from fnichol/names
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to adjective_adjective_animal
- Loading branch information
1 parent
843ca9c
commit 2403083
Showing
18 changed files
with
11,040 additions
and
2,680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
target | ||
/Cargo.lock | ||
Cargo.lock | ||
cli/Cargo.lock | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,3 @@ | ||
## 0.11.0 / 2016-04-29 | ||
|
||
### Breaking API changes | ||
|
||
* Move adjectives const to `names::ADJECTIVES`. ([@fnichol][]) | ||
* Move nouns const to `names::NOUNS`. ([@fnichol][]) | ||
|
||
### Improvements | ||
|
||
* (cli) Add color and suggestions features. ([@fnichol][]) | ||
* Inline adjective and noun data from plaintext files. ([@fnichol][]) | ||
|
||
|
||
## 0.10.0 / 2015-11-01 | ||
|
||
### Breaking API changes | ||
|
||
* Use `Default` trait for Generator & Name types. ([@fnichol][]) | ||
|
||
### Improvements | ||
|
||
* (cli) Update usage output. ([@fnichol][]) | ||
|
||
|
||
## 0.9.0 / 2015-09-15 | ||
## 0.1.0 / 2018-10-06 | ||
|
||
The initial release. | ||
|
||
<!--- The following link definition list is generated by PimpMyChangelog ---> | ||
[@fnichol]: https://github.com/fnichol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
[package] | ||
name = "names" | ||
version = "0.11.0" | ||
authors = ["Fletcher Nichol <fnichol@nichol.ca>"] | ||
name = "adjective_adjective_animal" | ||
version = "0.1.0" | ||
authors = ["Travis Burtrum <admin.github@moparisthebest.com>", "Fletcher Nichol <fnichol@nichol.ca>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
documentation = "http://fnichol.github.io/names/names/" | ||
repository = "https://github.com/fnichol/names.git" | ||
homepage = "https://github.com/fnichol/names.git" | ||
keywords = ["name", "random"] | ||
documentation = "https://github.com/moparisthebest/adjective-adjective-animal" | ||
repository = "https://github.com/moparisthebest/adjective-adjective-animal.git" | ||
homepage = "https://github.com/moparisthebest/adjective-adjective-animal" | ||
keywords = ["name", "random", "adjective", "animal"] | ||
description = """ | ||
A library to generate random name strings suitable for use in container | ||
instances, project names, application instances, etc. | ||
A library to generate suitably random and reasonably unique human readable (and fairly adorable) ids, | ||
ala GiphyCat | ||
""" | ||
exclude = ["cli"] | ||
build = "build.rs" | ||
|
||
[lib] | ||
name = "names" | ||
name = "adjective_adjective_animal" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
rand = "0.3.0" | ||
rand = "0.5.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.