michalboo / mendeley-oapi

Basic ruby wrapper for the Mendeley oapi.
0 stars 0 forks source link

Convert repository into a ruby gem? #1

Open cboettig opened 11 years ago

cboettig commented 11 years ago

This repository has been of great use to me, as you appear to have a complete implementation of the Mendeley API as it stands. The only existing Mendeley gem I've come across appears unmaintained and restricted to the original public methods, https://github.com/rweald/mendeley

I don't know much about writing ruby gems, but just by looking at repositories for other gems it looks like it would be reasonably straight forward to wrap this up as a gem. Would make it easier to install, handle versioning, dependencies, and import into other scripts. Maybe something to consider?

michalboo commented 11 years ago

Hello, this is definitely something I'd like to do. I Imagine I need to clean this up a bit first though (organising the files, removing the stuff that shouldn't be there, writing some tests(!) etc.). Good to hear it's been of use to you!

On Sat, Apr 20, 2013 at 3:41 AM, Carl Boettiger notifications@github.comwrote:

This repository has been of great use to me, as you appear to have a complete implementation of the Mendeley API as it stands. The only existing Mendeley gem I've come across appears unmaintained and restricted to the original public methods, https://github.com/rweald/mendeley

I don't know much about writing ruby gems, but just by looking at repositories for other gems it looks like it would be reasonably straight forward to wrap this up as a gem. Would make it easier to install, handle versioning, dependencies, and import into other scripts. Maybe something to consider?

— Reply to this email directly or view it on GitHubhttps://github.com/michalboo/mendeley-oapi/issues/1 .