Skip to content

Commit

Permalink
Cleanup dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Oct 31, 2012
1 parent a3465f0 commit 665c07b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 10 additions & 4 deletions Gemfile
Expand Up @@ -4,9 +4,15 @@ gemspec

gem 'rake'

platform :ruby do
gem 'rb-readline'
end
gem 'rspec'
gem 'guard-rspec'
gem 'yard'
gem 'redcarpet'

gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
gem 'rb-fchange', :require => false


require 'rbconfig'

Expand All @@ -17,4 +23,4 @@ elsif RbConfig::CONFIG['target_os'] =~ /linux/i
elsif RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'win32console', :require => false
gem 'rb-notifu', :require => false
end
end
8 changes: 1 addition & 7 deletions guard-cucumber.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.authors = ['Michael Kessler']
s.email = ['michi@netzpiraten.ch']
s.homepage = 'http://github.com/netzpirat/guard-cucumber'
s.summary = 'Guard gem for Cucumber'
s.summary = 'Guard plugin for Cucumber'
s.description = 'Guard::Cucumber automatically run your features (much like autotest)'

s.required_rubygems_version = '>= 1.3.6'
Expand All @@ -18,12 +18,6 @@ Gem::Specification.new do |s|
s.add_dependency 'guard', '>= 1.1.0'
s.add_dependency 'cucumber', '>= 1.2.0'

s.add_development_dependency 'bundler'
s.add_development_dependency 'rspec'
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'yard'
s.add_development_dependency 'redcarpet'

s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.md]
s.require_path = 'lib'
end

0 comments on commit 665c07b

Please sign in to comment.