zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

gem install fails #1

Closed opetznick closed 11 years ago

opetznick commented 11 years ago

hi

i tried to use the gem in gemfile after bundle install it says:

Using activeadmin-sortable-tree (0.0.1) from git://github.com/nebirhos/activeadmin-sortable-tree.git (at master) activeadmin-sortable-tree at /Users/op/.rvm/gems/ruby-1.9.2-p320/bundler/gems/activeadmin-sortable-tree-fc19db6cf38f did not have a valid gemspec. This prevents bundler from installing bins or native extensions, but that may not affect its functionality. The validation message from Rubygems was: "FIXME" or "TODO" is not a description

any ideas?

thanks in advance oliver

wrein commented 11 years ago

Same here:

Using activeadmin-sortable-tree (0.0.1) from git://github.com/nebirhos/activeadmin-sortable-tree.git (at master) 
activeadmin-sortable-tree at /Users/xxx/.rvm/gems/ruby-1.9.3-p194/bundler/gems/activeadmin-sortable-tree-fc19db6cf38f did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
"FIXME" or "TODO" is not a description

It seems some sort of malformed (?) comment. I'm trying to proceed with configuration... stay tuned.

nebirhos commented 11 years ago

Ah nice, this was only a warning on my setup! Which version of bundler are you using?

I don't know how having "FIXME" as a gem description could affect your code and so be an error, but anyway... fixed!

wrein commented 11 years ago

Bundler version 1.2.3 Rails 3.2.12 Ruby 1.9.3p194

Thanks for your quick fix. I'll try it later :-)

Ciao