Skip to content

Commit

Permalink
Version 0.1.1; updated gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtodd committed Jun 16, 2008
1 parent 2767e09 commit 8406103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
pkg
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -3,7 +3,7 @@ require 'rake/gemreleasetask'

spec = Gem::Specification.new do |spec|
spec.name = 'git-whitespace'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.summary = 'Squashes whitespace from text files in the current project.'
spec.files = FileList['CHANGELOG', 'README', 'TODO', 'bin/*'].to_a
spec.executables = ['git-whitespace']
Expand Down

0 comments on commit 8406103

Please sign in to comment.