summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-04-21 21:02:21 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-04-21 21:02:21 -0700
commit1eb46cf6b9a4d205f309427692ba82454379034e (patch)
tree7993a3509e42caadad28ce1f0b1585ed024dbfbf
parent7a991d12b851c9d17791b5e789f64ec2b33e75c9 (diff)
downloadffi-yajl-lcg/identify-bad-utf8-strings.tar.gz
add 1.8.7 note in README and drop support in gemspeclcg/identify-bad-utf8-strings
-rw-r--r--README.md2
-rw-r--r--ffi-yajl.gemspec.shared2
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8dfcc66..c6459ed 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ gem 'ffi-yajl'
* rbx 2.2.x (possibly earlier)
* Jruby 1.7.x (possibly earlier)
+Ruby 1.8.7 support was dropped in 2.2.0
+
## Supported Distros:
* Ubuntu 10.04 through 14.10
diff --git a/ffi-yajl.gemspec.shared b/ffi-yajl.gemspec.shared
index d40c0b7..e1d34cf 100644
--- a/ffi-yajl.gemspec.shared
+++ b/ffi-yajl.gemspec.shared
@@ -12,6 +12,8 @@ Gem::Specification.new do |s|
s.email = "lamont@getchef.com"
s.homepage = "http://github.com/chef/ffi-yajl"
+ s.required_ruby_version = ">= 1.9.2"
+
s.add_development_dependency "rake", "~> 10.1"
s.add_development_dependency "rspec", "~> 2.99"
s.add_development_dependency "pry", "~> 0.9"