madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Remove hard dependency on `pg` gem. #11

Closed brandonparsons closed 10 years ago

brandonparsons commented 10 years ago

Makes this gem incompatible with JRuby. Not required in any case - postgres is 100% required to even use HStore in the first place.

devmyndstatus commented 10 years ago

Yup, good catch. We don't use jruby much so didn't run into it. I'll push out a fix tonight.

Thanks, // JC Grubbs | DevMynd (717) 347-8227 http://devmynd.com

On Feb 1, 2014, at 7:40 PM, brandonparsons notifications@github.com wrote:

Makes this gem incompatible with JRuby. Not required in any case - postgres is 100% required to even use HStore in the first place.

You can merge this Pull Request by running

git pull https://github.com/brandonparsons/hstore_accessor patch-1 Or view, comment on, or merge it at:

https://github.com/devmynd/hstore_accessor/pull/11

Commit Summary

Remove hard dependency on pg gem. File Changes

M hstore_accessor.gemspec (1) Patch Links:

https://github.com/devmynd/hstore_accessor/pull/11.patch https://github.com/devmynd/hstore_accessor/pull/11.diff — Reply to this email directly or view it on GitHub.

nocache commented 10 years ago

:+1: