GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Prettier Benchmarking for Ruby
Clone URL: git://github.com/wycats/benchwarmer.git
Get rid of some unused files.
nex3 (author)
Mon May 05 17:04:59 -0700 2008
commit  d886a7a5d0ef88e6fc9b3fb223a9ed9e7b1cd7b5
tree    a279de47e29c4f8ef2a0cd6ebb622cf90c02217b
parent  2fe5e93bcbe6b2b69332dcfd1404be7705f0745a
  • Rakefile
  • TODO
  • script/destroy
  • script/generate
  • spec/benchwarmer_spec.rb
  • spec/spec_helper.rb
...
13
14
15
16
 
17
18
19
...
25
26
27
28
 
29
30
31
...
34
35
36
37
38
 
...
13
14
15
 
16
17
18
19
...
25
26
27
 
28
29
30
31
...
34
35
36
 
37
38
0
@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
0
   s.version = VERSION
0
   s.platform = Gem::Platform::RUBY
0
   s.has_rdoc = true
0
- s.extra_rdoc_files = ["README", "LICENSE", 'TODO']
0
+ s.extra_rdoc_files = ["README", "LICENSE"]
0
   s.summary = SUMMARY
0
   s.description = s.summary
0
   s.author = AUTHOR
0
@@ -25,7 +25,7 @@ spec = Gem::Specification.new do |s|
0
   
0
   s.require_path = 'lib'
0
   s.autorequire = GEM
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
0
@@ -34,4 +34,4 @@ end
0
 
0
 task :install => [:package] do
0
   sh %{sudo gem install pkg/#{GEM}-#{VERSION}}
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.