lib/tryouts.rb in tryouts-0.7.0 vs lib/tryouts.rb in tryouts-0.7.1

- old
+ new

@@ -30,10 +30,10 @@ class Exception < RuntimeError; end # = BadDreams # Raised when there is a problem loading or parsing a Tryouts::Drill::Dream object class BadDreams < Exception; end - VERSION = "0.7.0" + VERSION = "0.7.1" require 'tryouts/mixins' require 'tryouts/tryout' require 'tryouts/drill' require 'tryouts/stats'