From: Albert Schlef Date: 2010-04-02T10:54:17+09:00 Subject: Re: each_slice() Robert Klemme wrote: > I have enough confidence that if not all at least most versions > (especially newer versions) have that feature. So I would place 1.8.7 > as dependency. I'd say you are pretty safe since the newest versions > definitively have it and the percentage of old 1.8.7 versions > installed is probably rather low. My 0.02EUR. Thanks. In future projects I write I'll just make ">= 1.8.7" a dependency and assume the world is a very nice place. (I've just looked into DataMapper's gemspec and I see they don't put a dependency on a certain version on Ruby. As if they don't care. But surely they don't support old Rubys. I guess that's their prerogative (thanks Britny!). They're big so they don't care. I, on the other hand, am small, so I need to bother myself with these details.) -- Posted via http://www.ruby-forum.com/.