Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
add rake as dev dependency to get the awesome bundler rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
justinko committed Nov 1, 2011
1 parent b393fd5 commit b4d17be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1 +1 @@
require "bundler/gem_tasks"
require 'bundler/gem_tasks'
1 change: 1 addition & 0 deletions mutant.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 2.7'
s.add_development_dependency 'aruba'
end

0 comments on commit b4d17be

Please sign in to comment.