lib/tryouts.rb in tryouts-0.5.0 vs lib/tryouts.rb in tryouts-0.5.1

- old
+ new

@@ -1,7 +1,6 @@ -require 'rubygems' require 'ostruct' require 'rye' require 'yaml' begin; require 'json'; rescue LoadError; end # json may not be installed @@ -28,10 +27,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.5.0" + VERSION = "0.5.1" require 'tryouts/mixins' require 'tryouts/tryout' require 'tryouts/drill'