From 7a991d12b851c9d17791b5e789f64ec2b33e75c9 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 21 Apr 2015 21:00:12 -0700 Subject: dropping support for ruby 1.8.7 adding support for UTF-8 encoding issues and making it backcompat with 1.8.7 is too painful for words, goodbye... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0edbbcc..8dfcc66 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ gem 'ffi-yajl' ## Supported Ruby VMs: -* Ruby MRI 1.8.7/1.9.3/2.0.0/2.1.x/2.2.x +* Ruby MRI 1.9.3/2.0.0/2.1.x/2.2.x * rbx 2.2.x (possibly earlier) * Jruby 1.7.x (possibly earlier) -- cgit v1.2.1 From 1eb46cf6b9a4d205f309427692ba82454379034e Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 21 Apr 2015 21:02:21 -0700 Subject: add 1.8.7 note in README and drop support in gemspec --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.1