-
-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
Description
Both of these are pretty damn old now, I think it would be a good time to remove some of the old hacks for supporting them.
If you're still stuck on an old version v0.8.0 will still work just fine but future versions may not but split is pretty stable now so I can't see any other big changes coming in the near future.
Todo list:
- Remove readme comments on old version support
- Add readme note about supported versions
- Add note about supported versions to contributing.md
- Remove 1.8.7 has warning here: https://github.com/andrew/split/blob/master/lib/split/helper.rb#L5-L7
- add
required_ruby_version '>= 1.9.2'to gemspec - remove checks for rails > 3: https://github.com/andrew/split/blob/master/lib/split.rb#L18
- drop 1.8 json gemspec check: https://github.com/andrew/split/blob/master/split.gemspec#L26