Skip to content

Commit

Permalink
why oh why is does github build gems the way it does... ;-(
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed May 22, 2009
1 parent 8db703f commit 054126a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified tagz-5.1.0.gem
Binary file not shown.
6 changes: 3 additions & 3 deletions tagz.gemspec
Expand Up @@ -8,11 +8,11 @@ Gem::Specification::new do |spec|
spec.summary = lib

spec.files = Dir::glob("**/**").delete_if{|f| f =~ %r/\.(svn|tmp)/}
spec.executables = Dir::glob("bin/*").delete_if{|f| f =~ %r/\.(svn|tmp)/}.map{|exe| File.basename(exe)}
#spec.executables = Dir::glob("bin/*").delete_if{|f| f =~ %r/\.(svn|tmp)/}.map{|exe| File.basename(exe)}

spec.require_path = "lib"

spec.has_rdoc = true
#spec.has_rdoc = true
spec.test_files = "test/#{ lib }.rb"

spec.rubyforge_project = 'codeforpeople'
Expand Down

0 comments on commit 054126a

Please sign in to comment.