Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed Jul 22, 2019
2 parents f266dc1 + d08d3f0 commit 458894e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ development.
- [NOTE](#note)
- [Installing](#installing)
- [Usage](#usage)
- [CLI](#cli)
- [Ensuring unique values](#ensuring-unique-values)
- [Deterministic Random](#deterministic-random)
- [Generators](#generators)
Expand Down Expand Up @@ -66,6 +67,9 @@ Faker::Name.name #=> "Christophe Bartell"
Faker::Internet.email #=> "kirsten.greenholt@corkeryfisher.info"
```

### CLI
Instructions are available in the [faker-bot README](https://github.com/faker-ruby/faker-bot).

### Ensuring unique values
Prefix your method call with `unique`. For example:
```ruby
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/en/super_smash_bros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ en:
games:
super_smash_bros:
fighter:
- Banjo-Kazooie
- Bayonetta
- Bowser
- Bowser Jr.
Expand All @@ -22,6 +23,7 @@ en:
- Fox
- Ganondorf
- Greninja
- Hero
- Ice Climbers
- Ike
- Incineroar
Expand Down Expand Up @@ -137,6 +139,7 @@ en:
- Mario Bros.
- Mario Circuit
- Mario Galaxy
- Mementos
- Midgar
- Miiverse
- Moray Towers
Expand Down Expand Up @@ -178,6 +181,7 @@ en:
- Skyworld
- Smashville
- Spear Pillar
- Spiral Mountain
- Spirit Train
- Summit
- Super Happy Tree
Expand Down

0 comments on commit 458894e

Please sign in to comment.