Skip to content

Commit

Permalink
This time with feeling.
Browse files Browse the repository at this point in the history
git-svn-id: http://rubygems.rubyforge.org/svn/tags/REL_1_1_0@1674 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
drbrain committed Mar 29, 2008
1 parent a945a24 commit 5a44794
Show file tree
Hide file tree
Showing 230 changed files with 33,576 additions and 0 deletions.
18 changes: 18 additions & 0 deletions trunk/.autotest
@@ -0,0 +1,18 @@
Autotest.add_hook :initialize do |at|
at.order = :natural # I am a bad person - Eric Hodel

at.add_exception %r%/\.svn/%
at.add_exception %r%\.rbc$%

at.find_directories.clear
at.find_directories.push 'lib', 'test'

at.add_mapping %r%^lib/rubygems.rb$% do |_, m|
"test/test_gem.rb"
end

at.add_mapping %r%^lib/rubygems/(.*).rb$% do |_, m|
"test/test_gem_#{m[1].gsub '/', '_'}.rb"
end
end

4 changes: 4 additions & 0 deletions trunk/.document
@@ -0,0 +1,4 @@
README.txt
lib
GPL.txt
LICENSE.txt

0 comments on commit 5a44794

Please sign in to comment.