lib/cutest.rb in cutest-cj-1.3.7 vs lib/cutest.rb in cutest-cj-1.3.8
- old
+ new
@@ -3,10 +3,10 @@
class Cutest
autoload :Database, 'database'
unless defined?(VERSION)
- VERSION = "1.3.7"
+ VERSION = "1.3.8"
FILTER = %r[/(ruby|jruby|rbx)[-/]([0-9\.])+]
CACHE = Hash.new { |h, k| h[k] = File.readlines(k) }
end
class AssertionFailed < StandardError; end