public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
dysinger (author)
Wed Mar 19 19:34:42 -0700 2008
commit  5683a7efd414e2dbf178bb85cd739fa0cb382d4d
tree    065063368062c00f89272865bdfe36315e1d7ae8
parent  222a9af8ba9777cb0f843da53810307f45510d60
aws-sdb / .autotest
100644 13 lines (12 sloc) 0.201 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Autotest.add_hook :initialize do |at|
  %w{
    .autotest
    LICENSE
    README
    Rakefile
    script
    pkg
    nbproject
  }.each {|e|at.add_exception(e)}
  at.add_exception(/.*\.log/)
end