koppen / redmine_github_hook

Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
http://mentalized.net/journal/2009/08/03/redmine_plugin_github_hook/
MIT License
478 stars 114 forks source link

json requires ruby1.8-dev #13

Closed bennun closed 12 years ago

bennun commented 13 years ago

Hi,

Ran into an issue with Ubuntu 10.04 LTS. Couldn't install gem json without getting error " /usr/bin/ruby1.8 extconf.rb extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:1" .

After installing apt-get install ruby1.8-dev, the gem install worked.

koppen commented 13 years ago

Yeah, that sounds about right. I happen to have documented this at http://mentalized.net/journal/2006/01/24/no_such_file_to_load_mkmf/ some time ago.

I am not sure what the issue is reporting, though. What do you suggest we change/improve in Redmine Github Hook?