Skip to content

Commit

Permalink
Depend on Guard 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Jan 2, 2012
1 parent f0e0e32 commit 0e0dd74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,7 @@ source "http://rubygems.org"
gemspec

gem 'rake'

require 'rbconfig'

gem 'ruby_gntp'
platforms :ruby do
if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'rb-fsevent', '>= 0.3.9'
gem 'growl', '~> 1.0.3'
elsif RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.5.1'
gem 'libnotify', '~> 0.1.3'
end
end

platforms :jruby do
if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'growl', '~> 1.0.3'
elsif RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.5.1'
gem 'libnotify', '~> 0.1.3'
end
gem 'rb-readline'
end
2 changes: 1 addition & 1 deletion guard-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'guard-rspec'

s.add_dependency 'guard', '>= 0.8.4'
s.add_dependency 'guard', '>= 0.10.0'

s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'rspec', '~> 2.7'
Expand Down

0 comments on commit 0e0dd74

Please sign in to comment.