Skip to content

Use Countries gem as data source. #9

Open
rposborne wants to merge 5 commits intoyolk:masterfrom
burningpony:master
Open

Use Countries gem as data source. #9
rposborne wants to merge 5 commits intoyolk:masterfrom
burningpony:master

Conversation

@rposborne
Copy link
Copy Markdown

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
Copy Markdown

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