Created
April 22, 2012 01:45
-
-
Save mbriggs/2440748 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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