Skip to content

Commit

Permalink
remove TODO file, ignore Guardfile from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Nov 8, 2015
1 parent 9a2b3c5 commit b42eef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Expand Up @@ -12,7 +12,7 @@
gem.authors = ['Kevin Olbrich, Ph.D.']
gem.email = ['kevin.olbrich+ruby_units@gmail.com']
gem.homepage = 'https://github.com/olbrich/ruby-units'
gem.files.exclude('.*', 'test/**/*', 'spec/**/*', 'Gemfile')
gem.files.exclude('.*', 'test/**/*', 'spec/**/*', 'Gemfile', 'Guardfile')
gem.license = 'MIT'
end
Jeweler::GemcutterTasks.new
Expand Down
3 changes: 0 additions & 3 deletions TODO

This file was deleted.

0 comments on commit b42eef5

Please sign in to comment.