lib/vagrant-libvirt/provider.rb in vagrant-libvirt-0.0.5 vs lib/vagrant-libvirt/provider.rb in vagrant-libvirt-0.0.6
- old
+ new
@@ -7,9 +7,10 @@
# is responsible for creating compute resources to match the
# needs of a Vagrant-configured system.
class Provider < Vagrant.plugin('2', :provider)
def initialize(machine)
@machine = machine
+ raise 'REQUIRE USE RUBY >= 1.9.3 VERSION' if RUBY_VERSION < '1.9.3'
end
# This should return an action callable for the given name.
def action(name)
# Attempt to get the action method from the Action class if it