Skip to content

Commit

Permalink
Get rid of some unused files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 6, 2008
1 parent 2fe5e93 commit d886a7a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 44 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
s.version = VERSION
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README", "LICENSE", 'TODO']
s.extra_rdoc_files = ["README", "LICENSE"]
s.summary = SUMMARY
s.description = s.summary
s.author = AUTHOR
Expand All @@ -25,7 +25,7 @@ spec = Gem::Specification.new do |s|

s.require_path = 'lib'
s.autorequire = GEM
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib}/**/*")
end

Rake::GemPackageTask.new(spec) do |pkg|
Expand All @@ -34,4 +34,4 @@ end

task :install => [:package] do
sh %{sudo gem install pkg/#{GEM}-#{VERSION}}
end
end
4 changes: 0 additions & 4 deletions TODO

This file was deleted.

14 changes: 0 additions & 14 deletions script/destroy

This file was deleted.

14 changes: 0 additions & 14 deletions script/generate

This file was deleted.

7 changes: 0 additions & 7 deletions spec/benchwarmer_spec.rb

This file was deleted.

2 changes: 0 additions & 2 deletions spec/spec_helper.rb

This file was deleted.

0 comments on commit d886a7a

Please sign in to comment.