Skip to content

Commit

Permalink
Removes rake also from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Sep 23, 2014
1 parent 5223959 commit e35483c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cod.gemspec
Expand Up @@ -8,13 +8,12 @@ Gem::Specification.new do |s|
s.email = 'kaspar.schiess@absurd.li'

s.extra_rdoc_files = ['README']
s.files = %w(HISTORY.txt LICENSE Rakefile README) + Dir.glob("{lib,examples}/**/*")
s.files = %w(HISTORY.txt LICENSE README) + Dir.glob("{lib,examples}/**/*")
s.homepage = 'http://kschiess.github.com/cod'
s.rdoc_options = ['--main', 'README']
s.require_paths = ['lib']
s.summary = %Q(Really simple IPC. Pipes, TCP sockets, beanstalkd, ...)

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'flexmock'
s.add_development_dependency 'yard'
Expand Down

0 comments on commit e35483c

Please sign in to comment.