fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 44 forks source link

Drop Ruby<2.0 support #47

Closed tbrisker closed 6 years ago

tbrisker commented 6 years ago

Users requiring ruby 1.9 support should use fog gem. No need to support it here.

plribeiro3000 commented 6 years ago

@tbrisker Could you explicit require ruby > 2.0 in the gemspec as well please? That should help bundler install the correct version of fog-libvirt.

tbrisker commented 6 years ago

@plribeiro3000 thanks, updated with minimum ruby version.

plribeiro3000 commented 6 years ago

Thanks!