Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Countries gem as data source. #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rposborne
Copy link

Biggs maintained it's own country data and names, this PR retargets the primary data lookup to the countries gem.

This includes some breaking changes such as zip -> postalcode and state -> region.

If this is something you would consider I will look into not breaking the existing api.

This conversion is done by Transpec 3.0.7 with the following command:
    transpec

* 27 conversions
    from: obj.should
      to: expect(obj).to

* 3 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 1 conversion
    from: obj.should_not
      to: expect(obj).not_to

For more details: https://github.com/yujinakayama/transpec#supported-conversions
@n-rodriguez
Copy link

Hi there! Any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants