Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created April 22, 2012 01:45
Show Gist options
  • Select an option

  • Save mbriggs/2440748 to your computer and use it in GitHub Desktop.

Select an option

Save mbriggs/2440748 to your computer and use it in GitHub Desktop.
Post-install message from multi_json:
********************************************************************************
MultiJson.encode is deprecated and will be removed in the next major version.
Use MultiJson.dump instead.
MultiJson.decode is deprecated and will be removed in the next major version.
Use MultiJson.load instead.
MultiJson.engine is deprecated and will be removed in the next major version.
Use MultiJson.adapter instead.
MultiJson.engine= is deprecated and will be removed in the next major
version. Use MultiJson.use instead.
MultiJson.default_engine is deprecated and will be removed in the next major
version. Use MultiJson.default_adapter instead.
********************************************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment