ffaker 2.24.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Changelog.md +17 -4
- data/README.md +1 -1
- data/REFERENCE.md +897 -867
- data/ffaker.gemspec +1 -1
- data/lib/ffaker/address.rb +1 -1
- data/lib/ffaker/bank.rb +12 -0
- data/lib/ffaker/boolean.rb +4 -0
- data/lib/ffaker/data/job_tw/job_nouns +201 -0
- data/lib/ffaker/data/lorem_tw/words +789 -0
- data/lib/ffaker/identification_fi.rb +73 -0
- data/lib/ffaker/identification_mx.rb +1 -1
- data/lib/ffaker/job_tw.rb +12 -0
- data/lib/ffaker/lorem_tw.rb +40 -0
- data/lib/ffaker/tweet.rb +1 -1
- data/lib/ffaker/utils/module_utils.rb +1 -1
- data/lib/ffaker/version.rb +1 -1
- data/test/test_address_ua.rb +1 -1
- data/test/test_array_utils.rb +1 -1
- data/test/test_bank.rb +15 -1
- data/test/test_boolean.rb +32 -1
- data/test/test_date.rb +4 -4
- data/test/test_identification_fi.rb +39 -0
- data/test/test_job_tw.rb +21 -0
- data/test/test_lorem_br.rb +3 -3
- data/test/test_lorem_tw.rb +54 -0
- data/test/test_music.rb +4 -4
- data/test/test_number.rb +1 -1
- data/test/test_ssn_se.rb +1 -1
- data/test/test_vehicle.rb +0 -1
- metadata +14 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3f9654a58ede677b3fb5953188b4c4c3dbddae88d2efb645afce0ddf9e6f548
|
4
|
+
data.tar.gz: 666b18e3d964b7caa9b7db582b1fb4c4965eda1e9542aaf34bb5d15583bc8d71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a94ca7b3c77c52cd80423729d743c501379d2257fa6e191a2a8f9af5291f48a0deebcc9fc2589a2bbc6cabaebf8a9a9406b3dad69f64dafb219bffee263614a
|
7
|
+
data.tar.gz: a26f1111b465b8d35d87985457b03ef38d2a76282c8962f5b6a4e749ba33465a945f6dcbd040397dc2aadc43807f7ec70bfc21985465ecad28c770210be0f814
|
data/Changelog.md
CHANGED
@@ -2,7 +2,14 @@
|
|
2
2
|
|
3
3
|
- Add your change HERE
|
4
4
|
|
5
|
-
|
5
|
+
## 2.25.0
|
6
|
+
- Generator for Finnish identity numbers [@zHarrowed]
|
7
|
+
- Fix typos and add Codespell GitHub action [@kianmeng]
|
8
|
+
- Add FFaker::Boolean.boolean with true ratio [@nedzib]
|
9
|
+
- Add LoremTW and JobTW [@cookiepingyen]
|
10
|
+
- Add loan tools to bank [@hulous]
|
11
|
+
|
12
|
+
## 2.24.0
|
6
13
|
- *BREAKING CHANGE*: Drop support under ruby 3.0 [@marocchino]
|
7
14
|
- Add ruby 3.4 to CI [@marocchino]
|
8
15
|
- Add ruby 3.3 to CI [@boimw]
|
@@ -11,7 +18,7 @@
|
|
11
18
|
- Deprecate `FFaker::Guid.guid` in favor of `FFaker::UUID` methods [@stilist]
|
12
19
|
- Limit FFaker::BankUS.routing_number first two digits [@professor]
|
13
20
|
|
14
|
-
|
21
|
+
## 2.23.0
|
15
22
|
- Add FFaker::BankUS.accounting_number [@professor]
|
16
23
|
- Add FFaker::BankUS.routing_number [@professor]
|
17
24
|
- Resolve a lot of RuboCop offenses [@AlexWayfer]
|
@@ -22,7 +29,7 @@
|
|
22
29
|
- Adds FFaker::Number.between [@professor]
|
23
30
|
- Fixed `FFaker::Number.unique.number(digits: 1)` under Ruby 3 [@simonhildebrandt]
|
24
31
|
|
25
|
-
|
32
|
+
## 2.22.0
|
26
33
|
- *BREAKING CHANGE*: Drop support under ruby 2.7 [@marocchino]
|
27
34
|
- Correct Vehicle::VIN result [@philippevezina]
|
28
35
|
- Improve performance unique [@iiwo]
|
@@ -406,7 +413,7 @@ Api additions by Rafael Souza
|
|
406
413
|
|
407
414
|
## 0.3.2 2010-01-14
|
408
415
|
|
409
|
-
* Several Optimizations, renamed gem
|
416
|
+
* Several Optimizations, renamed gem package to ffaker.
|
410
417
|
|
411
418
|
## 0.3.1 2008-04-03
|
412
419
|
|
@@ -454,6 +461,7 @@ Api additions by Rafael Souza
|
|
454
461
|
[@CarlosMouraJR]: https://github.com/CarlosMouraJR
|
455
462
|
[@GuillaumeOcculy]: https://github.com/GuillaumeOcculy
|
456
463
|
[@IgorMarques]: https://github.com/IgorMarques
|
464
|
+
[@Krap]: https://github.com/Krap
|
457
465
|
[@Kutomore]: https://github.com/Kutomore
|
458
466
|
[@MQuy]: https://github.com/MQuy
|
459
467
|
[@Moafak]: https://github.com/Moafak
|
@@ -472,10 +480,12 @@ Api additions by Rafael Souza
|
|
472
480
|
[@ar2em1s]: https://github.com/ar2em1s
|
473
481
|
[@artplan1]: https://github.com/artplan1
|
474
482
|
[@az3vedo]: https://github.com/az3vedo
|
483
|
+
[@boimw]: https://github.com/boimw
|
475
484
|
[@brain64bit]: https://github.com/brain64bit
|
476
485
|
[@brnrdog]: https://github.com/brnrdog
|
477
486
|
[@brupla6126]: https://github.com/brupla6126
|
478
487
|
[@ckyOL]: https://github.com/ckyOL
|
488
|
+
[@cookiepingyen]: https://github.com/cookiepingyen
|
479
489
|
[@danderozier]: https://github.com/danderozier
|
480
490
|
[@dankimio]: https://github.com/dankimio
|
481
491
|
[@delucas]: https://github.com/delucas
|
@@ -497,6 +507,7 @@ Api additions by Rafael Souza
|
|
497
507
|
[@joshdvir]: https://github.com/joshdvir
|
498
508
|
[@josieljunior]: https://github.com/josieljunior
|
499
509
|
[@jvanbaarsen]: https://github.com/jvanbaarsen
|
510
|
+
[@kianmeng]: https://github.com/kianmeng
|
500
511
|
[@kmayer]: https://github.com/kmayer
|
501
512
|
[@kojino]: https://github.com/kojino
|
502
513
|
[@ktroutner]: https://github.com/ktroutner
|
@@ -543,3 +554,5 @@ Api additions by Rafael Souza
|
|
543
554
|
[@waldyr]: https://github.com/waldyr
|
544
555
|
[@walerian777]: https://github.com/walerian777
|
545
556
|
[@xunker]: https://github.com/xunker
|
557
|
+
[@zHarrowed]: https://github.com/zHarrowed
|
558
|
+
|
data/README.md
CHANGED
@@ -65,7 +65,7 @@ If you want to add new modules or localization data, use one of the
|
|
65
65
|
(or create a new one!).
|
66
66
|
|
67
67
|
**const_missing** is
|
68
|
-
[
|
68
|
+
[overridden](https://github.com/ffaker/ffaker/blob/main/lib/ffaker/utils/module_utils.rb#L9)
|
69
69
|
for Faker modules, so if you try to use a constant that is not defined
|
70
70
|
in the module, the
|
71
71
|
[override](https://github.com/ffaker/ffaker/blob/main/lib/ffaker/utils/module_utils.rb#L9)
|