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:
parent
7521c4fbd1
commit
860b71559a
2 changed files with 1586 additions and 1 deletions
|
@ -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
1585
projects/fastthread/setup.rb
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue