1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00
Commit Graph

41 Commits

Author SHA1 Message Date
5e4fc757e5 Uniquify no argument methods 2018-09-24 08:22:18 -04:00
68316d43a1 Merge pull request #6 from rickychilcott/fix/specs
Fix Specs
v0.4.0
2018-09-21 16:30:59 +03:00
6e5e8fad11 Fixing specs 2018-09-21 08:41:48 -04:00
76edfcec5d Use parse_local because parse requires location to be provided 2018-09-21 08:31:25 -04:00
c25ae912bf Ignore .DS_Store files 2018-09-21 08:14:13 -04:00
ed11040aa5 Run crystal tool format 2018-09-21 08:13:42 -04:00
4176ac1e5d Merge pull request #3 from cazgp/feat/seed
GH-2 Add ability to seed
2017-07-09 23:27:22 +03:00
284782b26a GH-2 Add ability to seed
All the random functions are now passed through Faker.rng, a random
number generator that is created by default, but can also be set with
`Faker.seed`.

The tests use all the examples in the README to ensure that everything
has been seeded properly.

The only module not updated is Finance, but that's because the file
itself did not seem to compile, and there weren't any examples of using
it in the README.
2017-07-09 12:44:14 +01:00
8610498397 Merge branch 'release/0.3.0' v0.3.0 2017-02-23 20:48:31 +03:00
7b8db5e83d v0.3.0 2017-02-23 20:47:44 +03:00
ad6ea8dfdb assert => it 2017-02-23 19:48:30 +03:00
2f5358eb0d add configs for travis 2017-02-18 11:44:25 +03:00
5fc00a3a6f v0.2.0 v0.2.0 2016-10-20 14:35:05 +03:00
828efc4d56 Merge pull request #1 from sdogruyol/master
Update to Crystal 0.19.4
2016-10-20 11:32:26 +00:00
ae84c91f94 Update to Crystal 0.19.4 2016-10-20 14:29:47 +03:00
fb5c4708f7 commerce 2016-03-28 23:52:01 +03:00
bc5c00e912 add Address.country_code 2016-03-28 10:41:33 +03:00
0b5942bf58 update Internet#password 2016-03-28 01:26:33 +03:00
ca166af7af add Hacker 2016-03-28 00:08:52 +03:00
ed6663e116 add Number.hexadecimal 2016-03-28 00:08:23 +03:00
a2b3ede6fa add positive, negative, between 2016-03-27 23:31:10 +03:00
393096792d update crystal version 2016-03-26 23:42:45 +02:00
2f11a2121f add team & company.logo v0.1 2016-01-17 22:44:55 +02:00
1427480a97 regexify test && macro find_fn 2016-01-15 10:36:23 +02:00
36fe59b671 add fetch 2016-01-14 09:31:50 +02:00
6a2833f187 regexify 2016-01-12 09:00:47 +02:00
e45011e955 add finance & Data 2016-01-12 08:57:54 +02:00
0ad1c1c623 add character, ip_v6 && Business 2016-01-08 09:45:06 +02:00
30f4048ba4 add avatar 2016-01-07 11:37:49 +02:00
7d8998e74d add decimal 2016-01-07 09:31:24 +02:00
d0044abb6d add password and price 2016-01-07 09:26:30 +02:00
bbd1a10a42 add commerce 2016-01-06 16:39:25 +02:00
0872d98f55 add slug and url 2016-01-06 16:01:56 +02:00
ae08268c78 add separators to Internet.user_name 2016-01-06 15:57:20 +02:00
099dce6fc3 add number 2016-01-06 15:16:07 +02:00
930398a41e add Address.time_zone 2016-01-06 14:35:14 +02:00
dd0be570be others 2016-01-06 14:21:35 +02:00
dc3095f20c add title 2016-01-06 09:23:15 +02:00
6f91a185ab add latitude && longitude 2016-01-05 22:25:13 +02:00
3319563262 change data 2016-01-05 22:16:17 +02:00
475d7312d8 first commit 2016-01-05 17:11:19 +02:00