Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

prevent symbolized keys in location: #8

Closed
wants to merge 1 commit into from
Closed

prevent symbolized keys in location: #8

wants to merge 1 commit into from

Conversation

matallo
Copy link

@matallo matallo commented Mar 11, 2016

tests pass in the form they have been written, but the produced yml includes symbolized keys which I wasn't able to read with liquid tags

i.e.:

  location:
    :lat: 37.77493
    :lon: -122.41942

new output will be:

  location:
    lat: 37.77493
    lon: -122.41942

@dlitvakb
Copy link
Contributor

Hey @matallo,

Sorry to keep you waiting so long,

If you could please add the corresponding specs, we can merge this PR.

Cheers

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

Successfully merging this pull request may close these issues.

None yet

2 participants