Rakefile in myrrha-1.2.2 vs Rakefile in myrrha-2.0.0

- old
+ new

@@ -1,16 +1,4 @@ -begin - gem "bundler", "~> 1.0" - require "bundler/setup" -rescue LoadError => ex - puts ex.message - abort "Bundler failed to load, (did you run 'gem install bundler' ?)" -end - -# Dynamically load the gem spec -$gemspec_file = File.expand_path('../myrrha.gemspec', __FILE__) -$gemspec = Kernel.eval(File.read($gemspec_file)) - # We run tests by default task :default => :test # # Install all tasks found in tasks folder