Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Updated Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Dec 26, 2009
1 parent 21f2156 commit 3efb94e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
@@ -1,5 +1,8 @@
#!/usr/bin/env ruby
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), 'lib')))
require 'rubygems'
require 'rakefile' # http://github.com/bendiken/rakefile
begin
require 'rakefile' # http://github.com/bendiken/rakefile
rescue LoadError => e
end
require 'crm114'

0 comments on commit 3efb94e

Please sign in to comment.