Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
genki committed Feb 13, 2009
1 parent e5322e1 commit d98b767
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mime-types.gemspec
Expand Up @@ -14,11 +14,12 @@ Gem::Specification.new do |s|

s.files = Dir.glob(%w(bin/**/* lib/**/* tests/**/* ChangeLog README
LICENCE setup.rb Rakefile mime-types.gemspec
pre-setup.rb)).to_a.delete_if do |item|
item.include?("CVS") or item.include?(".svn") or
item == "install.rb" or item =~ /~$/ or
item =~ /gem(?:spec)?$/
end
pre-setup.rb))
#.to_a.delete_if do |item|
# item.include?("CVS") or item.include?(".svn") or
# item == "install.rb" or item =~ /~$/ or
# item =~ /gem(?:spec)?$/
#end

s.author = %q{Austin Ziegler}
s.email = %q{austin@rubyforge.org}
Expand Down

0 comments on commit d98b767

Please sign in to comment.