Rakefile in git-story-workflow-0.6.0 vs Rakefile in git-story-workflow-0.6.1
- old
+ new
@@ -10,10 +10,10 @@
homepage "http://flori.github.com/#{name}"
summary 'Gem abstracting a git workflow'
description "#{summary}…"
test_dir 'spec'
ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc',
- '.AppleDouble', 'tags', '.byebug_history', 'errors.lst'
+ '.AppleDouble', 'tags', '.byebug_history', 'errors.lst', '.DS_Store'
readme 'README.md'
title name.camelize
executables << 'git-story'
dependency 'infobar'