summaryrefslogtreecommitdiff
path: root/lib/json/pure.rb
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-08-13 00:27:58 +0200
committerFlorian Frank <flori@ping.de>2010-08-18 03:42:57 +0200
commit2bc58ce2827fba8bd6890ad6d9085d54ba169c6a (patch)
tree777be0fded5c551e1323e5a79b995130950421bb /lib/json/pure.rb
parent6ed5e19ef82df3f33a358c676c344009ac59d7a2 (diff)
downloadjson-2bc58ce2827fba8bd6890ad6d9085d54ba169c6a.tar.gz
prepare new version
fixed some warnings wrote some rake tasks to build jruby extension
Diffstat (limited to 'lib/json/pure.rb')
-rw-r--r--lib/json/pure.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/pure.rb b/lib/json/pure.rb
index 565ef0c..1848f03 100644
--- a/lib/json/pure.rb
+++ b/lib/json/pure.rb
@@ -68,7 +68,7 @@ module JSON
# This module holds all the modules/classes that implement JSON's
# functionality in pure ruby.
module Pure
- $DEBUG and warn "Using pure library for JSON."
+ $DEBUG and warn "Using Pure library for JSON."
JSON.parser = Parser
JSON.generator = Generator
end