summaryrefslogtreecommitdiff
path: root/VERSION
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2013-02-20 23:47:56 +0100
committerFlorian Frank <flori@ping.de>2013-02-21 00:16:55 +0100
commit22da7f38a2670a9afbd2352c7265697c5db8afb4 (patch)
treeea4926b64a904d1305332daf263ffdf4a68012a7 /VERSION
parentbe7320fe65ddb20998fa0d7bccfcddcbc7cb09b9 (diff)
downloadjson-22da7f38a2670a9afbd2352c7265697c5db8afb4.tar.gz
Try to convert first with to_hash, then to_h
rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 91c74a5..84298f9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.7
+1.7.8