daru-view
daru-view copied to clipboard
Add proper dependencies

-
All these dependencies should ideally reside in daru-view gemspec so user just have to use
gem 'daru-view' -
There are other gems like 'datatables' that daru-view complain about while working. Those should be included in daru-view gemspec.
Thanks @lokeshh for reminding me. I have tried to fix this issue. I have already done work on it : https://github.com/Shekharrajak/daru-view/pull/52 , https://github.com/Shekharrajak/daru-view/pull/50, https://github.com/Shekharrajak/daru-view/pull/48, https://github.com/Shekharrajak/daru-view/pull/46
Right now I find another problem : https://github.com/Shekharrajak/data_tables/issues/12 . I am working on it. Other than data_tables all other gems are added properly.
Is this done?
Just the data_tables gem has issue. I will check again and will update the readme file.