Skip to content

Commit

Permalink
require safe_yaml/load instead of safe_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtao committed Jan 23, 2014
1 parent 9654ce0 commit 03a29e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crack/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

require 'safe_yaml'
require 'safe_yaml/load'
require 'strscan'

module Crack
Expand Down

0 comments on commit 03a29e7

Please sign in to comment.