adelevie / parse-ruby-client

A simple Ruby client for the parse.com REST API
MIT License
415 stars 137 forks source link

Will there be a release to ruby gems? #197

Open dcosson opened 8 years ago

dcosson commented 8 years ago

I'm confused by the first line of the README "The master branch has a lot of changes that the current release doesn't have."

Why not push a new release to ruby gems? Is the project still being supported?

xavdid commented 8 years ago

@dcosson the project is in slow development, mostly when we have free time. It's stable and does a lot.

We haven't pushed 1.0 yet because we want to confirm that we're done making breaking changes (we changed how the module was initialized, which is a major version bump). There's also still a few basic functions that we haven't gotten around to implementing (we're busy and appreciate PR's). One of my tasks over the holidays is to make a definitive list of 1.0 features so we can actually move forward to it.