pehrlich / neo4j_helper

Making neo4j gem mo' spiffy for your data-nomming needs
MIT License
6 stars 1 forks source link

Gemspec invalid #1

Open timscott opened 12 years ago

timscott commented 12 years ago

In my gemfile I have this:

gem 'neo4j_helper', git: 'git://github.com/pehrlich/neo4j_helper.git'

And I get this:

neo4j_helper at /Users/tscott/.rvm/gems/jruby-1.7.0.RC2/bundler/gems/neo4j_helper-d343607e0179 did not have a valid gemspec.

I want to use the edge because I was getting an error with the accepts_hash_for. It appears to be fixed on master.

pehrlich commented 12 years ago

Hm I'm not sure what the issue is. Unfortunately, I haven't been maintaining this gem since I believe pre neo4j.rb 2.0. Your best bet would be to fork and debug, or may just extract the accepts_hash_for directly https://github.com/pehrlich/neo4j_helper/blob/master/lib/neo4j_helper/accepts_hash_for.rb