nesquena / rabl

General ruby templating with json, bson, xml, plist and msgpack support
http://blog.codepath.com/2011/06/27/building-a-platform-api-on-rails/
MIT License
3.64k stars 334 forks source link

rabl 0.13.0 breaks ruby 2.0 support #669

Closed daviddavis closed 8 years ago

daviddavis commented 8 years ago

Not sure if you are intending to drop Ruby 2.0 support but rabl 0.13 uses required keyword arguments which were introduced in 2.1.

If you aren't supporting ruby 2.0 and earlier, I'd recommend setting required_ruby_version in your gemspec and removing places where you are checking RUBY_VERSION (e.g. https://git.io/vK2lx).

mmoll commented 8 years ago

668