lib/tryouts.rb in tryouts-0.8.5 vs lib/tryouts.rb in tryouts-0.8.7
- old
+ new
@@ -1,10 +1,9 @@
require 'time'
require 'digest/sha1'
-autoload :Attic, 'attic'
autoload :SysInfo, 'sysinfo'
autoload :OpenStruct, 'ostruct'
autoload :YAML, 'yaml'
## NOTE: Don't require rye here so
@@ -45,10 +44,10 @@
vdt = Tryouts::Drill.valid_dtypes
"Tryout '#{@tname}' has no drill type. Should be: #{vdt.join(', ')}"
end
end
- VERSION = "0.8.5"
+ VERSION = "0.8.7"
require 'tryouts/mixins'
require 'tryouts/tryout'
require 'tryouts/drill'