lib/tryouts.rb in tryouts-0.6.0 vs lib/tryouts.rb in tryouts-0.6.1

- old
+ new

@@ -1,8 +1,8 @@ +require 'sysinfo' require 'ostruct' -require 'rye' require 'yaml' begin; require 'json'; rescue LoadError; end # json may not be installed GYMNASIUM_HOME = File.join(Dir.pwd, 'tryouts') ## also check try (for rye) GYMNASIUM_GLOB = File.join(GYMNASIUM_HOME, '**', '*_tryouts.rb') @@ -27,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.6.0" + VERSION = "0.6.1" require 'tryouts/mixins' require 'tryouts/tryout' require 'tryouts/drill'