summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-04-06 20:38:58 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-04-06 20:38:58 -0700
commit6a92b9c932d6e54cfd452bb49d693f6a53b38b7d (patch)
treec32497c899c43c4f63f07d08596a7476db4e4dc9 /lib
parentf282d5b9fcaa9b91280160fd9636fc2d5e73ae11 (diff)
downloadffi-yajl-6a92b9c932d6e54cfd452bb49d693f6a53b38b7d.tar.gz
Mostly removing the libyajl2 pin2.4.0
Some Gemfile cleanup and bumping the version Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ffi_yajl/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb
index 167606f..9ad6448 100644
--- a/lib/ffi_yajl/version.rb
+++ b/lib/ffi_yajl/version.rb
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Lamont Granquist
-# Copyright (c) 2015-2017, Chef Software Inc.
+# Copyright:: Copyright (c) Chef Software Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -21,5 +21,5 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
module FFI_Yajl
- VERSION = "2.3.4".freeze
+ VERSION = "2.4.0".freeze
end