Package: ruby-faker / 3.6.0-1

Metadata

Package Version Patches format
ruby-faker 3.6.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 test_middle_name accept 2 letter middle names.patch | (download)

test/faker/default/test_faker_name.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 test_middle_name: accept 2-letter middle names

Some middle names in lib/locales/en/name.yml have only 2 letters.

0003 tests turn relative paths into absolute ones.patch | (download)

test/test_en_locale.rb | 2 1 + 1 - 0 !
test/test_es_locale.rb | 2 1 + 1 - 0 !
test/test_helper.rb | 8 7 + 1 - 0 !
test/test_locale.rb | 2 1 + 1 - 0 !
4 files changed, 10 insertions(+), 4 deletions(-)

 tests: turn relative paths into absolute ones

This fixes the tests to run against the installed package

0004 faker.gemspec drop useless faker binary.patch | (download)

faker.gemspec | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 faker.gemspec: drop useless `faker` binary


0005 drop simplecov.patch | (download)

test/test_helper.rb | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 remove usage of simplecov
0006 fix import pathname.patch | (download)

test/test_helper.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing pathname import
0007 fix relative lib path.patch | (download)

test/test_i18n_reload.rb | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 use the installed faker gem instead of the relative lib path