diff --git a/Rakefile b/Rakefile index 7732906..1bcddaf 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -# -*- ruby -*- - require "rubygems" require 'bundler/setup' require "hoe" @@ -92,6 +90,3 @@ task :test_single, [:test_name] do |t, args| sh "ruby #{File.join("test", "test_ocra.rb")} -n test_#{args[:test_name]}" end end - - -# vim: syntax=Ruby diff --git a/bin/ocran b/bin/ocran index 9a5570b..80f4541 100644 --- a/bin/ocran +++ b/bin/ocran @@ -1,5 +1,4 @@ #!/usr/bin/env ruby -# -*- ruby -*- # encoding: UTF-8 require "pathname"