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

Fix curl escape #60

Merged
merged 2 commits into from
Mar 19, 2013
Merged

Fix curl escape #60

merged 2 commits into from
Mar 19, 2013

Conversation

mrbrdo
Copy link
Contributor

@mrbrdo mrbrdo commented Mar 19, 2013

Fixes #58
Using single quotes since JSON uses double quotes, the output is a bit nicer this way.

@oestrich
Copy link
Contributor

Looks like Travis is failing, however don't worry about the min deps gemfile. I'm pretty sure they are really out of date.

@mrbrdo
Copy link
Contributor Author

mrbrdo commented Mar 19, 2013

Oh sorry I totally forgot about the specs :) Give me a moment

@mrbrdo
Copy link
Contributor Author

mrbrdo commented Mar 19, 2013

Seems to be passing now except for that min deps.
Unrelated question could you tell me what the purpose is of json iodocs (writer), compared to json (writer)?

@oestrich
Copy link
Contributor

The IODocs writer outputs JSON in the IODocs format instead of our custom format.

oestrich added a commit that referenced this pull request Mar 19, 2013
@oestrich oestrich merged commit 2e47d42 into zipmark:master Mar 19, 2013
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.

Data in cURL examples is not quoted properly
2 participants