Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Maher4Ever committed Jan 3, 2012
1 parent b1ffdda commit 4cc638a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platforms :ruby do
end
if RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.8.8'
gem 'libnotify', '~> 0.5.9'
gem 'libnotify', '~> 0.7.0'
end
end

Expand All @@ -24,6 +24,6 @@ platforms :jruby do
end
if RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.8.8'
gem 'libnotify', '~> 0.5.9'
gem 'libnotify', '~> 0.7.0'
end
end
12 changes: 6 additions & 6 deletions guard-phpunit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'guard-phpunit'

s.add_runtime_dependency 'guard', '~> 0.8.8'
s.add_runtime_dependency 'guard', '~> 0.10.0'

s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'rspec', '~> 2.7'
s.add_development_dependency 'guard-rspec', '~> 0.5'
s.add_development_dependency 'yard', '~> 0.7'
s.add_development_dependency 'redcarpet', '~> 1.17'
s.add_development_dependency 'bundler', '~> 1.0.21'
s.add_development_dependency 'rspec', '~> 2.7.0'
s.add_development_dependency 'guard-rspec', '~> 0.6.0'
s.add_development_dependency 'yard', '~> 0.7.4'
s.add_development_dependency 'redcarpet', '~> 2.0.0'

s.files = `git ls-files -- lib/*`.split("\n") + Dir.glob('{lib}/**/PHPUnit/**/*') + %w[LICENSE README.md]
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 4cc638a

Please sign in to comment.