lib/safely.rb in safely-0.3.0 vs lib/safely.rb in safely-0.3.1
- old
+ new
@@ -1,9 +1,7 @@
-$:.unshift File.expand_path('../', __FILE__)
+require "safely/version"
module Safely
-
- VERSION = "0.3.0"
autoload :Backtrace, 'safely/backtrace'
autoload :Config, 'safely/config'
autoload :Mixin, 'safely/mixin'
autoload :Strategy, 'safely/strategy'