summaryrefslogtreecommitdiff
path: root/ffi-yajl.gemspec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-04-17 18:05:45 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-04-17 18:05:45 -0700
commit846a93684d2d81ef102717004cd076c1b93544f7 (patch)
tree18615d57b3ae7d10f1a7ace71504226fde5d42ad /ffi-yajl.gemspec
parent5f9b3bd8e896cdba674d16dff83d4c9463d752d7 (diff)
downloadffi-yajl-846a93684d2d81ef102717004cd076c1b93544f7.tar.gz
add :unique_key_checking flag to parserlcg/unique_key_checking
can be used to error out if keys are duplicated in input rather than silently replacing.
Diffstat (limited to 'ffi-yajl.gemspec')
-rw-r--r--ffi-yajl.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffi-yajl.gemspec b/ffi-yajl.gemspec
index 2801527..03086fd 100644
--- a/ffi-yajl.gemspec
+++ b/ffi-yajl.gemspec
@@ -3,4 +3,6 @@ gemspec = eval(IO.read(File.expand_path(File.join(File.dirname(__FILE__), "ffi-y
gemspec.platform = Gem::Platform::RUBY
gemspec.extensions = %w{ ext/ffi_yajl/ext/encoder/extconf.rb ext/ffi_yajl/ext/parser/extconf.rb ext/ffi_yajl/ext/dlopen/extconf.rb }
+gemspec.add_development_dependency "ffi", "~> 1.5"
+
gemspec