* Remove whitespaces from usernames (#296)
Some languages include compound names (spanish and portugese for
example) and that breaks usernames validation
* Remove noise from my previous commit
Accidentally cleaned the entire file...
* Fix locale chaining. Add yml only resolution.
* Remove assumption, it may be causing travis failures.
* Fix file encoding
* Fix the Integration test for pt locale
* Remove deps change to README.md
* Replace the resolve() method on Faker, uncomment some tests
* Rename unit test to make more sense
* Uncomment commented out tests
Involves adding in all yml files from ruby faker
Changed en.yml slightly to include internet/images that weren't in the ruby one
Changed credit card values in en.yml file to as JavaFaker doesn't do regexify
Added resolve method in FakeValuesService to deal with resolution of properties that is in the
ruby yml files. This is instead of the simplified composite method.
Added safeFetch method in FakeValueService to deal with null/empty string methods
Added the DefaultingFakeValuesService to deal with defaulting properties to the english locale