Skip to content

Commit

Permalink
Remove strict development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed May 11, 2012
1 parent 168a1c6 commit 9e6b26e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -21,10 +21,10 @@ end
require 'rbconfig'

if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'ruby_gntp', '~> 0.3.4', :require => false
gem 'ruby_gntp', :require => false
elsif RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'libnotify', '~> 0.7.1', :require => false
gem 'libnotify', :require => false
elsif RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'win32console', :require => false
gem 'rb-notifu', '>= 0.0.4', :require => false
end
gem 'rb-notifu', :require => false
end
6 changes: 3 additions & 3 deletions guard-coffeescript.gemspec
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |s|
s.add_dependency 'guard', '>= 0.8.3'
s.add_dependency 'coffee-script', '>= 2.2.0'

s.add_development_dependency 'bundler', '~> 1.1'
s.add_development_dependency 'guard-rspec', '~> 0.6'
s.add_development_dependency 'rspec', '~> 2.8'
s.add_development_dependency 'bundler'
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'rspec'
s.add_development_dependency 'yard'
s.add_development_dependency 'redcarpet'

Expand Down

0 comments on commit 9e6b26e

Please sign in to comment.