Skip to content

Commit

Permalink
Fixed failure when installing on vagrant 1.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatora committed Jan 8, 2015
1 parent 108a3c6 commit 592ed7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant-unison/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Unison
VERSION = "0.0.10"
VERSION = "0.0.11"
end
end
2 changes: 1 addition & 1 deletion vagrant-unison.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = ">= 1.3.6"

s.add_runtime_dependency "listen", "~> 0.7.3"
s.add_runtime_dependency "listen", ">= 0.7.3"
s.add_runtime_dependency "rb-fsevent", "~> 0.9"

s.add_development_dependency "rake"
Expand Down

0 comments on commit 592ed7e

Please sign in to comment.