1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

add setup.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@478 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
mental 2006-12-17 17:42:48 +00:00
parent 7521c4fbd1
commit 860b71559a
2 changed files with 1586 additions and 1 deletions

View file

@ -25,7 +25,7 @@ gemspec = Gem::Specification.new do |gemspec|
gemspec.author = "MenTaLguY <mental@rydia.net>"
gemspec.summary = "Optimized replacement for thread.rb primitives"
gemspec.test_file = 'test/test_all.rb'
gemspec.files = %w( Rakefile ) +
gemspec.files = %w( Rakefile setup.rb ) +
Dir.glob( 'test/*.rb' ) +
Dir.glob( 'ext/**/*.{c,rb}' ) +
Dir.glob( 'tools/*.rb' )

1585
projects/fastthread/setup.rb Executable file

File diff suppressed because it is too large Load diff