Skip to content

Commit 4dd8791

Browse files
authored
Merge pull request #109 from mbigras/mbigras-fix-gemspec
Remove duplicate rake dependency
2 parents 8aee405 + be18d5e commit 4dd8791

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/methadone

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ main do |app_name|
8383
add_to_file gemspec, [
8484
" #{gem_variable}.add_development_dependency('rdoc')",
8585
" #{gem_variable}.add_development_dependency('aruba')",
86-
" #{gem_variable}.add_development_dependency('rake')",
8786
" #{gem_variable}.add_dependency('methadone', '~> #{Methadone::VERSION}')",
8887
], :before => /^end\s*$/
8988
ruby_major,ruby_minor,ruby_patch = RUBY_VERSION.split(/\./).map(&:to_i)

features/bootstrap.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Feature: Bootstrap a new command-line app
3737
And the file "tmp/newgem/.gitignore" should match /.DS_Store/
3838
And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('aruba'/
3939
And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('rdoc'/
40-
And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('rake'/
40+
And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency "rake"/
4141
And the file "tmp/newgem/newgem.gemspec" should match /add_dependency\('methadone'/
4242
And the file "tmp/newgem/newgem.gemspec" should include "test-unit" if needed
4343
And the file "tmp/newgem/newgem.gemspec" should use the same block variable throughout

0 commit comments

Comments
 (0)