trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Gemspec seems to be quite huge, needs refactoring? #48

Open deiga opened 11 years ago

deiga commented 11 years ago

I noticed that Xiki has a big list of dependencies, is rspec really needed in production? Are there other gems which could be refactored away?

trogdoro commented 11 years ago

Are there other gems which could be refactored away?

Yes indeed. I'm working on a Xiki refactor that will lazy-load the menus, so there will be no errors until users try to use menus with missing dependencies. I'll remove some gems as part of that refactor.

--Craig